HomeSort by relevance Sort by last modified time
    Searched refs:getJumpTableInfo (Results 1 - 18 of 18) 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 151 if (MF.getJumpTableInfo()) MJTEs = &MF.getJumpTableInfo()->getJumpTables();
MipsAsmPrinter.cpp     [all...]
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 199 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
XCoreISelLowering.cpp 359 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 792 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
815 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
    [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 223 MachineJumpTableInfo *JTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMCodeEmitter.cpp 379 if (MF.getJumpTableInfo()) MJTEs = &MF.getJumpTableInfo()->getJumpTables();
    [all...]
ARMConstantIslandPass.cpp     [all...]
ARMBaseInstrInfo.cpp 628 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 715 assert((!MBB->getParent()->getJumpTableInfo()
716 || 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 755 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 2611 milliseconds