reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/StackMaps.h
  101   uint64_t getID() const { return getMetaOper(IDPos).getImm(); }
lib/CodeGen/SelectionDAG/FastISel.cpp
  809   assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) &&
  811   const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos));
  948   assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) &&
  950   const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos));
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8713   SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos));
 8808   SDValue IDVal = getValue(CS->getOperand(PatchPointOpers::IDPos));
lib/CodeGen/StackMaps.cpp
  367   const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm();