public static final class StandardOp.LabelOp extends LIRInstruction
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use
Modifier and Type | Field and Description |
---|---|
private boolean |
align |
private Value[] |
incomingValues
In the LIR, every register and variable must be defined before it is used.
|
private Label |
label |
private int |
size |
static LIRInstructionClass<StandardOp.LabelOp> |
TYPE |
ADDRESS_FLAGS, ALLOWED_FLAGS
Modifier and Type | Method and Description |
---|---|
void |
addIncomingValues(Value[] values) |
private boolean |
checkRange(int idx) |
void |
clearIncomingValues() |
void |
emitCode(CompilationResultBuilder crb) |
int |
getIncomingSize() |
Value |
getIncomingValue(int idx) |
Label |
getLabel() |
boolean |
isPhiIn() |
void |
setIncomingValues(Value[] values) |
destroysCallerSavedRegisters, forEachAlive, forEachAlive, forEachInput, forEachInput, forEachOutput, forEachOutput, forEachRegisterHint, forEachRegisterHint, forEachState, forEachState, forEachState, forEachState, forEachTemp, forEachTemp, getLIRInstructionClass, hasOperands, hasState, id, name, setId, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemp
public static final LIRInstructionClass<StandardOp.LabelOp> TYPE
private Value[] incomingValues
private int size
private final boolean align
public void setIncomingValues(Value[] values)
public int getIncomingSize()
public Value getIncomingValue(int idx)
public void clearIncomingValues()
public void addIncomingValues(Value[] values)
private boolean checkRange(int idx)
public void emitCode(CompilationResultBuilder crb)
emitCode
in class LIRInstruction
public boolean isPhiIn()