/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineJumpTableInfo.h | 100 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineJumpTableInfo.h | 99 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 193 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
|
D | XCoreISelLowering.cpp | 356 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size(); in LowerBR_JT()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 197 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
|
D | XCoreISelLowering.cpp | 360 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size(); in LowerBR_JT()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.h | 272 JumpTableDataList getJumpTables();
|
D | IceGlobalContext.cpp | 892 JumpTableDataList GlobalContext::getJumpTables() { in getJumpTables() function in Ice::GlobalContext
|
D | IceTargetLoweringX86BaseImpl.h | 8582 for (const JumpTableData &JT : Ctx->getJumpTables()) 8593 for (const JumpTableData &JT : Ctx->getJumpTables()) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 929 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableAddrs() 972 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInsts() 1000 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableTBInst()
|
D | ARMConstantIslandPass.cpp | 552 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement() 2092 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables() 2285 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables()
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantIslandPass.cpp | 608 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement() 2114 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables() 2228 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables()
|
D | ARMAsmPrinter.cpp | 1025 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableAddrs() 1064 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInsts() 1090 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableTBInst()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 661 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs; in LowerBR_JT()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 1042 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MIRPrinter.cpp | 476 for (const auto &Table : JTI.getJumpTables()) { in convert()
|
D | MachineFunction.cpp | 637 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!"); in getJTISymbol()
|
D | BranchFolding.cpp | 224 BitVector JTIsLive(JTI->getJumpTables().size()); in OptimizeFunction()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 541 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!"); in getJTISymbol()
|
D | MIRPrinter.cpp | 411 for (const auto &Table : JTI.getJumpTables()) { in convert()
|
D | BranchFolding.cpp | 252 BitVector JTIsLive(JTI->getJumpTables().size()); in OptimizeFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 1226 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 860 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs; in LowerBR_JT()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1383 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1686 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()
|