Home
last modified time | relevance | path

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

12

/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp138 MP.Functions.back()->setDataLayout(M.getDataLayout()); in fullyPartition()
145 MP.GlobalVars->setDataLayout(M.getDataLayout()); in fullyPartition()
149 MP.Commons->setDataLayout(M.getDataLayout()); in fullyPartition()
DOrcMCJITReplacement.h150 setDataLayout(this->TM->getDataLayout()); in OrcMCJITReplacement()
158 M->setDataLayout(*getDataLayout()); in addModule()
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp55 setDataLayout(&TD); in Interpreter()
/external/llvm/lib/IR/
DModule.cpp366 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module
370 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout() function in Module
/external/llvm/include/llvm/IR/
DModule.h290 void setDataLayout(StringRef Desc);
291 void setDataLayout(const DataLayout &Other);
/external/llvm/unittests/IR/
DIRBuilderTest.cpp114 M->setDataLayout("e-n32"); in TEST_F()
116 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/Transforms/Utils/
DCloneModule.cpp38 New->setDataLayout(M->getDataLayout()); in CloneModule()
/external/llvm/tools/lli/
DOrcLazyJIT.h81 M->setDataLayout(*TM->getDataLayout()); in addModule()
/external/clang/lib/CodeGen/
DModuleBuilder.cpp97 M->setDataLayout(Ctx->getTargetInfo().getTargetDescription()); in Initialize()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp88 setDataLayout(TM->getDataLayout()); in MCJIT()
150 M->setDataLayout(*TM->getDataLayout()); in emitObject()
/external/llvm/lib/Target/
DTargetMachineC.cpp203 Mod->setDataLayout(*td); in LLVMTargetMachineEmit()
/external/llvm/tools/llc/
Dllc.cpp330 M->setDataLayout(*DL); in compileModule()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h126 void setDataLayout(const DataLayout *Val) { DL = Val; } in setDataLayout() function
/external/llvm/tools/opt/
Dopt.cpp459 M->setDataLayout(DefaultDataLayout); in main()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp544 mergedModule->setDataLayout(*TargetMach->getDataLayout()); in optimize()
DLTOModule.cpp233 M->setDataLayout(*target->getDataLayout()); in makeLTOModule()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp563 OpenModule->setDataLayout(*NewEngine->getDataLayout()); in getPointerToFunction()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp916 TheModule->setDataLayout(*TheExecutionEngine->getDataLayout()); in main()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp1037 TheModule->setDataLayout(*TheExecutionEngine->getDataLayout()); in main()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1211 TheModule->setDataLayout(*TheExecutionEngine->getDataLayout()); in main()
/external/llvm/tools/gold/
Dgold-plugin.cpp720 M.setDataLayout(*DL); in runLTOPasses()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp1462 TheModule->setDataLayout(*TheExecutionEngine->getDataLayout()); in main()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp719 M->setDataLayout(*Session.getTarget().getDataLayout()); in IRGenContext()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1975 module->setDataLayout(*executionEngine->getDataLayout()); in main()

12