Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h34 struct MachineJumpTableEntry { struct
38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M) in MachineJumpTableEntry() argument
80 std::vector<MachineJumpTableEntry> JumpTables;
99 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1060 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in initJumpTableInfo()
1081 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()
1184 const std::vector<MachineJumpTableEntry> &JT = JumpTable->getJumpTables(); in getJumpTableEntryAddress()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp200 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp766 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in createJumpTableIndex()
788 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable()
/external/llvm/lib/Target/Mips/
DMipsCodeEmitter.cpp57 const std::vector<MachineJumpTableEntry> *MJTEs;
DMipsAsmPrinter.cpp995 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp918 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTable()
960 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJump2Table()
DARMConstantIslandPass.cpp1850 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables()
1976 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables()
DARMBaseInstrInfo.cpp560 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
562 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT, in getNumJTEntries()
630 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in GetInstSizeInBytes()
DARMCodeEmitter.cpp58 const std::vector<MachineJumpTableEntry> *MJTEs;
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1138 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp759 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables(); in LowerBR_JT()