Lines Matching refs:CreateImm
618 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
619 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars()
621 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
622 Ops.push_back(MachineOperand::CreateImm(0)); in addStackMapLiveVars()
664 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectStackmap()
670 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectStackmap()
802 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectPatchpoint()
808 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectPatchpoint()
814 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
819 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
825 Ops.push_back(MachineOperand::CreateImm(0)); in selectPatchpoint()
832 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
835 Ops.push_back(MachineOperand::CreateImm((unsigned)CC)); in selectPatchpoint()