HomeSort by relevance Sort by last modified time
    Searched defs:MJTI (Results 1 - 7 of 7) 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 340 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
343 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp 599 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
600 assert(MJTI != 0);
601 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
    [all...]
ARMConstantIslandPass.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 82 milliseconds