Searched refs:getElementType (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.h42 GET_CANONICAL_TYPE((T)->getElementType().getTypePtr()))
48 GET_CANONICAL_TYPE((T)->getElementType().getTypePtr()))
469 inline const RSExportType *getElementType() const { return mElementType; } function in class:slang::RSExportConstantArrayType
H A Dslang_rs_reflection.cpp191 std::string ElementTypeName = GetTypeName(CAT->getElementType());
363 const RSExportType *ET = ECAT->getElementType();
1185 genPackVarOfType(C, ECAT->getElementType(), ElementVarName.c_str(),
1265 const RSExportType *ElementType = ECAT->getElementType();
1859 const RSExportType *ElementType = ECAT->getElementType();
1862 ECAT->getElementType(),
H A Dslang_rs_export_type.cpp1391 ST, getElementType()->getSpecType());
1412 (getElementType()->equals(RHS->getElementType())));
1600 CAT->getElementType()->convertToRTD(rtd);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1649 STy->getElementType(i)));
1652 Type *EltTy = ATy->getElementType();
1657 Type *EltTy = VTy->getElementType();
1671 Type *EltTy = ATy->getElementType();
1685 Type *EltTy = ATy->getElementType();
1776 OpTy->getElementType());
1837 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
2061 Ty = cast<PointerType>(Ty)->getElementType();
2110 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType());
2658 if (vector_type->getElementType() !
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DRenameClassAdapter.java100 sb.append(renameType(type.getElementType()));
128 sb.append(renameType(type.getElementType()));
H A DAsmAnalyzer.java431 t = t.getElementType();
H A DDependencyFinder.java355 t = t.getElementType();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1349 STy->getElementType(i)));
1352 Type *EltTy = ATy->getElementType();
1357 Type *EltTy = VTy->getElementType();
1371 Type *EltTy = ATy->getElementType();
1385 Type *EltTy = ATy->getElementType();
1478 OpTy->getElementType());
1539 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
1763 Ty = cast<PointerType>(Ty)->getElementType();
1812 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType());
2364 if (vector_type->getElementType() !
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp342 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
376 TypeVals.push_back(VE.getTypeID(AT->getElementType()));
385 TypeVals.push_back(VE.getTypeID(VT->getElementType()));
1206 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1269 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp281 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
331 TypeVals.push_back(VE.getTypeID(AT->getElementType()));
340 TypeVals.push_back(VE.getTypeID(VT->getElementType()));
1160 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1286 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp117 llvm::Type *ET = PT->getElementType();

Completed in 214 milliseconds