Home
last modified time | relevance | path

Searched refs:createDataLayout (Results 1 – 25 of 79) sorted by relevance

1234

/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/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp54 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
76 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptExpressionOpts.cpp147 target_machine->createDataLayout().getStringRepresentation().c_str()); in runOnModule()
150 module.setDataLayout(target_machine->createDataLayout()); in runOnModule()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp159 std::unique_ptr<Module> Module = createModule(Context, TM.createDataLayout()); in getFunctionReservedRegs()
177 createModule(Context, TM->createDataLayout()); in assembleToStream()
299 EngineBuilder(createModule(Context, TM->createDataLayout())) in ExecutableFunction()
/external/llvm/lib/Target/
DTargetMachineC.cpp174 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
188 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/external/llvm-project/llvm/lib/Target/
DTargetMachineC.cpp182 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
196 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp182 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
196 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h50 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()), in KaleidoscopeJIT()
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h67 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h70 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h49 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()), in KaleidoscopeJIT()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetRepetitorTest.cpp36 Mod->setDataLayout(TM->createDataLayout()); in SetUp()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h56 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()), in KaleidoscopeJIT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp51 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h59 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()), in KaleidoscopeJIT()
/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DConvertKernelFuncToBlob.cpp139 llvmModule.setDataLayout(targetMachine->createDataLayout()); in convertModuleToBlob()
/external/llvm-project/llvm/tools/llvm-isel-fuzzer/
Dllvm-isel-fuzzer.cpp97 M->setDataLayout(TM->createDataLayout()); in LLVMFuzzerTestOneInput()
/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.h47 : TM(std::move(TM)), DL(this->TM->createDataLayout()), in OrcLazyJIT()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h84 DL(TM->createDataLayout()), in KaleidoscopeJIT()
/external/llvm/include/llvm/Target/
DTargetMachine.h133 const DataLayout createDataLayout() const { return DL; } in createDataLayout() function

1234