HomeSort by relevance Sort by last modified time
    Searched refs:getJumpTableInfo (Results 1 - 13 of 13) 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/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 208 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
XCoreISelLowering.cpp 337 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 801 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
824 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 830 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
866 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
    [all...]
ARMCodeEmitter.cpp 386 if (MF.getJumpTableInfo()) MJTEs = &MF.getJumpTableInfo()->getJumpTables();
    [all...]
ARMConstantIslandPass.cpp     [all...]
ARMBaseInstrInfo.cpp 587 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 415 milliseconds