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

  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 378 void initJumpTableInfo(MachineJumpTableInfo *MJTI);
379 void emitJumpTableInfo(MachineJumpTableInfo *MJTI);
792 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
793 initJumpTableInfo(MJTI);
815 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
816 emitJumpTableInfo(MJTI);
    [all...]
  /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/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 501 void EmitJumpTableEntry(const MachineJumpTableInfo *MJTI,
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
ARMAsmPrinter.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/CodeGen/
BranchFolding.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 527 LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 755 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
759 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables();
    [all...]

Completed in 309 milliseconds