Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAArch64.h24 virtual void setDataLayout() = 0;
153 void setDataLayout() override;
164 void setDataLayout() override;
200 void setDataLayout() override;
H A DAArch64.cpp569 setDataLayout(); in handleTargetFeatures()
777 void AArch64leTargetInfo::setDataLayout() { in setDataLayout() function in AArch64leTargetInfo
805 void AArch64beTargetInfo::setDataLayout() { in setDataLayout() function in AArch64beTargetInfo
828 void WindowsARM64TargetInfo::setDataLayout() { in setDataLayout() function in WindowsARM64TargetInfo
H A DMips.h25 void setDataLayout() { in setDataLayout() function
355 setDataLayout(); in handleTargetFeatures()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp169 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString()); in Initialize()
248 M->setDataLayout(Ctx.getTargetInfo().getDataLayoutString()); in HandleTranslationUnit()
H A DModuleBuilder.cpp141 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString()); in Initialize()
H A DBackendUtil.cpp953 TheModule->setDataLayout(TM->createDataLayout()); in EmitAssembly()
1199 TheModule->setDataLayout(TM->createDataLayout()); in EmitAssemblyWithNewPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp164 M->setDataLayout(J.getDataLayout()); in setupJITDylib()
413 M->setDataLayout(J.getDataLayout()); in createPlatformRuntimeModule()
679 M.setDataLayout(J.getDataLayout()); in createStandardSymbolsObject()
694 M->setDataLayout(J.getDataLayout()); in createPlatformRuntimeModule()
1158 M.setDataLayout(DL); in applyDataLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp97 M->setDataLayout(TM->createDataLayout()); in LLVMFuzzerTestOneInput()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTarget.cpp52 unwrap(M)->setDataLayout(*unwrap(DL)); in LLVMSetModuleDataLayout()
H A DTargetMachineC.cpp196 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp132 M->setDataLayout(TM->createDataLayout()); in LLVMFuzzerTestOneInput()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp213 Builder.setDataLayout(M.getDataLayout()); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h296 void setDataLayout(StringRef Desc);
297 void setDataLayout(const DataLayout &Other);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp53 New->setDataLayout(M.getDataLayout()); in CloneModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp86 First->setDataLayout(getDataLayout()); in MCJIT()
108 M->setDataLayout(getDataLayout()); in addModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp391 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module
395 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout() function in Module
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h303 SetterImpl &setDataLayout(Optional<DataLayout> DL) { in setDataLayout() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp158 Mod->setDataLayout(DL); in createModule()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl08.rst132 TheModule->setDataLayout(TargetMachine->createDataLayout());
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp556 TheModule->setDataLayout(TheJIT->getDataLayout()); in InitializeModuleAndPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp233 M->setDataLayout(*LayoutOverride); in parseIRModule()
256 M->setDataLayout(*LayoutOverride); in parseIRModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp546 MergedModule->setDataLayout(TargetMach->createDataLayout()); in optimize()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp830 TheModule->setDataLayout(TheJIT->getDataLayout()); in InitializeModuleAndPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp949 TheModule->setDataLayout(TheJIT->getDataLayout()); in InitializeModuleAndPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1250 TheModule->setDataLayout(TheTargetMachine->createDataLayout()); in main()

12