Searched refs:getDataLayout (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp141 getRSContext()->getDataLayout()->getStructLayout(ParamTy);
164 size_t T2Size = getRSContext()->getDataLayout()->getTypeAllocSize(T2);
H A Dslang_rs_context.h149 inline const llvm::DataLayout *getDataLayout() const { return mDataLayout; } function in class:slang::RSContext
H A Dslang_rs_export_type.cpp934 return getRSContext()->getDataLayout()->getTypeStoreSize(getLLVMType());
938 return getRSContext()->getDataLayout()->getTypeAllocSize(getLLVMType());
H A Dslang_backend.cpp153 if (mpModule->getDataLayout().getPointerSize() == 4) {
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSGlobalInfoPass.cpp118 const llvm::DataLayout &DL = M.getDataLayout();

Completed in 73 milliseconds