Lines Matching refs:CreateImm
622 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
623 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars()
625 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
626 Ops.push_back(MachineOperand::CreateImm(0)); in addStackMapLiveVars()
668 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectStackmap()
674 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectStackmap()
815 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectPatchpoint()
821 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectPatchpoint()
827 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
832 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
838 Ops.push_back(MachineOperand::CreateImm(0)); in selectPatchpoint()
845 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
848 Ops.push_back(MachineOperand::CreateImm((unsigned)CC)); in selectPatchpoint()