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

References

lib/CodeGen/SelectionDAG/FastISel.cpp
  811   const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos));
  817       cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos));
  913   Value *Callee = I->getOperand(PatchPointOpers::TargetPos)->stripPointerCasts();
  919       cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos));
  924   unsigned NumMetaOpers = PatchPointOpers::CCPos;
  950   const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos));
  956       cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos));
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  822       CC = Node->getConstantOperandVal(PatchPointOpers::CCPos);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8713   SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos));
 8716   SDValue NBytesVal = getValue(CI.getOperand(PatchPointOpers::NBytesPos));
 8762   SDValue Callee = getValue(CS->getOperand(PatchPointOpers::TargetPos));
 8774   SDValue NArgVal = getValue(CS.getArgument(PatchPointOpers::NArgPos));
 8779   unsigned NumMetaOpers = PatchPointOpers::CCPos;
 8808   SDValue IDVal = getValue(CS->getOperand(PatchPointOpers::IDPos));
 8811   SDValue NBytesVal = getValue(CS->getOperand(PatchPointOpers::NBytesPos));
lib/CodeGen/StackMaps.cpp
  367   const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm();
  375   PatchPointOpers opers(&MI);
lib/Target/AArch64/AArch64AsmPrinter.cpp
  825   PatchPointOpers Opers(&MI);
lib/Target/PowerPC/PPCAsmPrinter.cpp
  381   PatchPointOpers Opers(&MI);
lib/Target/PowerPC/PPCInstrInfo.cpp
 2021     PatchPointOpers Opers(&MI);
lib/Target/SystemZ/SystemZAsmPrinter.cpp
  605   PatchPointOpers Opers(&MI);
lib/Target/X86/X86MCInstLower.cpp
 1254   PatchPointOpers opers(&MI);