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 197 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
198 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
XCoreISelLowering.cpp 360 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
363 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 617 MachineJumpTableInfo *MJTI = DAG.getMachineFunction().getJumpTableInfo();
618 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs;
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp 594 auto MJTI = MF->getJumpTableInfo();
595 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1102 milliseconds