HomeSort by: relevance | last modified time | path
    Searched refs:VecKind (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 226 VectorType::VectorKind VecKind)
233 VectorTypeBits.VecKind = VecKind;
239 VectorType::VectorKind VecKind) {
241 ID.AddInteger(VecKind);
331 VectorKind vecKind)
332 : VectorType(Vector, vecType, nElements, canonType, vecKind) {}
335 QualType canonType, VectorKind vecKind)
337 VectorTypeBits.VecKind = vecKind;
    [all...]
ASTContext.cpp 3910 VectorType::VectorKind VecKind) const {
3915 VectorType::Profile(ID, vecType, NumElts, Type::Vector, VecKind);
3925 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind);
3932 VectorType(vecType, NumElts, Canonical, VecKind);
3941 VectorType::VectorKind VecKind) const {
3944 VecKind);
3952 *this, VecType, QualType(Canon, 0), SizeExpr, AttrLoc, VecKind);
3957 *this, VecType, QualType(), SizeExpr, AttrLoc, VecKind);
3967 SourceLocation(), VecKind);
3969 *this, VecType, CanonTy, SizeExpr, AttrLoc, VecKind);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1748 VectorType::VectorKind VecKind = VectorType::AltiVecVector;
1750 VecKind = VectorType::AltiVecPixel;
1752 VecKind = VectorType::AltiVecBool;
1753 Result = Context.getVectorType(Result, 128/typeSize, VecKind);
7726 VectorType::VectorKind VecKind, Sema &S) {
7738 if (VecKind == VectorType::NeonPolyVector) {
7798 Sema &S, VectorType::VectorKind VecKind) {
7821 if (!isPermittedNeonBaseType(CurType, VecKind, S)) {
7837 CurType = S.Context.getVectorType(CurType, numElts, VecKind);
7895 VectorType::VectorKind VecKind = VectorType::SveFixedLengthDataVector
    [all...]
TreeTransform.h 871 VectorType::VectorKind VecKind);
14256 VectorType::VectorKind VecKind) {
14258 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind);
14264 VectorType::VectorKind VecKind) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 1686 unsigned VecKind : 3;
3258 VectorKind vecKind);
3261 QualType canonType, VectorKind vecKind);
3271 return VectorKind(VectorTypeBits.VecKind);
3281 VectorKind VecKind) {
3285 ID.AddInteger(VecKind);
3312 SourceLocation Loc, VectorType::VectorKind vecKind);
3319 return VectorType::VectorKind(VectorTypeBits.VecKind);
3335 VectorType::VectorKind VecKind);
ASTContext.h 1394 VectorType::VectorKind VecKind) const;
1399 VectorType::VectorKind VecKind) const;

Completed in 53 milliseconds