/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 38 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()
|
D | TargetInstrInfo.cpp | 445 PatchPointOpers opers(&MI); in foldPatchpoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 55 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()
|
D | TargetInstrInfo.cpp | 485 StartIdx = PatchPointOpers(&MI).getVarIdx(); in foldPatchpoint()
|
/external/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 39 class PatchPointOpers { 50 explicit PatchPointOpers(const MachineInstr *MI);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | StackMaps.h | 77 class PatchPointOpers { 96 explicit PatchPointOpers(const MachineInstr *MI);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 621 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 …]
|
D | InstrEmitter.cpp | 763 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
|
D | SelectionDAGBuilder.cpp | 7276 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/ |
D | FastISel.cpp | 799 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 …]
|
D | InstrEmitter.cpp | 818 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos); in EmitMachineNode()
|
D | SelectionDAGBuilder.cpp | 8045 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/ |
D | AArch64AsmPrinter.cpp | 387 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/ |
D | PPCAsmPrinter.cpp | 347 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()
|
D | PPCInstrInfo.cpp | 1822 PatchPointOpers Opers(&MI); in GetInstSizeInBytes() 1823 return Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm(); in GetInstSizeInBytes()
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 979 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/ |
D | AArch64AsmPrinter.cpp | 468 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
|
D | AArch64InstrInfo.cpp | 104 NumBytes = PatchPointOpers(&MI).getNumPatchBytes(); in getInstSizeInBytes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 544 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 376 PatchPointOpers Opers(&MI); in LowerPATCHPOINT()
|
D | PPCInstrInfo.cpp | 1984 PatchPointOpers Opers(&MI); in getInstSizeInBytes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1071 PatchPointOpers opers(&MI); in LowerPATCHPOINT()
|