Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp535 S.Context.getBuiltinVectorTypeInfo(Type->castAs<BuiltinType>()); in CheckInvalidVLENandLMUL()
616 ASTContext::BuiltinVectorTypeInfo Info = Context.getBuiltinVectorTypeInfo( in CheckBuiltinFunctionCall()
637 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckBuiltinFunctionCall()
640 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckBuiltinFunctionCall()
652 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckBuiltinFunctionCall()
655 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>( in CheckBuiltinFunctionCall()
725 Context.getBuiltinVectorTypeInfo(Op1Type->castAs<BuiltinType>()); in CheckBuiltinFunctionCall()
1377 SemaRef.Context.getBuiltinVectorTypeInfo(Ty->castAs<BuiltinType>()); in checkRVVTypeSupport()
H A DSemaExpr.cpp10362 Context.getBuiltinVectorTypeInfo(LHSBuiltinTy).EC != in CheckSizelessVectorOperands()
10363 Context.getBuiltinVectorTypeInfo(RHSBuiltinTy).EC) { in CheckSizelessVectorOperands()
11363 (S.Context.getBuiltinVectorTypeInfo(LHSBuiltinTy).EC != in checkSizelessVectorShift()
11364 S.Context.getBuiltinVectorTypeInfo(RHSBuiltinTy).EC)) { in checkSizelessVectorShift()
11380 S.Context.getBuiltinVectorTypeInfo(RHSBuiltinTy).EC; in checkSizelessVectorShift()
11395 S.Context.getBuiltinVectorTypeInfo(LHSBuiltinTy).EC; in checkSizelessVectorShift()
12578 const llvm::ElementCount VecSize = Context.getBuiltinVectorTypeInfo(VTy).EC; in GetSignedSizelessVectorType()
H A DSemaExprCXX.cpp6747 Context.getBuiltinVectorTypeInfo(CondBT).EC; in CheckSizelessVectorConditionalTypes()
6801 Context.getBuiltinVectorTypeInfo(ResultBuiltinTy).EC; in CheckSizelessVectorConditionalTypes()
H A DSemaType.cpp8342 S.Context.getBuiltinVectorTypeInfo(CurType->castAs<BuiltinType>()); in HandleRISCVRVVVectorBitsTypeAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp554 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()
571 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()
H A DCGDebugInfo.cpp757 : CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
808 CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2555 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getSveEltType()
2586 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getRVVEltType()
H A DASTContext.cpp4238 ASTContext::getBuiltinVectorTypeInfo(const BuiltinType *Ty) const { in getBuiltinVectorTypeInfo() function in ASTContext
9916 getBuiltinVectorTypeInfo(BT).ElementType); in areCompatibleSveTypes()
9980 ASTContext::BuiltinVectorTypeInfo Info = Context.getBuiltinVectorTypeInfo(Ty); in getRVVTypeSize()
10001 BuiltinVectorTypeInfo Info = getBuiltinVectorTypeInfo(BT); in areCompatibleRVVTypes()
10011 getBuiltinVectorTypeInfo(BT).ElementType); in areCompatibleRVVTypes()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1544 getBuiltinVectorTypeInfo(const BuiltinType *VecTy) const;