Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp57 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
79 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
/netbsd-src/external/apache2/llvm/dist/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()
304 EngineBuilder(createModule(Context, TM->createDataLayout())) in ExecutableFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachineC.cpp182 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
196 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h73 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp97 M->setDataLayout(TM->createDataLayout()); in LLVMFuzzerTestOneInput()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp132 M->setDataLayout(TM->createDataLayout()); in LLVMFuzzerTestOneInput()
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp89 auto DL = (*TM)->createDataLayout(); in Create()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h166 const DataLayout createDataLayout() const { return DL; } in createDataLayout() function
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl08.rst132 TheModule->setDataLayout(TargetMachine->createDataLayout());
H A DLangImpl04.rst275 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp546 MergedModule->setDataLayout(TargetMach->createDataLayout()); in optimize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp68 : ExecutionEngine(TM->createDataLayout(), std::move(M)), TM(std::move(TM)), in MCJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT3.rst103 : TM(EngineBuilder().selectTarget()), DL(TM->createDataLayout()),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp520 return Target->createDataLayout().getStringRepresentation(); in compileModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp953 TheModule->setDataLayout(TM->createDataLayout()); in EmitAssembly()
1199 TheModule->setDataLayout(TM->createDataLayout()); in EmitAssemblyWithNewPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1250 TheModule->setDataLayout(TheTargetMachine->createDataLayout()); in main()