HomeSort by relevance Sort by last modified time
    Searched refs:setDataLayout (Results 1 - 25 of 85) 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/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/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/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.cpp 213 newModule->setDataLayout(*mpExec->getDataLayout());
215 newModule->setDataLayout(mpExec->getDataLayout());
  /external/llvm/lib/IR/
Module.cpp 376 void Module::setDataLayout(StringRef Desc) {
380 void Module::setDataLayout(const DataLayout &Other) { DL = Other; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 250 void setDataLayout(StringRef Desc);
251 void setDataLayout(const DataLayout &Other);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 250 void setDataLayout(StringRef Desc);
251 void setDataLayout(const DataLayout &Other);
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 45 New->setDataLayout(M->getDataLayout());
  /external/llvm/unittests/MI/
LiveIntervalTest.cpp 65 M->setDataLayout(TM.createDataLayout());
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 298 GVsM->setDataLayout(DL);
438 M->setDataLayout(SrcM.getDataLayout());
  /external/llvm/include/llvm/IR/
Module.h 265 void setDataLayout(StringRef Desc);
266 void setDataLayout(const DataLayout &Other);
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 89 First->setDataLayout(getDataLayout());
111 M->setDataLayout(getDataLayout());
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 113 M->setDataLayout("e-n32");
115 M->setDataLayout("e");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 357 GVsM->setDataLayout(DL);
499 M->setDataLayout(SrcM.getDataLayout());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 368 GVsM->setDataLayout(DL);
512 M->setDataLayout(SrcM.getDataLayout());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Module.h 265 void setDataLayout(StringRef Desc);
266 void setDataLayout(const DataLayout &Other);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 368 GVsM->setDataLayout(DL);
512 M->setDataLayout(SrcM.getDataLayout());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Module.h 265 void setDataLayout(StringRef Desc);
266 void setDataLayout(const DataLayout &Other);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 378 GVsM->setDataLayout(DL);
551 M->setDataLayout(SrcM.getDataLayout());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Module.h 265 void setDataLayout(StringRef Desc);
266 void setDataLayout(const DataLayout &Other);
    [all...]

Completed in 721 milliseconds

1 2 3 4