HomeSort by relevance Sort by last modified time
    Searched defs:MJTI (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 211 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
212 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
XCoreISelLowering.cpp 338 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
341 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp 609 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
610 assert(MJTI != 0);
611 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
    [all...]
ARMConstantIslandPass.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 728 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
732 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1037 milliseconds