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

1 2

  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h 50 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()),
toy.cpp 1094 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
    [all...]
  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectLinkingLayerTest.cpp 138 MB1.getModule()->setDataLayout(TM->createDataLayout());
153 MB2.getModule()->setDataLayout(TM->createDataLayout());
208 MB1.getModule()->setDataLayout(TM->createDataLayout());
223 MB2.getModule()->setDataLayout(TM->createDataLayout());
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h 56 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()),
toy.cpp 1094 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h 59 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()),
toy.cpp 1094 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
    [all...]
  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 49 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()),
  /external/llvm/lib/Target/
TargetMachineC.cpp 174 return wrap(new DataLayout(unwrap(T)->createDataLayout()));
188 Mod->setDataLayout(TM->createDataLayout());
  /external/llvm/include/llvm/Target/
TargetMachine.h 133 const DataLayout createDataLayout() const { return DL; }
  /external/llvm/tools/lli/
OrcLazyJIT.h 47 : TM(std::move(TM)), DL(this->TM->createDataLayout()),
  /frameworks/compile/libbcc/lib/
Compiler.cpp 311 const llvm::DataLayout dl = getTargetMachine().createDataLayout();
341 module.setDataLayout(getTargetMachine().createDataLayout());
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 84 DL(TM->createDataLayout()),
toy.cpp 1090 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
KaleidoscopeJIT.h 91 DL(TM->createDataLayout()),
  /external/llvm/unittests/MI/
LiveIntervalTest.cpp 65 M->setDataLayout(TM.createDataLayout());
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 85 : DL(TM.createDataLayout()), IndirectStubsMgr(IndirectStubsMgrBuilder()),
OrcMCJITReplacement.h 151 : ExecutionEngine(TM->createDataLayout()), TM(std::move(TM)),
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 542 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
  /external/llvm/tools/llc/
llc.cpp 375 M->setDataLayout(Target->createDataLayout());
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 814 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 531 MergedModule->setDataLayout(TargetMach->createDataLayout());
LTOModule.cpp 235 M->setDataLayout(target->createDataLayout());
  /external/clang/lib/CodeGen/
BackendUtil.cpp 699 TheModule->setDataLayout(TM->createDataLayout());
    [all...]

Completed in 4955 milliseconds

1 2