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

1 2

  /frameworks/compile/libbcc/include/bcc/
Compiler.h 106 const llvm::TargetMachine& getTargetMachine() const
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 520 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
582 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
646 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
711 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
727 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
761 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
778 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
MipsISelLowering.cpp     [all...]
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 197 TargetMachine *getTargetMachine() override { return &TM; }
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 284 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
312 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo();
366 getTargetMachine(), ArgLocs, *DAG.getContext());
462 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
523 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
538 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
552 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 46 InstrItins(IS->getTargetLowering()->getTargetMachine().getInstrItineraryData())
48 TII = IS->getTargetLowering()->getTargetMachine().getInstrInfo();
49 TRI = IS->getTargetLowering()->getTargetMachine().getRegisterInfo();
TargetLowering.cpp 224 if (getTargetMachine().getRelocationModel() != Reloc::PIC_)
228 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != nullptr)
260 if (getTargetMachine().getRelocationModel() == Reloc::Static)
264 if (getTargetMachine().getRelocationModel() == Reloc::DynamicNoPIC &&
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 318 TargetMachine *getTargetMachine() override { return TM; }
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 256 const llvm::DataLayout *dl = getTargetMachine().getDataLayout();
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 274 if (XTL.getTargetMachine().getCodeModel() == CodeModel::Small)
803 const TargetRegisterInfo *RegInfo = getTargetMachine().getRegisterInfo();
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 441 getTargetMachine(), ArgLocs, *DAG.getContext());
537 getTargetMachine(), RVLocs, *DAG.getContext());
587 getTargetMachine(), ArgLocs, *DAG.getContext());
723 getTargetMachine(), RVLocs, *DAG.getContext());
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 481 virtual TargetMachine *getTargetMachine() { return nullptr; }
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 353 getTargetMachine(), ArgLocs, *DAG.getContext());
553 getTargetMachine(), ArgLocs, *DAG.getContext());
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 326 return wrap(unwrap(EE)->getTargetMachine());
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 326 getTargetMachine(), RVLocs, *DAG.getContext());
376 getTargetMachine(), RVLocs, *DAG.getContext());
431 getTargetMachine(), ArgLocs, *DAG.getContext(),
847 getTargetMachine(), ArgLocs, *DAG.getContext());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [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/mesa3d/src/gallium/drivers/radeon/
SIISelLowering.cpp 68 const TargetInstrInfo * TII = getTargetMachine().getInstrInfo();
AMDILISelLowering.cpp 101 const AMDGPUSubtarget &STM = getTargetMachine().getSubtarget<AMDGPUSubtarget>();
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 138 const SystemZTargetMachine &getTargetMachine() const {
143 return getTargetMachine().getInstrInfo();
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 149 const TargetMachine &getTargetMachine() const { return TM; }
    [all...]

Completed in 944 milliseconds

1 2