HomeSort by relevance Sort by last modified time
    Searched refs:MJTI (Results 1 - 11 of 11) 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/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 541 void EmitJumpTableEntry(const MachineJumpTableInfo *MJTI,
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 594 auto MJTI = MF->getJumpTableInfo();
595 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
    [all...]
ARMAsmPrinter.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [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/X86/
X86ISelLowering.h 635 LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
    [all...]
X86ISelLowering.cpp     [all...]

Completed in 1036 milliseconds