Searched refs:getBuiltinVectorTypeInfo (Results 1 – 11 of 11) sorted by relevance
530 S.Context.getBuiltinVectorTypeInfo(Type->castAs<BuiltinType>()); in CheckInvalidVLENandLMUL()626 ASTContext::BuiltinVectorTypeInfo Info = Context.getBuiltinVectorTypeInfo( in CheckBuiltinFunctionCall()669 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckBuiltinFunctionCall()672 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckBuiltinFunctionCall()684 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckBuiltinFunctionCall()687 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckBuiltinFunctionCall()763 Context.getBuiltinVectorTypeInfo(Arg0Type->castAs<BuiltinType>()); in CheckBuiltinFunctionCall()1424 SemaRef.Context.getBuiltinVectorTypeInfo(Ty->castAs<BuiltinType>()); in checkRVVTypeSupport()
1463 Context.getBuiltinVectorTypeInfo(BT).ElementType); in areCompatibleSveTypes()
10578 Context.getBuiltinVectorTypeInfo(LHSBuiltinTy).EC != in CheckSizelessVectorOperands()10579 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()12934 const llvm::ElementCount VecSize = Context.getBuiltinVectorTypeInfo(VTy).EC; in GetSignedSizelessVectorType()
5753 Context.getBuiltinVectorTypeInfo(CondBT).EC; in CheckSizelessVectorConditionalTypes()5808 Context.getBuiltinVectorTypeInfo(ResultBuiltinTy).EC; in CheckSizelessVectorConditionalTypes()
8560 S.Context.getBuiltinVectorTypeInfo(CurType->castAs<BuiltinType>()); in HandleRISCVRVVVectorBitsTypeAttr()
518 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()554 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()
907 : CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()958 CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
405 NSRN + getContext().getBuiltinVectorTypeInfo(BT).NumVectors, in classifyArgumentType()703 getContext().getBuiltinVectorTypeInfo(BT).NumVectors > 1; in passAsAggregateType()812 getContext().getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in passAsPureScalableType()
4531 ASTContext::getBuiltinVectorTypeInfo(const BuiltinType *Ty) const { in getBuiltinVectorTypeInfo() function in ASTContext10535 ASTContext::BuiltinVectorTypeInfo Info = Context.getBuiltinVectorTypeInfo(Ty); in getRVVTypeSize()10556 BuiltinVectorTypeInfo Info = getBuiltinVectorTypeInfo(BT); in areCompatibleRVVTypes()10562 BuiltinVectorTypeInfo Info = getBuiltinVectorTypeInfo(BT); in areCompatibleRVVTypes()10568 BuiltinVectorTypeInfo Info = getBuiltinVectorTypeInfo(BT); in areCompatibleRVVTypes()10574 BuiltinVectorTypeInfo Info = getBuiltinVectorTypeInfo(BT); in areCompatibleRVVTypes()10584 getBuiltinVectorTypeInfo(BT).ElementType); in areCompatibleRVVTypes()
2655 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getSveEltType()2686 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getRVVEltType()
1663 getBuiltinVectorTypeInfo(const BuiltinType *VecTy) const;