HomeSort by: relevance | last modified time | path
    Searched refs:ExtVectorType (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 481 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
Type.h 3338 /// ExtVectorType - Extended vector type. This type is created using
3344 class ExtVectorType : public VectorType {
3347 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType)
6782 return isa<ExtVectorType>(CanonicalType);
TypeLoc.h 1802 ExtVectorType> {};
RecursiveASTVisitor.h 955 DEF_TRAVERSE_TYPE(ExtVectorType, { TRY_TO(TraverseType(T->getElementType())); })
1216 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 815 ET = cast<ExtVectorType>(TP)->getElementType();
841 result = cast<ExtVectorType>(TP)->getNumElements();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 1983 const ExtVectorType *VectorParam = cast<ExtVectorType>(Param);
1984 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) {
2067 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) {
SemaExprMember.cpp 305 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
SemaExpr.cpp 7509 // an ExtVectorType.
9885 assert(!isa<ExtVectorType>(VT) &&
10007 if (isa<ExtVectorType>(LHSVecType)) {
10081 if (isa<ExtVectorType>(LHSVecType)) {
10092 if (isa<ExtVectorType>(RHSVecType)) {
10147 RHSVecType && isa<ExtVectorType>(RHSVecType) &&
10148 LHSVecType && isa<ExtVectorType>(LHSVecType)) {
10158 if ((RHSVecType && !isa<ExtVectorType>(RHSVecType)) ||
10159 (LHSVecType && !isa<ExtVectorType>(LHSVecType))) {
12128 if (isa<ExtVectorType>(VTy))
    [all...]
SemaExprCXX.cpp 6021 if (isa<ExtVectorType>(CondVT) != isa<ExtVectorType>(LHSVT)) {
6023 << /*isExtVector*/ isa<ExtVectorType>(CondVT);
SemaChecking.cpp 8755 if (const auto *VecTy = From->getAs<ExtVectorType>())
8757 if (const auto *VecTy = To->getAs<ExtVectorType>())
SemaTemplate.cpp 6032 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 753 void TypePrinter::printExtVectorBefore(const ExtVectorType *T,
758 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) {
ODRHash.cpp 1113 void VisitExtVectorType(const ExtVectorType * T) {
MicrosoftMangle.cpp 3039 if (!isa<ExtVectorType>(T)) {
3072 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T,
Type.cpp 1000 QualType VisitExtVectorType(const ExtVectorType *T) {
ASTImporter.cpp 349 ExpectedType VisitExtVectorType(const ExtVectorType *T);
1217 ExpectedType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) {
Expr.cpp 4093 Index = ExtVectorType::getAccessorIdx(Comp[i], isNumericAccessor);
ItaniumMangle.cpp 3689 void CXXNameMangler::mangleType(const ExtVectorType *T) {
ASTContext.cpp 4002 ExtVectorType(vecType, NumElts, Canonical);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 603 const ExtVectorType *HintEltQTy = HintQTy->getAs<ExtVectorType>();
CGExprScalar.cpp 1364 assert(DstType->castAs<ExtVectorType>()->getElementType().getTypePtr() ==
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 128 class ExtVectorType;

Completed in 280 milliseconds