Lines Matching refs:CreateImm
767 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
768 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars()
770 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
771 Ops.push_back(MachineOperand::CreateImm(0)); in addStackMapLiveVars()
813 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectStackmap()
819 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectStackmap()
952 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectPatchpoint()
958 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectPatchpoint()
964 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
969 Ops.push_back(MachineOperand::CreateImm(CalleeConstAddr)); in selectPatchpoint()
975 Ops.push_back(MachineOperand::CreateImm(0)); in selectPatchpoint()
982 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
985 Ops.push_back(MachineOperand::CreateImm((unsigned)CC)); in selectPatchpoint()