Home
last modified time | relevance | path

Searched refs:MachineJumpTableEntry (Results 1 – 11 of 11) 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.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()
/external/llvm/lib/Target/Mips/
DMipsCodeEmitter.cpp56 const std::vector<MachineJumpTableEntry> *MJTEs;
/external/llvm/lib/CodeGen/
DMachineFunction.cpp716 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in createJumpTableIndex()
738 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable()
/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()
DARMBaseInstrInfo.cpp542 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
544 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT, in getNumJTEntries()
617 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in GetInstSizeInBytes()
DARMCodeEmitter.cpp56 const std::vector<MachineJumpTableEntry> *MJTEs;
/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()