Home
last modified time | relevance | path

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

/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.cpp60 mDataLayout(Target.getDataLayout()), in RSContext()
Dslang_rs_context.h154 inline const llvm::DataLayout &getDataLayout() const { return mDataLayout; } in getDataLayout() function
Dslang_backend.cpp190 if (mpModule->getDataLayout().getPointerSize() == 4) { in CreateCodeGenPasses()
845 const llvm::DataLayout *DL = &M->getDataLayout(); in PadHelperFunctionStruct()
Dslang_rs_export_type.cpp944 return getRSContext()->getDataLayout().getTypeStoreSize(getLLVMType()); in getStoreSize()
948 return getRSContext()->getDataLayout().getTypeAllocSize(getLLVMType()); in getAllocSize()
/frameworks/compile/libbcc/lib/
DRSGlobalInfoPass.cpp118 const llvm::DataLayout &DL = M.getDataLayout(); in runOnModule()
DCompiler.cpp327 if (!validateLayoutOfExportedTypes(module, module.getDataLayout(), dl)) in compile()