Home
last modified time | relevance | path

Searched refs:isPackedVectorBoolType (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltinBitCast.cpp100 FieldDesc->getType()->isPackedVectorBoolType(Ctx.getASTContext()); in enumerateData()
233 VT->isPackedVectorBoolType(ASTCtx) ? 1 : ASTCtx.getTypeSize(EltTy); in CheckBitcastType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp663 llvm::Type *IRElemTy = VT->isPackedVectorBoolType(Context) in ConvertType()
H A DCGExpr.cpp2018 if (ClangVecTy->isPackedVectorBoolType(getContext())) { in EmitLoadOfScalar()
2114 if (Ty->isPackedVectorBoolType(getContext())) { in EmitFromMemory()
2188 if (!ClangVecTy->isPackedVectorBoolType(getContext()) && in EmitStoreOfScalar()
H A DCGExprConstant.cpp1986 !destType->isPackedVectorBoolType(CGM.getContext()))) { in emitForMemory()
H A DCGDebugInfo.cpp3481 if (Ty->isPackedVectorBoolType(CGM.getContext())) { in CreateType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1591 if (BaseType->isPackedVectorBoolType(S.Context)) { in LookupMemberExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7508 if (VTy->isPackedVectorBoolType(Info.Ctx)) { in visitVector()
7771 VTy->isPackedVectorBoolType(Info.Ctx) ? 1 : Info.Ctx.getTypeSize(EltTy); in visit()
7775 if (VTy->isPackedVectorBoolType(Info.Ctx)) { in visit()
7905 VTy->isPackedVectorBoolType(Ctx) ? 1 : Ctx.getTypeSize(EltTy); in checkBitCastConstexprEligibilityType()
H A DType.cpp418 bool Type::isPackedVectorBoolType(const ASTContext &ctx) const { in isPackedVectorBoolType() function in Type
H A DASTContext.cpp2116 Width = VT->isPackedVectorBoolType(*this) in getTypeInfoImpl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2606 bool isPackedVectorBoolType(const ASTContext &ctx) const;