Home
last modified time | relevance | path

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

123

/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.cc48 llvm_module->setDataLayout(amdgpu::kDataLayout); in CompileMlirModule()
51 llvm_module->setDataLayout(nvptx::kDataLayout); in CompileMlirModule()
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp167 M->setDataLayout(Ctx->getTargetInfo().getDataLayout()); in Initialize()
240 M->setDataLayout(Ctx.getTargetInfo().getDataLayout()); in HandleTranslationUnit()
DModuleBuilder.cpp122 M->setDataLayout(Ctx->getTargetInfo().getDataLayout()); in Initialize()
/external/bcc/src/cc/
Dbpf_module.cc490 mod->setDataLayout("e-m:e-p:64:64-i64:64-i128:128-n32:64-S128"); in finalize()
492 mod->setDataLayout("E-m:e-p:64:64-i64:64-i128:128-n32:64-S128"); in finalize()
496 mod->setDataLayout("e-m:e-p:64:64-i64:64-n32:64-S128"); in finalize()
498 mod->setDataLayout("E-m:e-p:64:64-i64:64-n32:64-S128"); in finalize()
/external/llvm/lib/Target/
DTarget.cpp53 unwrap(M)->setDataLayout(*unwrap(DL)); in LLVMSetModuleDataLayout()
DTargetMachineC.cpp188 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTarget.cpp52 unwrap(M)->setDataLayout(*unwrap(DL)); in LLVMSetModuleDataLayout()
DTargetMachineC.cpp196 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/
DIRReader.cpp87 ModuleOrErr.get()->setDataLayout(DataLayoutString); in parseIR()
/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
/external/llvm/tools/lli/
DOrcLazyJIT.h68 M->setDataLayout(DL); in addModule()
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dnative.cpp129 mod.setDataLayout(tm->createDataLayout()); in emit_code()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dmlir_emitter.cc122 mlir_llvm_module->setDataLayout(llvm_module->getDataLayout()); in EmitMlirFuncAndCall()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h280 void setDataLayout(StringRef Desc);
281 void setDataLayout(const DataLayout &Other);
/external/llvm/include/llvm/IR/
DModule.h265 void setDataLayout(StringRef Desc);
266 void setDataLayout(const DataLayout &Other);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp363 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module
367 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout() function in Module
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp45 New->setDataLayout(M->getDataLayout()); in CloneModule()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h298 GVsM->setDataLayout(DL); in addLogicalModule()
438 M->setDataLayout(SrcM.getDataLayout()); in emitPartition()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
Dtf_to_kernel.cc81 llvm_module->setDataLayout(target_machine->createDataLayout()); in EmitToBinary()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp89 First->setDataLayout(getDataLayout()); in MCJIT()
111 M->setDataLayout(getDataLayout()); in addModule()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dgpu_kernel_to_blob_pass.cc128 llvmModule->setDataLayout(xla::gpu::nvptx::kDataLayout); in GetGpuBinaryBlob()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp53 New->setDataLayout(M.getDataLayout()); in CloneModule()
/external/llvm/unittests/MI/
DLiveIntervalTest.cpp65 M->setDataLayout(TM.createDataLayout()); in parseMIR()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp113 M->setDataLayout("e-n32"); in TEST_F()
115 M->setDataLayout("e"); in TEST_F()

123