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

  /external/llvm/lib/CodeGen/
MachineFunction.cpp 22 #include "llvm/CodeGen/MachineJumpTableInfo.h"
91 JumpTableInfo->~MachineJumpTableInfo();
98 MachineJumpTableInfo *MachineFunction::
103 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind);
530 // MachineJumpTableInfo implementation
534 unsigned MachineJumpTableInfo::getEntrySize(const TargetData &TD) const {
538 case MachineJumpTableInfo::EK_BlockAddress:
540 case MachineJumpTableInfo::EK_GPRel64BlockAddress:
542 case MachineJumpTableInfo::EK_GPRel32BlockAddress
    [all...]
BranchFolding.cpp 25 #include "llvm/CodeGen/MachineJumpTableInfo.h"
217 MachineJumpTableInfo *JTI = MF.getJumpTableInfo();
    [all...]
  /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 35 class MachineJumpTableInfo;
95 MachineJumpTableInfo *JumpTableInfo;
170 const MachineJumpTableInfo *getJumpTableInfo() const { return JumpTableInfo; }
171 MachineJumpTableInfo *getJumpTableInfo() { return JumpTableInfo; }
175 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
AsmPrinter.h 37 class MachineJumpTableInfo;
473 void EmitJumpTableEntry(const MachineJumpTableInfo *MJTI,
JITCodeEmitter.h 30 class MachineJumpTableInfo;
MachineCodeEmitter.h 29 class MachineJumpTableInfo;
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 27 #include "llvm/CodeGen/MachineJumpTableInfo.h"
314 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 25 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 29 #include "llvm/CodeGen/MachineJumpTableInfo.h"
211 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
XCoreISelLowering.cpp 32 #include "llvm/CodeGen/MachineJumpTableInfo.h"
325 return MachineJumpTableInfo::EK_Inline;
338 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 428 LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
    [all...]
X86ISelLowering.cpp 35 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 47 class MachineJumpTableInfo;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 25 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 23 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
ARMAsmPrinter.cpp 33 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
ARMBaseInstrInfo.cpp 28 #include "llvm/CodeGen/MachineJumpTableInfo.h"
609 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 31 #include "llvm/CodeGen/MachineJumpTableInfo.h"
722 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 2496 milliseconds