Lines Matching defs:ID
602 // void @llvm.experimental.stackmap(i64 <id>, i32 <numShadowBytes>,
614 // STACKMAP(id, nbytes, ...)
619 // Add the <id> and <numBytes> constants.
622 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos));
623 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue()));
632 // <id> and <numBytes>).
640 CallingConv::ID CC = I->getCallingConv();
705 // void|i64 @llvm.experimental.patchpoint.void|i64(i64 <id>,
711 CallingConv::ID CC = I->getCallingConv();
723 // Skip the four meta args: <id>, <numNopBytes>, <target>, <numArgs>
748 // Add the <id> and <numBytes> constants.
751 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos));
752 Ops.push_back(MachineOperand::CreateImm(ID->getZExtValue()));