Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp713 CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
752 CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1495 getBuiltinVectorTypeInfo(const BuiltinType *VecTy) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp10665 Context.getBuiltinVectorTypeInfo(LHSBuiltinTy).EC != in CheckSizelessVectorOperands()
10666 Context.getBuiltinVectorTypeInfo(RHSBuiltinTy).EC) { in CheckSizelessVectorOperands()
11650 (S.Context.getBuiltinVectorTypeInfo(LHSBuiltinTy).EC != in checkSizelessVectorShift()
11651 S.Context.getBuiltinVectorTypeInfo(RHSBuiltinTy).EC)) { in checkSizelessVectorShift()
11667 S.Context.getBuiltinVectorTypeInfo(RHSBuiltinTy).EC; in checkSizelessVectorShift()
11682 S.Context.getBuiltinVectorTypeInfo(LHSBuiltinTy).EC; in checkSizelessVectorShift()
12876 const llvm::ElementCount VecSize = Context.getBuiltinVectorTypeInfo(VTy).EC; in GetSignedSizelessVectorType()
H A DSemaExprCXX.cpp6262 Context.getBuiltinVectorTypeInfo(CondBT).EC; in CheckSizelessVectorConditionalTypes()
6316 Context.getBuiltinVectorTypeInfo(ResultBuiltinTy).EC; in CheckSizelessVectorConditionalTypes()
H A DSemaChecking.cpp4410 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckRISCVBuiltinFunctionCall()
4413 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckRISCVBuiltinFunctionCall()
4422 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckRISCVBuiltinFunctionCall()
4425 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckRISCVBuiltinFunctionCall()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp2357 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getSveEltType()
H A DASTContext.cpp3842 ASTContext::getBuiltinVectorTypeInfo(const BuiltinType *Ty) const { in getBuiltinVectorTypeInfo() function in ASTContext
9333 getBuiltinVectorTypeInfo(BT).ElementType); in areCompatibleSveTypes()