Home
last modified time | relevance | path

Searched refs:getJumpTables (Results 1 – 25 of 39) 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/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineJumpTableInfo.h94 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/lib/CodeGen/
DELFCodeEmitter.cpp168 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTables()
DMachineFunction.cpp410 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!"); in getJTISymbol()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp123 if (MF.getJumpTableInfo()) MJTEs = &MF.getJumpTableInfo()->getJumpTables(); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1113 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in initJumpTableInfo()
1134 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()
1234 const std::vector<MachineJumpTableEntry> &JT = JumpTable->getJumpTables(); in getJumpTableEntryAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp193 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp197 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreAsmPrinter.cpp212 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h272 JumpTableDataList 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/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantIslandPass.cpp1707 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in OptimizeThumb2JumpTables()
1830 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in ReorderThumb2JumpTables()
DARMAsmPrinter.cpp919 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTable()
968 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJump2Table()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp661 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs; in LowerBR_JT()
/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()
/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()
/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()

12