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 199 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
200 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
XCoreISelLowering.cpp 359 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
362 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp     [all...]
ARMBaseInstrInfo.cpp 628 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
629 assert(MJTI != nullptr);
630 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 755 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
759 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 104 milliseconds