Searched refs:getBuiltinVectorTypeInfo (Results 1 – 9 of 9) sorted by relevance
498 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()515 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()
747 : CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()798 CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
2472 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getSveEltType()2503 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getRVVEltType()
3827 ASTContext::getBuiltinVectorTypeInfo(const BuiltinType *Ty) const { in getBuiltinVectorTypeInfo() function in ASTContext9461 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()
5193 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()
11360 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()
6499 Context.getBuiltinVectorTypeInfo(CondBT).EC; in CheckSizelessVectorConditionalTypes()6553 Context.getBuiltinVectorTypeInfo(ResultBuiltinTy).EC; in CheckSizelessVectorConditionalTypes()
8648 S.Context.getBuiltinVectorTypeInfo(CurType->castAs<BuiltinType>()); in HandleRISCVRVVVectorBitsTypeAttr()
1482 getBuiltinVectorTypeInfo(const BuiltinType *VecTy) const;