Lines Matching refs:CreateImm
629 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
630 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars()
632 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
633 Ops.push_back(MachineOperand::CreateImm(0)); in addStackMapLiveVars()
675 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectStackmap()
681 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectStackmap()
813 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectPatchpoint()
819 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectPatchpoint()
825 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
830 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
836 Ops.push_back(MachineOperand::CreateImm(0)); in selectPatchpoint()
843 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
846 Ops.push_back(MachineOperand::CreateImm((unsigned)CC)); in selectPatchpoint()