Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp530 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()
H A DSemaARM.cpp1463 Context.getBuiltinVectorTypeInfo(BT).ElementType); in areCompatibleSveTypes()
H A DSemaExpr.cpp10578 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()
H A DSemaExprCXX.cpp5753 Context.getBuiltinVectorTypeInfo(CondBT).EC; in CheckSizelessVectorConditionalTypes()
5808 Context.getBuiltinVectorTypeInfo(ResultBuiltinTy).EC; in CheckSizelessVectorConditionalTypes()
H A DSemaType.cpp8560 S.Context.getBuiltinVectorTypeInfo(CurType->castAs<BuiltinType>()); in HandleRISCVRVVVectorBitsTypeAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp518 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()
554 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()
H A DCGDebugInfo.cpp907 : CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
958 CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp405 NSRN + getContext().getBuiltinVectorTypeInfo(BT).NumVectors, in classifyArgumentType()
703 getContext().getBuiltinVectorTypeInfo(BT).NumVectors > 1; in passAsAggregateType()
812 getContext().getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in passAsPureScalableType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4531 ASTContext::getBuiltinVectorTypeInfo(const BuiltinType *Ty) const { in getBuiltinVectorTypeInfo() function in ASTContext
10535 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()
H A DType.cpp2655 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getSveEltType()
2686 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getRVVEltType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1663 getBuiltinVectorTypeInfo(const BuiltinType *VecTy) const;