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 204 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
205 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
XCoreISelLowering.cpp 339 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
342 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp     [all...]
ARMBaseInstrInfo.cpp 615 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
616 assert(MJTI != 0);
617 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 737 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
741 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 100 milliseconds