Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h99 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables() function
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1105 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in initJumpTableInfo()
1126 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()
1229 const std::vector<MachineJumpTableEntry> &JT = JumpTable->getJumpTables(); in getJumpTableEntryAddress()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp205 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
DXCoreISelLowering.cpp342 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size(); in LowerBR_JT()
/external/llvm/lib/Target/Mips/
DMipsCodeEmitter.cpp136 if (MF.getJumpTableInfo()) MJTEs = &MF.getJumpTableInfo()->getJumpTables(); in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp436 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!"); in getJTISymbol()
DBranchFolding.cpp222 BitVector JTIsLive(JTI->getJumpTables().size()); in OptimizeFunction()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp1849 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables()
1975 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables()
DARMAsmPrinter.cpp1004 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTable()
1046 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJump2Table()
DARMCodeEmitter.cpp408 if (MF.getJumpTableInfo()) MJTEs = &MF.getJumpTableInfo()->getJumpTables(); in runOnMachineFunction()
DARMBaseInstrInfo.cpp617 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in GetInstSizeInBytes()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1064 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp741 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables(); in LowerBR_JT()