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

  /external/llvm/lib/CodeGen/
MachineFunction.cpp 25 #include "llvm/CodeGen/MachineJumpTableInfo.h"
93 JumpTableInfo->~MachineJumpTableInfo();
100 MachineJumpTableInfo *MachineFunction::
105 MachineJumpTableInfo((MachineJumpTableInfo::JTEntryKind)EntryKind);
525 // MachineJumpTableInfo implementation
529 unsigned MachineJumpTableInfo::getEntrySize(const TargetData &TD) const {
533 case MachineJumpTableInfo::EK_BlockAddress:
535 case MachineJumpTableInfo::EK_GPRel32BlockAddress:
536 case MachineJumpTableInfo::EK_LabelDifference32
    [all...]
ELFCodeEmitter.h 54 void emitJumpTables(MachineJumpTableInfo *MJTI);
ELFCodeEmitter.cpp 21 #include "llvm/CodeGen/MachineJumpTableInfo.h"
167 void ELFCodeEmitter::emitJumpTables(MachineJumpTableInfo *MJTI) {
BranchFolding.cpp 25 #include "llvm/CodeGen/MachineJumpTableInfo.h"
206 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 {
77 explicit MachineJumpTableInfo(JTEntryKind Kind): EntryKind(Kind) {}
ObjectCodeEmitter.h 26 class MachineJumpTableInfo;
142 virtual void emitJumpTables(MachineJumpTableInfo *MJTI) = 0;
MachineFunction.h 35 class MachineJumpTableInfo;
95 MachineJumpTableInfo *JumpTableInfo;
168 const MachineJumpTableInfo *getJumpTableInfo() const { return JumpTableInfo; }
169 MachineJumpTableInfo *getJumpTableInfo() { return JumpTableInfo; }
173 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
AsmPrinter.h 43 class MachineJumpTableInfo;
465 void EmitJumpTableEntry(const MachineJumpTableInfo *MJTI,
MachineCodeEmitter.h 27 class MachineJumpTableInfo;
JITCodeEmitter.h 30 class MachineJumpTableInfo;
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 28 class MachineJumpTableInfo;
X86ISelLowering.h 504 LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
    [all...]
X86ISelLowering.cpp 35 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.h 46 class MachineJumpTableInfo;
109 llvm::MachineJumpTableInfo *mpJumpTable;
286 void initJumpTableInfo(llvm::MachineJumpTableInfo *MJTI);
288 void emitJumpTableInfo(llvm::MachineJumpTableInfo *MJTI);
CodeEmitter.cpp 44 #include "llvm/CodeGen/MachineJumpTableInfo.h"
777 void CodeEmitter::initJumpTableInfo(llvm::MachineJumpTableInfo *MJTI) {
800 void CodeEmitter::emitJumpTableInfo(llvm::MachineJumpTableInfo *MJTI) {
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 28 #include "llvm/CodeGen/MachineJumpTableInfo.h"
315 MachineJumpTableInfo *JumpTable;
397 void initJumpTableInfo(MachineJumpTableInfo *MJTI);
398 void emitJumpTableInfo(MachineJumpTableInfo *MJTI);
802 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
825 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"
327 return MachineJumpTableInfo::EK_Inline;
340 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 51 class MachineJumpTableInfo;
767 /// MachineJumpTableInfo::JTEntryKind enum.
771 LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 24 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
ARMAsmPrinter.cpp 34 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]
ARMBaseInstrInfo.cpp 28 #include "llvm/CodeGen/MachineJumpTableInfo.h"
599 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 25 #include "llvm/CodeGen/MachineJumpTableInfo.h"
    [all...]

Completed in 182 milliseconds