Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp144 target_machine->createDataLayout().getStringRepresentation().c_str()); in runOnModule()
147 module.setDataLayout(target_machine->createDataLayout()); in runOnModule()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp72 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
94 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp164 std::unique_ptr<Module> Module = createModule(Context, TM.createDataLayout()); in getFunctionReservedRegs()
182 createModule(Context, TM->createDataLayout()); in assembleToStream()
305 EngineBuilder(createModule(Context, TM->createDataLayout())) in ExecutableFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachineC.cpp179 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
193 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h73 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
/openbsd-src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp95 M->setDataLayout(TM->createDataLayout()); in LLVMFuzzerTestOneInput()
/openbsd-src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp132 M->setDataLayout(TM->createDataLayout()); in LLVMFuzzerTestOneInput()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetMachine.h177 const DataLayout createDataLayout() const { return DL; } in createDataLayout() function
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl08.rst132 TheModule->setDataLayout(TargetMachine->createDataLayout());
H A DLangImpl04.rst275 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp624 MergedModule->setDataLayout(TargetMach->createDataLayout()); in optimize()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp69 : ExecutionEngine(TM->createDataLayout(), std::move(M)), TM(std::move(TM)), in MCJIT()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT3.rst103 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()),
/openbsd-src/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp558 return Target->createDataLayout().getStringRepresentation(); in compileModule()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp787 return TM->createDataLayout().getStringRepresentation(); in parseReducerWorkItem()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1249 TheModule->setDataLayout(TheTargetMachine->createDataLayout()); in main()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1100 TheModule->setDataLayout(TM->createDataLayout()); in EmitAssembly()
/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp806 M.setDataLayout(TM->createDataLayout()); in compileModule()