Searched refs:getDataLayout (Results 1 - 6 of 6) 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.h118 inline const llvm::DataLayout *getDataLayout() const { return mDataLayout; } function in class:slang::RSContext
H A Dslang_rs_export_type.cpp899 return getRSContext()->getDataLayout()->getTypeStoreSize(getLLVMType());
903 return getRSContext()->getDataLayout()->getTypeAllocSize(getLLVMType());
H A Dslang_backend.cpp160 if (mpModule->getDataLayout().getPointerSize() == 4) {
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSGlobalInfoPass.cpp118 const llvm::DataLayout &DL = M.getDataLayout();
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp224 const llvm::DataLayout *dl = getTargetMachine().getDataLayout();

Completed in 1582 milliseconds