Home
last modified time | relevance | path

Searched refs:getBuiltinVectorTypeInfo (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.cpp616 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()
631 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()
H A DCGDebugInfo.cpp730 CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
769 CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1469 getBuiltinVectorTypeInfo(const BuiltinType *VecTy) const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp10926 Context.getBuiltinVectorTypeInfo(LHSBuiltinTy).EC != in CheckSizelessVectorOperands()
10927 Context.getBuiltinVectorTypeInfo(RHSBuiltinTy).EC) { in CheckSizelessVectorOperands()
11911 (S.Context.getBuiltinVectorTypeInfo(LHSBuiltinTy).EC != in checkSizelessVectorShift()
11912 S.Context.getBuiltinVectorTypeInfo(RHSBuiltinTy).EC)) { in checkSizelessVectorShift()
11928 S.Context.getBuiltinVectorTypeInfo(RHSBuiltinTy).EC; in checkSizelessVectorShift()
11943 S.Context.getBuiltinVectorTypeInfo(LHSBuiltinTy).EC; in checkSizelessVectorShift()
13157 const llvm::ElementCount VecSize = Context.getBuiltinVectorTypeInfo(VTy).EC; in GetSignedSizelessVectorType()
H A DSemaExprCXX.cpp6382 Context.getBuiltinVectorTypeInfo(CondBT).EC; in CheckSizelessVectorConditionalTypes()
6436 Context.getBuiltinVectorTypeInfo(ResultBuiltinTy).EC; in CheckSizelessVectorConditionalTypes()
H A DSemaChecking.cpp4603 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckRISCVBuiltinFunctionCall()
4606 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckRISCVBuiltinFunctionCall()
4615 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckRISCVBuiltinFunctionCall()
4618 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckRISCVBuiltinFunctionCall()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp2395 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getSveEltType()
H A DASTContext.cpp3872 ASTContext::getBuiltinVectorTypeInfo(const BuiltinType *Ty) const { in getBuiltinVectorTypeInfo() function in ASTContext
9445 getBuiltinVectorTypeInfo(BT).ElementType); in areCompatibleSveTypes()