public static class StandardOp.JumpOp extends LIRInstruction implements StandardOp.BlockEndOp
StandardOp.JumpOp.destination()
.LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use
Modifier and Type | Field and Description |
---|---|
static EnumSet<LIRInstruction.OperandFlag> |
outgoingFlags |
static LIRInstructionClass<StandardOp.JumpOp> |
TYPE |
ADDRESS_FLAGS, ALLOWED_FLAGS
Modifier | Constructor and Description |
---|---|
|
JumpOp(LabelRef destination) |
protected |
JumpOp(LIRInstructionClass<? extends StandardOp.JumpOp> c,
LabelRef destination) |
Modifier and Type | Method and Description |
---|---|
void |
clearOutgoingValues() |
LabelRef |
destination() |
void |
emitCode(CompilationResultBuilder crb) |
jdk.vm.ci.meta.Value |
getOutgoingValue(int idx) |
int |
getPhiSize() |
void |
setPhiValues(jdk.vm.ci.meta.Value[] values) |
addStackSlotsToTemporaries, destroysCallerSavedRegisters, forEachAlive, forEachAlive, forEachInput, forEachInput, forEachOutput, forEachOutput, forEachRegisterHint, forEachRegisterHint, forEachState, forEachState, forEachState, forEachState, forEachTemp, forEachTemp, getComment, getLIRInstructionClass, getPosition, hashCode, hasOperands, hasState, id, isLoadConstantOp, isMoveOp, isValueMoveOp, name, needsClearUpperVectorRegisters, setComment, setId, setPosition, toString, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemp
public static final LIRInstructionClass<StandardOp.JumpOp> TYPE
public static final EnumSet<LIRInstruction.OperandFlag> outgoingFlags
public JumpOp(LabelRef destination)
protected JumpOp(LIRInstructionClass<? extends StandardOp.JumpOp> c, LabelRef destination)
public void emitCode(CompilationResultBuilder crb)
emitCode
in class LIRInstruction
public LabelRef destination()
public void setPhiValues(jdk.vm.ci.meta.Value[] values)
public int getPhiSize()
public jdk.vm.ci.meta.Value getOutgoingValue(int idx)
public void clearOutgoingValues()