HomeSort by relevance Sort by last modified time
    Searched refs:MachineJumpTableInfo (Results 1 - 21 of 21) 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 39 class MachineJumpTableInfo;
482 void EmitJumpTableEntry(const MachineJumpTableInfo *MJTI,
JITCodeEmitter.h 30 class MachineJumpTableInfo;
MachineCodeEmitter.h 28 class MachineJumpTableInfo;
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 25 #include "llvm/CodeGen/MachineJumpTableInfo.h"
111 JumpTableInfo->~MachineJumpTableInfo();
118 MachineJumpTableInfo *MachineFunction::
123 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind);
687 // MachineJumpTableInfo implementation
691 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const {
695 case MachineJumpTableInfo::EK_BlockAddress:
697 case MachineJumpTableInfo::EK_GPRel64BlockAddress:
699 case MachineJumpTableInfo::EK_GPRel32BlockAddress
    [all...]
BranchFolding.cpp 25 #include "llvm/CodeGen/MachineJumpTableInfo.h"
215 MachineJumpTableInfo *JTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 27 #include "llvm/CodeGen/MachineJumpTableInfo.h"
318 MachineJumpTableInfo *JumpTable;
383 void initJumpTableInfo(MachineJumpTableInfo *MJTI);
384 void emitJumpTableInfo(MachineJumpTableInfo *MJTI);
787 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
810 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 26 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 28 #include "llvm/CodeGen/MachineJumpTableInfo.h"
194 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
XCoreISelLowering.cpp 26 #include "llvm/CodeGen/MachineJumpTableInfo.h"
297 return MachineJumpTableInfo::EK_Inline;
310 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 514 LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
    [all...]
X86ISelLowering.cpp 30 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 50 class MachineJumpTableInfo;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 20 #include "llvm/CodeGen/MachineJumpTableInfo.h"
204 /// MachineJumpTableInfo::JTEntryKind enum.
208 return MachineJumpTableInfo::EK_BlockAddress;
212 return MachineJumpTableInfo::EK_GPRel32BlockAddress;
215 return MachineJumpTableInfo::EK_LabelDifference32;
223 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) ||
224 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 30 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
ARMConstantIslandPass.cpp 27 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
ARMBaseInstrInfo.cpp 26 #include "llvm/CodeGen/MachineJumpTableInfo.h"
606 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 24 #include "llvm/CodeGen/MachineJumpTableInfo.h"
738 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 3292 milliseconds