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

1 2 3 4

  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp 56 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV);
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h 55 TargetMachine &getTargetMachine() { return *TM; }
  /frameworks/compile/libbcc/include/bcc/
Compiler.h 104 const llvm::TargetMachine& getTargetMachine() const
  /frameworks/compile/libbcc/lib/
Compiler.cpp 272 if (llvm::Triple(getTargetMachine().getTargetTriple()).getArch() == llvm::Triple::x86_64 ||
273 llvm::Triple(getTargetMachine().getTargetTriple()).getArch() == llvm::Triple::mips64el)
312 const llvm::DataLayout dl = getTargetMachine().createDataLayout();
330 if (getTargetMachine().getTargetTriple().getArch() == llvm::Triple::x86) {
341 module.setTargetTriple(getTargetMachine().getTargetTriple().str());
342 module.setDataLayout(getTargetMachine().createDataLayout());
459 llvm::Triple arch(getTargetMachine().getTargetTriple());
RSCompilerDriver.cpp 135 (mCompiler.getTargetMachine().getTargetTriple().getArch() == llvm::Triple::x86)) {
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h 65 TargetMachine &getTargetMachine() { return *TM; }
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h 75 TargetMachine &getTargetMachine() { return *TM; }
  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 54 TargetMachine &getTargetMachine() { return *TM; }
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 69 /// getTargetMachine - Return a reference to the TargetMachine, casted
71 const MBlazeTargetMachine &getTargetMachine() {
78 return getTargetMachine().getInstrInfo();
MBlazeISelLowering.cpp 249 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
348 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
416 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
704 getTargetMachine(), ArgLocs, *DAG.getContext());
843 getTargetMachine(), RVLocs, *DAG.getContext());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelLowering.cpp 201 const PTXSubtarget& ST = getTargetMachine().getSubtarget<PTXSubtarget>();
283 const PTXSubtarget& ST = getTargetMachine().getSubtarget<PTXSubtarget>();
358 assert(getTargetMachine().getSubtarget<PTXSubtarget>().callsAreHandled() &&
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 188 const PPCTargetMachine &getTargetMachine() const { return TM; }
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMGlobalMerge.cpp 190 if (TLOF.getKindForGlobal(I, TLI->getTargetMachine()).isBSSLocal())
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelDAGToDAG.cpp 71 /// getTargetMachine - Return a reference to the TargetMachine, casted
73 const MipsTargetMachine &getTargetMachine() {
80 return getTargetMachine().getInstrInfo();
MipsISelLowering.cpp 790 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 298 getTargetMachine(), ArgLocs, *DAG.getContext());
391 getTargetMachine(), ArgLocs, *DAG.getContext());
520 getTargetMachine(), RVLocs, *DAG.getContext());
565 getTargetMachine(), RVLocs, *DAG.getContext());
731 bool IsPic = getTargetMachine().getRelocationModel() == Reloc::PIC_;
733 Subtarget.GVRequiresExtraLoad(GV, getTargetMachine(), false);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 172 /// getTargetMachine - Return a reference to the TargetMachine, casted
174 const AlphaTargetMachine &getTargetMachine() {
181 return getTargetMachine().getInstrInfo();
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 98 TargetMachine &getTargetMachine() { return *TM; }
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
KaleidoscopeJIT.h 114 TargetMachine &getTargetMachine() { return *TM; }
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 294 TargetMachine *getTargetMachine() override { return TM.get(); }
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 330 const TargetMachine &TM = getTLI()->getTargetMachine();
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 317 getTargetMachine(), ArgLocs, *DAG.getContext());
400 getTargetMachine(), RVLocs, *DAG.getContext());
454 getTargetMachine(), ArgLocs, *DAG.getContext());
577 getTargetMachine(), RVLocs, *DAG.getContext());
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 423 virtual TargetMachine *getTargetMachine() { return nullptr; }
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.cpp 269 auto* pTarget = mpExec->getTargetMachine();

Completed in 1679 milliseconds

1 2 3 4