Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h34 struct MachineJumpTableEntry { struct
38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M) in MachineJumpTableEntry() argument
75 std::vector<MachineJumpTableEntry> JumpTables;
94 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables()
/external/llvm/lib/CodeGen/
DELFCodeEmitter.cpp168 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTables()
DMachineFunction.cpp570 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in createJumpTableIndex()
592 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp209 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
/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/
DARMBaseInstrInfo.cpp516 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
518 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT, in getNumJTEntries()
589 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in GetInstSizeInBytes()
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.cpp56 const std::vector<MachineJumpTableEntry> *MJTEs;
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1051 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()