Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/llvm/unittests/IR/
H A DManglerTest.cpp51 Mod.setDataLayout(DL); in TEST()
71 Mod.setDataLayout(DL); in TEST()
107 Mod.setDataLayout(DL); in TEST()
143 Mod.setDataLayout(DL); in TEST()
163 Mod.setDataLayout(DL); in TEST()
H A DDataLayoutTest.cpp83 M->setDataLayout("G200"); in TEST()
H A DConstantsTest.cpp554 TheModule.setDataLayout(AlignmentString); in TEST()
566 TheModule.setDataLayout(AlignmentString); in TEST()
574 TheModule.setDataLayout("Fn8"); in TEST()
581 TheModule.setDataLayout("Fi8"); in TEST()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAArch64.h25 virtual void setDataLayout() = 0;
169 void setDataLayout() override;
180 void setDataLayout() override;
216 void setDataLayout() override;
H A DMips.h25 void setDataLayout() { in setDataLayout() function
355 setDataLayout(); in handleTargetFeatures()
H A DAArch64.cpp671 setDataLayout(); in handleTargetFeatures()
884 void AArch64leTargetInfo::setDataLayout() { in setDataLayout() function in AArch64leTargetInfo
912 void AArch64beTargetInfo::setDataLayout() { in setDataLayout() function in AArch64beTargetInfo
935 void WindowsARM64TargetInfo::setDataLayout() { in setDataLayout() function in WindowsARM64TargetInfo
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp134 MB.getModule()->setDataLayout(TM->createDataLayout()); in TEST()
212 MB.getModule()->setDataLayout(TM->createDataLayout()); in TEST()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DAMDGPUMetadataTest.cpp67 M->setDataLayout(TM->createDataLayout()); in SetUp()
/llvm-project-15.0.7/llvm/unittests/Target/AMDGPU/
H A DExecMayBeModifiedBeforeAnyUse.cpp37 Mod.setDataLayout(TM->createDataLayout()); in TEST()
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetRepetitorTest.cpp36 Mod->setDataLayout(TM->createDataLayout()); in SetUp()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToBlob.cpp41 llvmModule.setDataLayout(targetMachine.createDataLayout()); in translateToISA()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp176 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString()); in Initialize()
255 M->setDataLayout(Ctx.getTargetInfo().getDataLayoutString()); in HandleTranslationUnit()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp148 module.setDataLayout(target_machine->createDataLayout()); in runOnModule()
/llvm-project-15.0.7/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp95 M->setDataLayout(TM->createDataLayout()); in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/llvm/lib/Target/
H A DTarget.cpp52 unwrap(M)->setDataLayout(*unwrap(DL)); in LLVMSetModuleDataLayout()
H A DTargetMachineC.cpp192 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/llvm-project-15.0.7/llvm/unittests/Target/X86/
H A DMachineSizeOptsTest.cpp78 M->setDataLayout(TM->createDataLayout()); in SetUp()
/llvm-project-15.0.7/llvm/unittests/Target/ARM/
H A DInstSizes.cpp55 M->setDataLayout(TM->createDataLayout()); in runChecks()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp213 Builder.setDataLayout(M.getDataLayout()); in main()
/llvm-project-15.0.7/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp132 M->setDataLayout(TM->createDataLayout()); in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DGISelMITest.h71 M->setDataLayout(TM.createDataLayout()); in parseMIR()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp56 New->setDataLayout(M.getDataLayout()); in CloneModule()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp172 M->setDataLayout(J.getDataLayout()); in setupJITDylib()
460 M->setDataLayout(J.getDataLayout()); in createPlatformRuntimeModule()
866 M.setDataLayout(DL); in applyDataLayout()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h297 void setDataLayout(StringRef Desc);
298 void setDataLayout(const DataLayout &Other);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp87 First->setDataLayout(getDataLayout()); in MCJIT()
109 M->setDataLayout(getDataLayout()); in addModule()

123