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 38 class MachineJumpTableInfo;
480 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"
105 JumpTableInfo->~MachineJumpTableInfo();
112 MachineJumpTableInfo *MachineFunction::
117 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind);
669 // MachineJumpTableInfo implementation
673 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const {
677 case MachineJumpTableInfo::EK_BlockAddress:
679 case MachineJumpTableInfo::EK_GPRel64BlockAddress:
681 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 28 #include "llvm/CodeGen/MachineJumpTableInfo.h"
319 MachineJumpTableInfo *JumpTable;
393 void initJumpTableInfo(MachineJumpTableInfo *MJTI);
394 void emitJumpTableInfo(MachineJumpTableInfo *MJTI);
798 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
821 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"
204 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
XCoreISelLowering.cpp 26 #include "llvm/CodeGen/MachineJumpTableInfo.h"
326 return MachineJumpTableInfo::EK_Inline;
339 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 477 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"
202 /// MachineJumpTableInfo::JTEntryKind enum.
206 return MachineJumpTableInfo::EK_BlockAddress;
210 return MachineJumpTableInfo::EK_GPRel32BlockAddress;
213 return MachineJumpTableInfo::EK_LabelDifference32;
221 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) ||
222 (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"
615 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 24 #include "llvm/CodeGen/MachineJumpTableInfo.h"
737 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 1061 milliseconds