Home
last modified time | relevance | path

Searched refs:PatchPointOpers (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackMaps.cpp62 PatchPointOpers::PatchPointOpers(const MachineInstr *MI) in PatchPointOpers() function in PatchPointOpers
77 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const { in getNextScratchIdx()
468 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()
528 const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm(); in recordStackMap()
537 PatchPointOpers opers(&MI); in recordPatchPoint()
H A DTargetInstrInfo.cpp486 return std::make_pair(0, PatchPointOpers(&MI).getVarIdx()); in getPatchpointUnfoldableRange()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h76 class PatchPointOpers {
95 explicit PatchPointOpers(const MachineInstr *MI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp672 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap()
674 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap()
677 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()
680 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()
775 Value *Callee = I->getOperand(PatchPointOpers::TargetPos)->stripPointerCasts(); in selectPatchpoint()
778 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()
781 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()
786 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()
810 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint()
812 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()
[all …]
H A DInstrEmitter.cpp914 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
H A DSelectionDAGBuilder.cpp9073 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitStackmap()
9076 SDValue NBytesVal = getValue(CI.getOperand(PatchPointOpers::NBytesPos)); in visitStackmap()
9122 SDValue Callee = getValue(CB.getArgOperand(PatchPointOpers::TargetPos)); in visitPatchpoint()
9134 SDValue NArgVal = getValue(CB.getArgOperand(PatchPointOpers::NArgPos)); in visitPatchpoint()
9139 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint()
9168 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint()
9171 SDValue NBytesVal = getValue(CB.getArgOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp650 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp978 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
H A DAArch64InstrInfo.cpp108 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp435 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
H A DPPCInstrInfo.cpp2856 PatchPointOpers Opers(&MI); in getInstSizeInBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1403 PatchPointOpers opers(&MI); in LowerPATCHPOINT()