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 393 void initJumpTableInfo(MachineJumpTableInfo *MJTI);
394 void emitJumpTableInfo(MachineJumpTableInfo *MJTI);
798 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
799 initJumpTableInfo(MJTI);
821 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
822 emitJumpTableInfo(MJTI);
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 473 void EmitJumpTableEntry(const MachineJumpTableInfo *MJTI,
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 211 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
212 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
XCoreISelLowering.cpp 338 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
341 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp 609 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
610 assert(MJTI != 0);
611 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 428 LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 722 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
726 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables();
    [all...]

Completed in 117 milliseconds