| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | AArch64.h | 57 virtual void setDataLayout() = 0; 277 void setDataLayout() override; 288 void setDataLayout() override; 325 void setDataLayout() override;
|
| H A D | Mips.h | 26 void setDataLayout() { in setDataLayout() function 394 setDataLayout(); in handleTargetFeatures()
|
| H A D | AArch64.cpp | 1215 setDataLayout(); in handleTargetFeatures() 1630 void AArch64leTargetInfo::setDataLayout() { in setDataLayout() function in AArch64leTargetInfo 1663 void AArch64beTargetInfo::setDataLayout() { in setDataLayout() function in AArch64beTargetInfo 1687 void WindowsARM64TargetInfo::setDataLayout() { in setDataLayout() function in WindowsARM64TargetInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileUtils.cpp | 37 M.setDataLayout(TM.createDataLayout()); in operator ()()
|
| H A D | LLJIT.cpp | 170 M->setDataLayout(J.getDataLayout()); in setupJITDylib() 459 M->setDataLayout(J.getDataLayout()); in createPlatformRuntimeModule() 1092 M.setDataLayout(DL); in applyDataLayout()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerWriter.cpp | 180 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString()); in Initialize() 259 M->setDataLayout(Ctx.getTargetInfo().getDataLayoutString()); in HandleTranslationUnit()
|
| H A D | ModuleBuilder.cpp | 155 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString()); in Initialize()
|
| H A D | BackendUtil.cpp | 1277 TheModule->setDataLayout(TM->createDataLayout()); in emitAssembly()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVAPI.cpp | 112 M->setDataLayout(MaybeDL.get()); in SPIRVTranslate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | Target.cpp | 48 unwrap(M)->setDataLayout(*unwrap(DL)); in LLVMSetModuleDataLayout()
|
| H A D | TargetMachineC.cpp | 301 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Wasm.cpp | 78 PTU.TheModule->setDataLayout(TargetMachine->createDataLayout()); in addModule()
|
| H A D | DeviceOffload.cpp | 58 PTU.TheModule->setDataLayout(TargetMachine->createDataLayout()); in GeneratePTX()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneModule.cpp | 62 New->setDataLayout(M.getDataLayout()); in CloneModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 86 First->setDataLayout(getDataLayout()); in MCJIT() 108 M->setDataLayout(getDataLayout()); in addModule()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 320 void setDataLayout(StringRef Desc); 321 void setDataLayout(const DataLayout &Other);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Module.cpp | 423 void Module::setDataLayout(StringRef Desc) { DL = DataLayout(Desc); } in setDataLayout() function in Module 425 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout() function in Module
|
| H A D | Core.cpp | 319 unwrap(M)->setDataLayout(DataLayoutStr); in LLVMSetDataLayout()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LLJIT.h | 376 SetterImpl &setDataLayout(std::optional<DataLayout> DL) { in setDataLayout() function
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 604 MergedModule->setDataLayout(TargetMach->createDataLayout()); in optimize()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 258 M->setDataLayout(*LayoutOverride); in parseIRModule() 282 M->setDataLayout(*LayoutOverride); in parseIRModule()
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 949 Builder.setDataLayout(DL); in runOrcJIT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1447 DstM.setDataLayout(SrcM->getDataLayout()); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4525 TheModule->setDataLayout(MaybeDL.get()); in parseModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 519 M->setDataLayout(MaybeDL.get()); in parseTargetDefinitions()
|