Lines Matching refs:CreateImm
626 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
627 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars()
629 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
630 Ops.push_back(MachineOperand::CreateImm(0)); in addStackMapLiveVars()
672 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectStackmap()
678 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectStackmap()
810 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectPatchpoint()
816 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectPatchpoint()
822 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
827 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
833 Ops.push_back(MachineOperand::CreateImm(0)); in selectPatchpoint()
840 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
843 Ops.push_back(MachineOperand::CreateImm((unsigned)CC)); in selectPatchpoint()