HomeSort by relevance Sort by last modified time
    Searched refs:setDataLayout (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectLinkingLayerTest.cpp 138 MB1.getModule()->setDataLayout(TM->createDataLayout());
153 MB2.getModule()->setDataLayout(TM->createDataLayout());
208 MB1.getModule()->setDataLayout(TM->createDataLayout());
223 MB2.getModule()->setDataLayout(TM->createDataLayout());
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
RTDyldObjectLinkingLayerTest.cpp 155 MB1.getModule()->setDataLayout(TM->createDataLayout());
168 MB2.getModule()->setDataLayout(TM->createDataLayout());
234 MB1.getModule()->setDataLayout(TM->createDataLayout());
247 MB2.getModule()->setDataLayout(TM->createDataLayout());
OrcCAPITest.cpp 44 M->setDataLayout(TM->createDataLayout());
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
ManglerTest.cpp 52 Mod.setDataLayout(DL);
72 Mod.setDataLayout(DL);
108 Mod.setDataLayout(DL);
  /external/llvm/lib/Target/
Target.cpp 53 unwrap(M)->setDataLayout(*unwrap(DL));
TargetMachineC.cpp 188 Mod->setDataLayout(TM->createDataLayout());
  /external/llvm/tools/lli/
OrcLazyJIT.h 68 M->setDataLayout(DL);
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
native.cpp 131 mod.setDataLayout(compat::get_data_layout(*tm));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneModule.cpp 37 New->setDataLayout(M->getDataLayout());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IRReader/
IRReader.cpp 88 ModuleOrErr.get()->setDataLayout(DataLayoutString);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
Target.cpp 53 unwrap(M)->setDataLayout(*unwrap(DL));
TargetMachineC.cpp 188 Mod->setDataLayout(TM->createDataLayout());
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-isel-fuzzer/
llvm-isel-fuzzer.cpp 95 M->setDataLayout(TM->createDataLayout());
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/AArch64/
InstSizes.cpp 65 M->setDataLayout(TM->createDataLayout());
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 167 M->setDataLayout(Ctx->getTargetInfo().getDataLayout());
240 M->setDataLayout(Ctx.getTargetInfo().getDataLayout());
ModuleBuilder.cpp 122 M->setDataLayout(Ctx->getTargetInfo().getDataLayout());
  /external/llvm/lib/IR/
Module.cpp 376 void Module::setDataLayout(StringRef Desc) {
380 void Module::setDataLayout(const DataLayout &Other) { DL = Other; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Module.cpp 355 void Module::setDataLayout(StringRef Desc) {
359 void Module::setDataLayout(const DataLayout &Other) { DL = Other; }
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 45 New->setDataLayout(M->getDataLayout());