Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp72 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
95 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 M.setDataLayout(TM.createDataLayout()); in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp287 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
301 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h72 return (*TM)->createDataLayout(); in getDefaultDataLayoutForTarget()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAPI.cpp106 DLStr.empty() ? Target->createDataLayout().getStringRepresentation() in SPIRVTranslate()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.cpp78 PTU.TheModule->setDataLayout(TargetMachine->createDataLayout()); in addModule()
H A DDeviceOffload.cpp58 PTU.TheModule->setDataLayout(TargetMachine->createDataLayout()); in GeneratePTX()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h204 const DataLayout createDataLayout() const { return DL; } in createDataLayout() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp604 MergedModule->setDataLayout(TargetMach->createDataLayout()); in optimize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp68 : ExecutionEngine(TM->createDataLayout(), std::move(M)), TM(std::move(TM)), in MCJIT()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp544 return (*ExpectedTM)->createDataLayout().getStringRepresentation(); in optMain()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp557 return Target->createDataLayout().getStringRepresentation(); in compileModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1277 TheModule->setDataLayout(TM->createDataLayout()); in emitAssembly()