Home
last modified time | relevance | path

Searched refs:getDataLayout (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp156 data_layout_pass = new (std::nothrow) llvm::DataLayoutPass(*mTarget->getDataLayout()); in runLTO()
204 data_layout_pass = new (std::nothrow) llvm::DataLayoutPass(*mTarget->getDataLayout()); in runCodeGen()
256 const llvm::DataLayout *dl = getTargetMachine().getDataLayout(); in compile()
/frameworks/compile/slang/
Dslang_rs_export_func.cpp141 getRSContext()->getDataLayout()->getStructLayout(ParamTy); in checkParameterPacketType()
164 size_t T2Size = getRSContext()->getDataLayout()->getTypeAllocSize(T2); in checkParameterPacketType()
Dslang_rs_context.h118 inline const llvm::DataLayout *getDataLayout() const { return mDataLayout; } in getDataLayout() function
Dslang_backend.cpp147 if (mpModule->getDataLayout()->getPointerSize() == 4) { in CreateCodeGenPasses()
Dslang_rs_export_type.cpp864 return getRSContext()->getDataLayout()->getTypeStoreSize(getLLVMType()); in getStoreSize()
868 return getRSContext()->getDataLayout()->getTypeAllocSize(getLLVMType()); in getAllocSize()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp425 if (M->getDataLayout() != nullptr) in WriteModuleInfo()
426 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout()->getStringRepresentation(), in WriteModuleInfo()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp379 if (M->getDataLayout() != nullptr) in WriteModuleInfo()
380 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout()->getStringRepresentation(), in WriteModuleInfo()