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 109 const llvm::TargetMachine& getTargetMachine() const
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 203 if (llvm::Triple(getTargetMachine().getTargetTriple()).getArch() == llvm::Triple::x86_64)
244 const llvm::DataLayout dl = getTargetMachine().createDataLayout();
258 if (getTargetMachine().getTargetTriple().getArch() == llvm::Triple::x86) {
268 module.setTargetTriple(getTargetMachine().getTargetTriple().str());
269 module.setDataLayout(getTargetMachine().createDataLayout());
403 llvm::Triple triple(getTargetMachine().getTargetTriple());
414 llvm::Triple arch(getTargetMachine().getTargetTriple());
  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 41 TargetMachine &getTargetMachine() { return *TM; }
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 171 const TargetMachine &TM = getTLI()->getTargetMachine();
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 176 const PPCTargetMachine &getTargetMachine() const { return TM; }
PPCISelLowering.cpp     [all...]
PPCInstrInfo.cpp 69 Subtarget(STI), RI(STI.getTargetMachine()) {}
236 if (Subtarget.getTargetMachine().getOptLevel() != CodeGenOpt::Aggressive)
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 295 TargetMachine *getTargetMachine() override { return TM.get(); }
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 423 virtual TargetMachine *getTargetMachine() { return nullptr; }
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 139 if (mCompiler.getTargetMachine().getTargetTriple().getArch() == llvm::Triple::x86) {
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 532 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 284 return wrap(unwrap(EE)->getTargetMachine());
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 806 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
  /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/examples/Kaleidoscope/Chapter6/
toy.cpp 924 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1090 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 241 if (getTargetMachine().getRelocationModel() != Reloc::PIC_)
245 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != nullptr)
277 if (getTargetMachine().getRelocationModel() == Reloc::Static)
281 if (getTargetMachine().getRelocationModel() == Reloc::DynamicNoPIC &&
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 140 const SystemZTargetMachine &getTargetMachine() const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 166 const TargetMachine &getTargetMachine() const { return TM; }
    [all...]

Completed in 1186 milliseconds

1 2