Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 DMips.h25 void setDataLayout() { in setDataLayout() function
355 setDataLayout(); in handleTargetFeatures()
H A DAArch64.cpp570 setDataLayout(); in handleTargetFeatures()
782 void AArch64leTargetInfo::setDataLayout() { in setDataLayout() function in AArch64leTargetInfo
810 void AArch64beTargetInfo::setDataLayout() { in setDataLayout() function in AArch64beTargetInfo
833 void WindowsARM64TargetInfo::setDataLayout() { in setDataLayout() function in WindowsARM64TargetInfo
/freebsd-13.1/contrib/llvm-project/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.cpp959 TheModule->setDataLayout(TM->createDataLayout()); in EmitAssembly()
1207 TheModule->setDataLayout(TM->createDataLayout()); in EmitAssemblyWithNewPassManager()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp150 module.setDataLayout(target_machine->createDataLayout()); in runOnModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp52 unwrap(M)->setDataLayout(*unwrap(DL)); in LLVMSetModuleDataLayout()
H A DTargetMachineC.cpp196 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp164 M->setDataLayout(J.getDataLayout()); in setupJITDylib()
413 M->setDataLayout(J.getDataLayout()); in createPlatformRuntimeModule()
790 M.setDataLayout(DL); in applyDataLayout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp53 New->setDataLayout(M.getDataLayout()); in CloneModule()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h296 void setDataLayout(StringRef Desc);
297 void setDataLayout(const DataLayout &Other);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp86 First->setDataLayout(getDataLayout()); in MCJIT()
108 M->setDataLayout(getDataLayout()); in addModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp395 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module
399 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout() function in Module
H A DCore.cpp290 unwrap(M)->setDataLayout(DataLayoutStr); in LLVMSetDataLayout()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h314 SetterImpl &setDataLayout(Optional<DataLayout> DL) { in setDataLayout() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp240 M->setDataLayout(*LayoutOverride); in parseIRModule()
263 M->setDataLayout(*LayoutOverride); in parseIRModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp546 MergedModule->setDataLayout(TargetMach->createDataLayout()); in optimize()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp862 Builder.setDataLayout(DL); in runOrcJIT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1444 DstM.setDataLayout(SrcM->getDataLayout()); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3537 TheModule->setDataLayout(DL); in parseModule()
3541 TheModule->setDataLayout(*LayoutOverride); in parseModule()
3722 TheModule->setDataLayout(S); in parseModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp78 M->setDataLayout(*LayoutOverride); in Run()
441 M->setDataLayout(Str); in parseTargetDefinition()