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 383 void initJumpTableInfo(MachineJumpTableInfo *MJTI);
384 void emitJumpTableInfo(MachineJumpTableInfo *MJTI);
787 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
788 initJumpTableInfo(MJTI);
810 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
811 emitJumpTableInfo(MJTI);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 194 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
195 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
XCoreISelLowering.cpp 310 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
313 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 482 void EmitJumpTableEntry(const MachineJumpTableInfo *MJTI,
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp 606 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
607 assert(MJTI != 0);
608 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 514 LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 738 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
742 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables();
    [all...]

Completed in 343 milliseconds