Home
last modified time | relevance | path

Searched refs:setDataLayout (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp155 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString()); in Initialize()
205 M->setDataLayout(Ctx.getTargetInfo().getDataLayoutString()); in HandleTranslationUnit()
DModuleBuilder.cpp101 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString()); in Initialize()
DBackendUtil.cpp637 TheModule->setDataLayout(TM->createDataLayout()); in EmitAssembly()
/external/llvm/lib/IR/
DModule.cpp369 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module
373 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout() function in Module
/external/llvm/include/llvm/IR/
DModule.h244 void setDataLayout(StringRef Desc);
245 void setDataLayout(const DataLayout &Other);
/external/llvm/tools/lli/
DOrcLazyJIT.h71 M->setDataLayout(DL); in addModule()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h226 GVsM->setDataLayout(DL); in addLogicalModule()
399 M->setDataLayout(SrcM.getDataLayout()); in emitPartition()
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp45 New->setDataLayout(M->getDataLayout()); in CloneModule()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp113 M->setDataLayout("e-n32"); in TEST_F()
115 M->setDataLayout("e"); in TEST_F()
DLegacyPassManagerTest.cpp402 mod->setDataLayout("e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-" in makeLLVMModule()
/external/llvm/lib/Target/
DTargetMachineC.cpp199 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/external/llvm/tools/llc/
Dllc.cpp322 M->setDataLayout(Target->createDataLayout()); in compileModule()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h182 M->setDataLayout(DL); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
DOrcMCJITReplacement.h156 M->setDataLayout(getDataLayout()); in addModule()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp532 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout()); in InitializeModuleAndPassManager()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp470 MergedModule->setDataLayout(TargetMach->createDataLayout()); in optimize()
DLTOModule.cpp228 M->setDataLayout(target->createDataLayout()); in makeLTOModule()
/external/llvm/tools/opt/
Dopt.cpp453 M->setDataLayout(DefaultDataLayout); in main()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp196 M->setDataLayout(getDataLayout()); in generateCodeForModule()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp806 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout()); in InitializeModuleAndPassManager()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp924 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout()); in InitializeModuleAndPassManager()
/external/llvm/tools/gold/
Dgold-plugin.cpp735 M.setDataLayout(TM.createDataLayout()); in runLTOPasses()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1090 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout()); in InitializeModuleAndPassManager()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1977 module->setDataLayout(executionEngine->getDataLayout()); in main()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp718 M->setDataLayout(Session.getTarget().createDataLayout()); in IRGenContext()

12