Home
last modified time | relevance | path

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

12

/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-10.0/llvm/lib/CodeGen/
DStackMaps.cpp54 PatchPointOpers::PatchPointOpers(const MachineInstr *MI) in PatchPointOpers() function in PatchPointOpers
69 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const { in getNextScratchIdx()
308 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()
366 const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm(); in recordStackMap()
375 PatchPointOpers opers(&MI); in recordPatchPoint()
DTargetInstrInfo.cpp482 StartIdx = PatchPointOpers(&MI).getVarIdx(); in foldPatchpoint()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h39 class PatchPointOpers {
50 explicit PatchPointOpers(const MachineInstr *MI);
/external/llvm-project/llvm/lib/CodeGen/
DStackMaps.cpp62 PatchPointOpers::PatchPointOpers(const MachineInstr *MI) in PatchPointOpers() function in PatchPointOpers
77 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const { in getNextScratchIdx()
454 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()
514 const int64_t ID = MI.getOperand(PatchPointOpers::IDPos).getImm(); in recordStackMap()
523 PatchPointOpers opers(&MI); in recordPatchPoint()
DTargetInstrInfo.cpp493 StartIdx = PatchPointOpers(&MI).getVarIdx(); in foldPatchpoint()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h76 class PatchPointOpers {
95 explicit PatchPointOpers(const MachineInstr *MI);
/external/llvm-project/llvm/include/llvm/CodeGen/
DStackMaps.h76 class PatchPointOpers {
95 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/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-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp829 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap()
831 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap()
834 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()
837 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()
932 Value *Callee = I->getOperand(PatchPointOpers::TargetPos)->stripPointerCasts(); in selectPatchpoint()
935 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()
938 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()
943 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()
967 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint()
969 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()
[all …]
DInstrEmitter.cpp885 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp809 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectStackmap()
811 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectStackmap()
814 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) && in selectStackmap()
817 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)); in selectStackmap()
913 Value *Callee = I->getOperand(PatchPointOpers::TargetPos)->stripPointerCasts(); in selectPatchpoint()
916 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) && in selectPatchpoint()
919 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)); in selectPatchpoint()
924 unsigned NumMetaOpers = PatchPointOpers::CCPos; in selectPatchpoint()
948 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)) && in selectPatchpoint()
950 const auto *ID = cast<ConstantInt>(I->getOperand(PatchPointOpers::IDPos)); in selectPatchpoint()
[all …]
DInstrEmitter.cpp823 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
DSelectionDAGBuilder.cpp8765 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitStackmap()
8768 SDValue NBytesVal = getValue(CI.getOperand(PatchPointOpers::NBytesPos)); in visitStackmap()
8814 SDValue Callee = getValue(CS->getOperand(PatchPointOpers::TargetPos)); in visitPatchpoint()
8826 SDValue NArgVal = getValue(CS.getArgument(PatchPointOpers::NArgPos)); in visitPatchpoint()
8831 unsigned NumMetaOpers = PatchPointOpers::CCPos; in visitPatchpoint()
8860 SDValue IDVal = getValue(CS->getOperand(PatchPointOpers::IDPos)); in visitPatchpoint()
8863 SDValue NBytesVal = getValue(CS->getOperand(PatchPointOpers::NBytesPos)); in visitPatchpoint()
/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/llvm-project/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp624 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp624 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp903 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp948 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()

12