Home
last modified time | relevance | path

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

123456

/external/llvm-project/clang/lib/Basic/Targets/
DAArch64.h24 virtual void setDataLayout() = 0;
143 void setDataLayout() override;
154 void setDataLayout() override;
190 void setDataLayout() override;
DAArch64.cpp509 setDataLayout(); in handleTargetFeatures()
717 void AArch64leTargetInfo::setDataLayout() { in setDataLayout() function in AArch64leTargetInfo
745 void AArch64beTargetInfo::setDataLayout() { in setDataLayout() function in AArch64beTargetInfo
768 void WindowsARM64TargetInfo::setDataLayout() { in setDataLayout() function in WindowsARM64TargetInfo
DMips.h25 void setDataLayout() { in setDataLayout() function
355 setDataLayout(); in handleTargetFeatures()
/external/llvm-project/llvm/unittests/IR/
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()
DDataLayoutTest.cpp82 M->setDataLayout("G200"); in TEST()
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp138 MB1.getModule()->setDataLayout(TM->createDataLayout()); in TEST_F()
153 MB2.getModule()->setDataLayout(TM->createDataLayout()); in TEST_F()
208 MB1.getModule()->setDataLayout(TM->createDataLayout()); in TEST_F()
223 MB2.getModule()->setDataLayout(TM->createDataLayout()); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dmlir_gpu_test_base.cc47 llvm_module->setDataLayout(amdgpu::kDataLayout); in CompileMlirModule()
50 llvm_module->setDataLayout(nvptx::kDataLayout); in CompileMlirModule()
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp133 MB.getModule()->setDataLayout(TM->createDataLayout()); in TEST()
211 MB.getModule()->setDataLayout(TM->createDataLayout()); in TEST()
/external/llvm-project/llvm/unittests/Target/AMDGPU/
DExecMayBeModifiedBeforeAnyUse.cpp36 Mod.setDataLayout(TM->createDataLayout()); in TEST()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetRepetitorTest.cpp36 Mod->setDataLayout(TM->createDataLayout()); in SetUp()
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp167 M->setDataLayout(Ctx->getTargetInfo().getDataLayout()); in Initialize()
240 M->setDataLayout(Ctx.getTargetInfo().getDataLayout()); in HandleTranslationUnit()
/external/llvm-project/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp169 M->setDataLayout(Ctx->getTargetInfo().getDataLayout()); in Initialize()
248 M->setDataLayout(Ctx.getTargetInfo().getDataLayout()); in HandleTranslationUnit()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
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()
1131 M.setDataLayout(DL); in applyDataLayout()
/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DConvertKernelFuncToBlob.cpp139 llvmModule.setDataLayout(targetMachine->createDataLayout()); in convertModuleToBlob()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptExpressionOpts.cpp150 module.setDataLayout(target_machine->createDataLayout()); in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTarget.cpp52 unwrap(M)->setDataLayout(*unwrap(DL)); in LLVMSetModuleDataLayout()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/
DIRReader.cpp87 ModuleOrErr.get()->setDataLayout(DataLayoutString); in parseIR()
/external/llvm-project/llvm/tools/llvm-isel-fuzzer/
Dllvm-isel-fuzzer.cpp97 M->setDataLayout(TM->createDataLayout()); in LLVMFuzzerTestOneInput()
/external/llvm/lib/Target/
DTarget.cpp53 unwrap(M)->setDataLayout(*unwrap(DL)); in LLVMSetModuleDataLayout()
/external/llvm-project/llvm/lib/Target/
DTarget.cpp52 unwrap(M)->setDataLayout(*unwrap(DL)); in LLVMSetModuleDataLayout()
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dnative.cpp129 mod.setDataLayout(tm->createDataLayout()); in emit_code()
/external/llvm-project/llvm/unittests/Target/X86/
DMachineSizeOptsTest.cpp77 M->setDataLayout(TM->createDataLayout()); in SetUp()
/external/llvm-project/llvm/unittests/Target/AArch64/
DInstSizes.cpp67 M->setDataLayout(TM->createDataLayout()); in runChecks()
/external/llvm/tools/lli/
DOrcLazyJIT.h68 M->setDataLayout(DL); in addModule()
/external/llvm/lib/IR/
DModule.cpp376 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module
380 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout() function in Module

123456