HomeSort by relevance Sort by last modified time
    Searched full:createdatalayout (Results 1 - 23 of 23) sorted by null

  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 36 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()),
  /external/llvm/tools/lli/
OrcLazyJIT.h 47 : TM(std::move(TM)), DL(this->TM->createDataLayout()),
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 244 const llvm::DataLayout dl = getTargetMachine().createDataLayout();
269 module.setDataLayout(getTargetMachine().createDataLayout());
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 92 : DL(TM.createDataLayout()), CCMgr(std::move(CCMgr)),
OrcMCJITReplacement.h 143 : ExecutionEngine(TM->createDataLayout()), TM(std::move(TM)),
  /external/llvm/lib/Target/
TargetMachineC.cpp 199 Mod->setDataLayout(TM->createDataLayout());
  /external/llvm/include/llvm/Target/
TargetMachine.h 140 const DataLayout createDataLayout() const { return DL; }
  /external/llvm/tools/llc/
llc.cpp 322 M->setDataLayout(Target->createDataLayout());
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp 718 M->setDataLayout(Session.getTarget().createDataLayout());
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp 718 M->setDataLayout(Session.getTarget().createDataLayout());
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp 718 M->setDataLayout(Session.getTarget().createDataLayout());
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 637 TheModule->setDataLayout(TM->createDataLayout());
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 532 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 71 : ExecutionEngine(TM->createDataLayout(), std::move(M)), TM(std::move(TM)),
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 470 MergedModule->setDataLayout(TargetMach->createDataLayout());
LTOModule.cpp 228 M->setDataLayout(target->createDataLayout());
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp 719 M->setDataLayout(Session.getTarget().createDataLayout());
    [all...]
  /external/llvm/docs/tutorial/
LangImpl4.rst 135 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 806 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 924 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
  /external/llvm/tools/gold/
gold-plugin.cpp 735 M.setDataLayout(TM.createDataLayout());
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1090 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp     [all...]

Completed in 529 milliseconds