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

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 1 //===-- CodeGen/MachineJumpTableInfo.h - Abstract Jump Tables --*- C++ -*-===//
10 // The MachineJumpTableInfo class keeps track of jump tables referenced by
42 class MachineJumpTableInfo {
82 explicit MachineJumpTableInfo(JTEntryKind Kind): EntryKind(Kind) {}
MachineFunction.h 36 class MachineJumpTableInfo;
96 MachineJumpTableInfo *JumpTableInfo;
181 const MachineJumpTableInfo *getJumpTableInfo() const { return JumpTableInfo; }
182 MachineJumpTableInfo *getJumpTableInfo() { return JumpTableInfo; }
186 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
AsmPrinter.h 42 class MachineJumpTableInfo;
501 void EmitJumpTableEntry(const MachineJumpTableInfo *MJTI,
JITCodeEmitter.h 30 class MachineJumpTableInfo;
MachineCodeEmitter.h 28 class MachineJumpTableInfo;
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 24 #include "llvm/CodeGen/MachineJumpTableInfo.h"
112 JumpTableInfo->~MachineJumpTableInfo();
119 MachineJumpTableInfo *MachineFunction::
124 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind);
719 // MachineJumpTableInfo implementation
723 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const {
727 case MachineJumpTableInfo::EK_BlockAddress:
729 case MachineJumpTableInfo::EK_GPRel64BlockAddress:
731 case MachineJumpTableInfo::EK_GPRel32BlockAddress
    [all...]
BranchFolding.cpp 24 #include "llvm/CodeGen/MachineJumpTableInfo.h"
223 MachineJumpTableInfo *JTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 24 #include "llvm/CodeGen/MachineJumpTableInfo.h"
312 MachineJumpTableInfo *JumpTable;
378 void initJumpTableInfo(MachineJumpTableInfo *MJTI);
379 void emitJumpTableInfo(MachineJumpTableInfo *MJTI);
792 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
815 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 27 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 28 #include "llvm/CodeGen/MachineJumpTableInfo.h"
199 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
XCoreISelLowering.cpp 24 #include "llvm/CodeGen/MachineJumpTableInfo.h"
346 return MachineJumpTableInfo::EK_Inline;
359 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 527 LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
    [all...]
X86ISelLowering.cpp 31 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 52 class MachineJumpTableInfo;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 20 #include "llvm/CodeGen/MachineJumpTableInfo.h"
221 /// MachineJumpTableInfo::JTEntryKind enum.
225 return MachineJumpTableInfo::EK_BlockAddress;
229 return MachineJumpTableInfo::EK_GPRel32BlockAddress;
232 return MachineJumpTableInfo::EK_LabelDifference32;
240 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) ||
241 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 28 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
ARMConstantIslandPass.cpp 26 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
ARMBaseInstrInfo.cpp 27 #include "llvm/CodeGen/MachineJumpTableInfo.h"
628 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 30 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 24 #include "llvm/CodeGen/MachineJumpTableInfo.h"
755 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]

Completed in 1050 milliseconds