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

1 2

  /external/llvm/tools/lli/
OrcLazyJIT.h 71 M->setDataLayout(DL);
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 155 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString());
205 M->setDataLayout(Ctx.getTargetInfo().getDataLayoutString());
ModuleBuilder.cpp 101 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString());
BackendUtil.cpp 637 TheModule->setDataLayout(TM->createDataLayout());
  /external/llvm/include/llvm/IR/
Module.h 244 void setDataLayout(StringRef Desc);
245 void setDataLayout(const DataLayout &Other);
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 226 GVsM->setDataLayout(DL);
399 M->setDataLayout(SrcM.getDataLayout());
  /external/llvm/lib/IR/
Module.cpp 369 void Module::setDataLayout(StringRef Desc) {
373 void Module::setDataLayout(const DataLayout &Other) { DL = Other; }
  /external/llvm/lib/Target/
TargetMachineC.cpp 199 Mod->setDataLayout(TM->createDataLayout());
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 45 New->setDataLayout(M->getDataLayout());
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 113 M->setDataLayout("e-n32");
115 M->setDataLayout("e");
LegacyPassManagerTest.cpp 402 mod->setDataLayout("e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-"
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 182 M->setDataLayout(DL);
OrcMCJITReplacement.h 156 M->setDataLayout(getDataLayout());
  /external/llvm/tools/llc/
llc.cpp 322 M->setDataLayout(Target->createDataLayout());
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 532 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 269 module.setDataLayout(getTargetMachine().createDataLayout());
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 806 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 196 M->setDataLayout(getDataLayout());
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 470 MergedModule->setDataLayout(TargetMach->createDataLayout());
LTOModule.cpp 228 M->setDataLayout(target->createDataLayout());
  /external/llvm/tools/opt/
opt.cpp 453 M->setDataLayout(DefaultDataLayout);
  /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/tools/gold/
gold-plugin.cpp 735 M.setDataLayout(TM.createDataLayout());
  /frameworks/compile/slang/
slang_backend.cpp 889 M->setDataLayout("e-p:32:32-i64:64-v128:64:128-n32-S64");

Completed in 1686 milliseconds

1 2