Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackMaps.cpp38 PatchPointOpers::PatchPointOpers(const MachineInstr *MI) in PatchPointOpers() function in PatchPointOpers
55 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const { in getNextScratchIdx()
295 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()
355 PatchPointOpers opers(&MI); in recordPatchPoint()
356 int64_t ID = opers.getMetaOper(PatchPointOpers::IDPos).getImm(); in recordPatchPoint()
366 unsigned NArgs = opers.getMetaOper(PatchPointOpers::NArgPos).getImm(); in recordPatchPoint()
DTargetInstrInfo.cpp445 PatchPointOpers opers(&MI); in foldPatchpoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackMaps.cpp55 PatchPointOpers::PatchPointOpers(const MachineInstr *MI) in PatchPointOpers() function in PatchPointOpers
70 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const { in getNextScratchIdx()
311 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()
369 const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm(); in recordStackMap()
377 PatchPointOpers opers(&MI); in recordPatchPoint()
DTargetInstrInfo.cpp485 StartIdx = PatchPointOpers(&MI).getVarIdx(); in foldPatchpoint()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h39 class PatchPointOpers {
50 explicit PatchPointOpers(const MachineInstr *MI);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackMaps.h77 class PatchPointOpers {
96 explicit PatchPointOpers(const MachineInstr *MI);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp621 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap()
623 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap()
626 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()
629 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()
727 Value *Callee = I->getOperand(PatchPointOpers::TargetPos)->stripPointerCasts(); in selectPatchpoint()
730 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()
733 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()
738 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()
762 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint()
764 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()
[all …]
DInstrEmitter.cpp763 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
DSelectionDAGBuilder.cpp7276 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitStackmap()
7279 SDValue NBytesVal = getValue(CI.getOperand(PatchPointOpers::NBytesPos)); in visitStackmap()
7325 SDValue Callee = getValue(CS->getOperand(PatchPointOpers::TargetPos)); in visitPatchpoint()
7337 SDValue NArgVal = getValue(CS.getArgument(PatchPointOpers::NArgPos)); in visitPatchpoint()
7342 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint()
7371 SDValue IDVal = getValue(CS->getOperand(PatchPointOpers::IDPos)); in visitPatchpoint()
7374 SDValue NBytesVal = getValue(CS->getOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp799 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap()
801 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap()
804 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()
807 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()
903 Value *Callee = I->getOperand(PatchPointOpers::TargetPos)->stripPointerCasts(); in selectPatchpoint()
906 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()
909 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()
914 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()
938 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint()
940 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()
[all …]
DInstrEmitter.cpp818 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
DSelectionDAGBuilder.cpp8045 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitStackmap()
8048 SDValue NBytesVal = getValue(CI.getOperand(PatchPointOpers::NBytesPos)); in visitStackmap()
8094 SDValue Callee = getValue(CS->getOperand(PatchPointOpers::TargetPos)); in visitPatchpoint()
8106 SDValue NArgVal = getValue(CS.getArgument(PatchPointOpers::NArgPos)); in visitPatchpoint()
8111 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint()
8140 SDValue IDVal = getValue(CS->getOperand(PatchPointOpers::IDPos)); in visitPatchpoint()
8143 SDValue NBytesVal = getValue(CS->getOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp387 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
389 int64_t CallTarget = Opers.getMetaOper(PatchPointOpers::TargetPos).getImm(); in LowerPATCHPOINT()
414 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp347 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
351 Opers.getMetaOper(PatchPointOpers::TargetPos); in LowerPATCHPOINT()
354 int64_t CallTarget = Opers.getMetaOper(PatchPointOpers::TargetPos).getImm(); in LowerPATCHPOINT()
433 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()
DPPCInstrInfo.cpp1822 PatchPointOpers Opers(&MI); in GetInstSizeInBytes()
1823 return Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in GetInstSizeInBytes()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp979 PatchPointOpers opers(&MI); in LowerPATCHPOINT()
983 opers.getMetaOper(PatchPointOpers::TargetPos); in LowerPATCHPOINT()
1019 unsigned NumBytes = opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in LowerPATCHPOINT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp468 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
DAArch64InstrInfo.cpp104 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp544 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp376 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
DPPCInstrInfo.cpp1984 PatchPointOpers Opers(&MI); in getInstSizeInBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1071 PatchPointOpers opers(&MI); in LowerPATCHPOINT()