Home
last modified time | relevance | path

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

12345

/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/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp155 MB1.getModule()->setDataLayout(TM->createDataLayout()); in TEST_F()
168 MB2.getModule()->setDataLayout(TM->createDataLayout()); in TEST_F()
234 MB1.getModule()->setDataLayout(TM->createDataLayout()); in TEST_F()
247 MB2.getModule()->setDataLayout(TM->createDataLayout()); in TEST_F()
DOrcCAPITest.cpp44 M->setDataLayout(TM->createDataLayout()); in createTestObject()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DManglerTest.cpp52 Mod.setDataLayout(DL); in TEST()
72 Mod.setDataLayout(DL); in TEST()
108 Mod.setDataLayout(DL); in TEST()
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp167 M->setDataLayout(Ctx->getTargetInfo().getDataLayout()); in Initialize()
240 M->setDataLayout(Ctx.getTargetInfo().getDataLayout()); in HandleTranslationUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/AArch64/
DInstSizes.cpp65 M->setDataLayout(TM->createDataLayout()); in runChecks()
/external/swiftshader/third_party/llvm-7.0/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-7.0/llvm/lib/IRReader/
DIRReader.cpp88 ModuleOrErr.get()->setDataLayout(DataLayoutString); in parseIR()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-isel-fuzzer/
Dllvm-isel-fuzzer.cpp95 M->setDataLayout(TM->createDataLayout()); in LLVMFuzzerTestOneInput()
/external/llvm/lib/Target/
DTarget.cpp53 unwrap(M)->setDataLayout(*unwrap(DL)); in LLVMSetModuleDataLayout()
DTargetMachineC.cpp188 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModule.cpp355 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module
359 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/state_trackers/clover/llvm/codegen/
Dnative.cpp131 mod.setDataLayout(compat::get_data_layout(*tm)); in emit_code()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneModule.cpp37 New->setDataLayout(M->getDataLayout()); in CloneModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp71 M.setDataLayout(DL); in applyDataLayout()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/
Dllvm-opt-fuzzer.cpp126 M->setDataLayout(TM->createDataLayout()); in LLVMFuzzerTestOneInput()
/external/llvm/include/llvm/IR/
DModule.h265 void setDataLayout(StringRef Desc);
266 void setDataLayout(const DataLayout &Other);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h277 void setDataLayout(StringRef Desc);
278 void setDataLayout(const DataLayout &Other);
/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/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp89 First->setDataLayout(getDataLayout()); in MCJIT()
111 M->setDataLayout(getDataLayout()); in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp54 New->setDataLayout(M.getDataLayout()); in CloneModule()

12345