Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp498 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()
515 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()
H A DCGDebugInfo.cpp747 : CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
798 CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2472 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getSveEltType()
2503 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getRVVEltType()
H A DASTContext.cpp3827 ASTContext::getBuiltinVectorTypeInfo(const BuiltinType *Ty) const { in getBuiltinVectorTypeInfo() function in ASTContext
9461 getBuiltinVectorTypeInfo(BT).ElementType); in areCompatibleSveTypes()
9530 ASTContext::BuiltinVectorTypeInfo Info = Context.getBuiltinVectorTypeInfo(Ty); in getRVVTypeSize()
9551 BuiltinVectorTypeInfo Info = getBuiltinVectorTypeInfo(BT); in areCompatibleRVVTypes()
9561 getBuiltinVectorTypeInfo(BT).ElementType); in areCompatibleRVVTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5193 S.Context.getBuiltinVectorTypeInfo(Type->castAs<BuiltinType>()); in CheckInvalidVLENandLMUL()
5323 ASTContext::BuiltinVectorTypeInfo Info = Context.getBuiltinVectorTypeInfo( in CheckRISCVBuiltinFunctionCall()
5344 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckRISCVBuiltinFunctionCall()
5347 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckRISCVBuiltinFunctionCall()
5359 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckRISCVBuiltinFunctionCall()
5362 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckRISCVBuiltinFunctionCall()
5432 Context.getBuiltinVectorTypeInfo(Op1Type->castAs<BuiltinType>()); in CheckRISCVBuiltinFunctionCall()
6217 Context.getBuiltinVectorTypeInfo(Ty->castAs<BuiltinType>()); in checkRVVTypeSupport()
H A DSemaExpr.cpp11360 Context.getBuiltinVectorTypeInfo(LHSBuiltinTy).EC != in CheckSizelessVectorOperands()
11361 Context.getBuiltinVectorTypeInfo(RHSBuiltinTy).EC) { in CheckSizelessVectorOperands()
12344 (S.Context.getBuiltinVectorTypeInfo(LHSBuiltinTy).EC != in checkSizelessVectorShift()
12345 S.Context.getBuiltinVectorTypeInfo(RHSBuiltinTy).EC)) { in checkSizelessVectorShift()
12361 S.Context.getBuiltinVectorTypeInfo(RHSBuiltinTy).EC; in checkSizelessVectorShift()
12376 S.Context.getBuiltinVectorTypeInfo(LHSBuiltinTy).EC; in checkSizelessVectorShift()
13602 const llvm::ElementCount VecSize = Context.getBuiltinVectorTypeInfo(VTy).EC; in GetSignedSizelessVectorType()
H A DSemaExprCXX.cpp6499 Context.getBuiltinVectorTypeInfo(CondBT).EC; in CheckSizelessVectorConditionalTypes()
6553 Context.getBuiltinVectorTypeInfo(ResultBuiltinTy).EC; in CheckSizelessVectorConditionalTypes()
H A DSemaType.cpp8648 S.Context.getBuiltinVectorTypeInfo(CurType->castAs<BuiltinType>()); in HandleRISCVRVVVectorBitsTypeAttr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1482 getBuiltinVectorTypeInfo(const BuiltinType *VecTy) const;