Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h94 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables() function
/external/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()
DBranchFolding.cpp213 BitVector JTIsLive(JTI->getJumpTables().size()); in OptimizeFunction()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp209 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
DXCoreISelLowering.cpp340 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size(); in LowerBR_JT()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1112 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in initJumpTableInfo()
1133 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()
1233 const std::vector<MachineJumpTableEntry> &JT = JumpTable->getJumpTables(); in getJumpTableEntryAddress()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp1697 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in OptimizeThumb2JumpTables()
1820 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in ReorderThumb2JumpTables()
DARMAsmPrinter.cpp831 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTable()
867 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJump2Table()
DARMCodeEmitter.cpp386 if (MF.getJumpTableInfo()) MJTEs = &MF.getJumpTableInfo()->getJumpTables(); in runOnMachineFunction()
DARMBaseInstrInfo.cpp589 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in GetInstSizeInBytes()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1051 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()