Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp147 target_machine->createDataLayout().getStringRepresentation().c_str()); in runOnModule()
150 module.setDataLayout(target_machine->createDataLayout()); in runOnModule()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp182 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
196 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h73 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h166 const DataLayout createDataLayout() const { return DL; } in createDataLayout() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp546 MergedModule->setDataLayout(TargetMach->createDataLayout()); in optimize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp68 : ExecutionEngine(TM->createDataLayout(), std::move(M)), TM(std::move(TM)), in MCJIT()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp521 return Target->createDataLayout().getStringRepresentation(); in compileModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp959 TheModule->setDataLayout(TM->createDataLayout()); in EmitAssembly()
1207 TheModule->setDataLayout(TM->createDataLayout()); in EmitAssemblyWithNewPassManager()