Lines Matching refs:CreateImm
577 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
578 Ops.push_back(MachineOperand::CreateImm(C->getSExtValue())); in addStackMapLiveVars()
580 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
581 Ops.push_back(MachineOperand::CreateImm(0)); in addStackMapLiveVars()
623 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectStackmap()
629 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectStackmap()
752 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue())); in selectPatchpoint()
758 Ops.push_back(MachineOperand::CreateImm(NumBytes->getZExtValue())); in selectPatchpoint()
775 Ops.push_back(MachineOperand::CreateImm(CalleeAddr)); in selectPatchpoint()
780 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
783 Ops.push_back(MachineOperand::CreateImm((unsigned)CC)); in selectPatchpoint()