Home
last modified time | relevance | path

Searched refs:getJumpTables (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h100 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables() function
/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h99 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp193 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
DXCoreISelLowering.cpp356 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size(); in LowerBR_JT()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp197 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
DXCoreISelLowering.cpp360 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size(); in LowerBR_JT()
/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h272 JumpTableDataList getJumpTables();
DIceGlobalContext.cpp892 JumpTableDataList GlobalContext::getJumpTables() { in getJumpTables() function in Ice::GlobalContext
DIceTargetLoweringX86BaseImpl.h8582 for (const JumpTableData &JT : Ctx->getJumpTables())
8593 for (const JumpTableData &JT : Ctx->getJumpTables()) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp929 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()
DARMConstantIslandPass.cpp552 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/
DARMConstantIslandPass.cpp608 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()
DARMAsmPrinter.cpp1025 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/
DWebAssemblyISelLowering.cpp661 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs; in LowerBR_JT()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp1042 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp476 for (const auto &Table : JTI.getJumpTables()) { in convert()
DMachineFunction.cpp637 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!"); in getJTISymbol()
DBranchFolding.cpp224 BitVector JTIsLive(JTI->getJumpTables().size()); in OptimizeFunction()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp541 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!"); in getJTISymbol()
DMIRPrinter.cpp411 for (const auto &Table : JTI.getJumpTables()) { in convert()
DBranchFolding.cpp252 BitVector JTIsLive(JTI->getJumpTables().size()); in OptimizeFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp1226 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp860 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs; in LowerBR_JT()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1383 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1686 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()

12