Lines Matching refs:CreateImm
578 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
579 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars()
581 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
582 Ops.push_back(MachineOperand::CreateImm(0)); in addStackMapLiveVars()
624 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectStackmap()
630 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectStackmap()
765 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectPatchpoint()
771 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectPatchpoint()
777 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
782 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
788 Ops.push_back(MachineOperand::CreateImm(0)); in selectPatchpoint()
795 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
798 Ops.push_back(MachineOperand::CreateImm((unsigned)CC)); in selectPatchpoint()