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

1 2

  /frameworks/compile/libbcc/include/bcc/
Compiler.h 101 const llvm::TargetMachine& getTargetMachine() const
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 424 if (getTargetMachine().Options.UseSoftFloat &&
491 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
554 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
619 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
685 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
701 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
735 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
752 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
MipsISelLowering.cpp     [all...]
MipsSEISelLowering.cpp 771 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 134 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo();
187 getTargetMachine(), ArgLocs, *DAG.getContext());
282 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
310 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
644 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
679 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
731 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo();
788 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
    [all...]
AMDGPUISelLowering.cpp 195 const DataLayout *TD = getTargetMachine().getDataLayout();
R600ISelLowering.cpp 799 static_cast<const AMDGPUFrameLowering*>(getTargetMachine().getFrameLowering());
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 341 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
426 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
521 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
618 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
    [all...]
AArch64ISelLowering.h 276 return &getTargetMachine().getSubtarget<AArch64Subtarget>();
AArch64ISelDAGToDAG.cpp 247 switch (getTargetLowering()->getTargetMachine().getCodeModel()) {
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 45 InstrItins(IS->getTargetLowering()->getTargetMachine().getInstrItineraryData())
47 TII = IS->getTargetLowering()->getTargetMachine().getInstrInfo();
48 TRI = IS->getTargetLowering()->getTargetMachine().getRegisterInfo();
TargetLowering.cpp 207 if (getTargetMachine().getRelocationModel() != Reloc::PIC_)
211 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != 0)
243 if (getTargetMachine().getRelocationModel() == Reloc::Static)
247 if (getTargetMachine().getRelocationModel() == Reloc::DynamicNoPIC &&
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 208 const TargetMachine &TM = getTargetMachine();
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 327 getTargetMachine(), ArgLocs, *DAG.getContext());
423 getTargetMachine(), RVLocs, *DAG.getContext());
473 getTargetMachine(), ArgLocs, *DAG.getContext());
611 getTargetMachine(), RVLocs, *DAG.getContext());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 270 if (TargetLoweringObjectFile::getKindForGlobal(I, TLI->getTargetMachine())
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 585 const TargetMachine &TM = getTargetMachine();
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 754 const TargetRegisterInfo *RegInfo = getTargetMachine().getRegisterInfo();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 135 const SystemZTargetMachine &getTargetMachine() const {
140 return getTargetMachine().getInstrInfo();
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 312 getTargetMachine(), RVLocs, *DAG.getContext());
363 getTargetMachine(), RVLocs, *DAG.getContext());
400 getTargetMachine(), ArgLocs, *DAG.getContext());
830 getTargetMachine(), ArgLocs, *DAG.getContext());
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 345 getTargetMachine(), ArgLocs, *DAG.getContext());
543 getTargetMachine(), ArgLocs, *DAG.getContext());
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIISelLowering.cpp 68 const TargetInstrInfo * TII = getTargetMachine().getInstrInfo();
AMDILISelLowering.cpp 101 const AMDGPUSubtarget &STM = getTargetMachine().getSubtarget<AMDGPUSubtarget>();
  /external/llvm/lib/CodeGen/
Analysis.cpp 492 (!TLI.getTargetMachine().Options.GuaranteedTailCallOpt ||
  /external/mesa3d/src/gallium/drivers/radeon/
SIISelLowering.cpp 68 const TargetInstrInfo * TII = getTargetMachine().getInstrInfo();

Completed in 1105 milliseconds

1 2