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

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 177 /// getJumpTableInfo - Return the jump table info object for the current
181 const MachineJumpTableInfo *getJumpTableInfo() const { return JumpTableInfo; }
182 MachineJumpTableInfo *getJumpTableInfo() { return JumpTableInfo; }
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 139 if (MF.getJumpTableInfo()) MJTEs = &MF.getJumpTableInfo()->getJumpTables();
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 194 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
XCoreISelLowering.cpp 310 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 787 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
810 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
    [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 215 MachineJumpTableInfo *JTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp     [all...]
ARMCodeEmitter.cpp 410 if (MF.getJumpTableInfo()) MJTEs = &MF.getJumpTableInfo()->getJumpTables();
    [all...]
ARMBaseInstrInfo.cpp 606 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 711 assert((!MBB->getParent()->getJumpTableInfo()
712 || MBB->getParent()->getJumpTableInfo()->isEmpty())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 738 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 993 milliseconds