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

  /external/llvm/lib/CodeGen/
ELFCodeEmitter.cpp 65 if (MF.getJumpTableInfo())
66 emitJumpTables(MF.getJumpTableInfo());
88 if (MF.getJumpTableInfo()) {
BranchFolding.cpp 206 MachineJumpTableInfo *JTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 123 if (MF.getJumpTableInfo()) MJTEs = &MF.getJumpTableInfo()->getJumpTables();
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 164 /// getJumpTableInfo - Return the jump table info object for the current
168 const MachineJumpTableInfo *getJumpTableInfo() const { return JumpTableInfo; }
169 MachineJumpTableInfo *getJumpTableInfo() { return JumpTableInfo; }
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 211 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
XCoreISelLowering.cpp 340 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 802 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
825 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 390 if (MF.getJumpTableInfo()) MJTEs = &MF.getJumpTableInfo()->getJumpTables();
    [all...]
ARMConstantIslandPass.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp 599 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 483 milliseconds