Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ID

165     OS << WSMP << "callsite " << CSI.ID << "\n";
271 void StackMaps::recordStackMapOpers(const MachineInstr &MI, uint64_t ID,
323 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations),
338 int64_t ID = MI.getOperand(0).getImm();
339 recordStackMapOpers(MI, ID, std::next(MI.operands_begin(), 2),
347 int64_t ID = opers.getMetaOper(PatchPointOpers::IDPos).getImm();
351 recordStackMapOpers(MI, ID, MOI, MI.operands_end(),
437 /// uint64 : PatchPoint ID
475 OS.EmitIntValue(UINT64_MAX, 8); // Invalid ID.
485 OS.EmitIntValue(CSI.ID, 8);