Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/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()
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1055 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in initJumpTableInfo()
1076 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()
1179 const std::vector<MachineJumpTableEntry> &JT = JumpTable->getJumpTables(); in getJumpTableEntryAddress()
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp194 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineFunction.cpp735 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in createJumpTableIndex()
757 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable()
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsCodeEmitter.cpp56 const std::vector<MachineJumpTableEntry> *MJTEs;
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp874 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTable()
916 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.cpp540 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
542 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT, in getNumJTEntries()
615 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in GetInstSizeInBytes()
DARMCodeEmitter.cpp56 const std::vector<MachineJumpTableEntry> *MJTEs;
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp755 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables(); in LowerBR_JT()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1114 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()