Searched defs:AS (Results 76 - 100 of 102) sorted by relevance

12345

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp921 int SlotTracker::getAttributeGroupSlot(AttributeSet AS) { argument
974 void SlotTracker::CreateAttributeSetSlot(AttributeSet AS) { argument
2526 AttributeSet AS = Attrs.getFnAttributes(); local
[all...]
H A DConstants.cpp1980 unsigned AS = C->getType()->getPointerAddressSpace(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp495 static bool isFlatGlobalAddrSpace(unsigned AS) { argument
1785 unsigned AS = Load->getAddressSpace(); local
1839 static bool canFoldOffset(unsigned OffsetSize, unsigned AS, argument
2249 unsigned AS = MemNode->getAddressSpace(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1175 unsigned AS = PTy->getAddressSpace(); local
1286 unsigned AS = GV->getType()->getPointerAddressSpace(); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1565 unsigned AS = GEP.getPointerAddressSpace(); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1110 unsigned AS = Src->getType()->getPointerAddressSpace(); local
1271 unsigned AS = Src->getType()->getPointerAddressSpace(); local
H A DRewriteStatepointsForGC.cpp1240 static AttributeSet legalizeCallAttributes(AttributeSet AS) { argument
H A DLoopStrengthReduce.cpp117 MemAccessTy(Type *Ty, unsigned AS) : argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp727 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy); local
1084 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy); local
893 createFieldType( StringRef name, QualType type, uint64_t sizeInBitsOverride, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, llvm::DIFile *tunit, llvm::DIScope *scope, const RecordDecl *RD) argument
H A DCodeGenModule.cpp1460 unsigned AS = getContext().getTargetAddressSpace(VD->getType()); local
H A DCGExpr.cpp1922 unsigned AS = cast<llvm::PointerType>(V->getType())->getAddressSpace(); local
H A DItaniumCXXABI.cpp1745 unsigned AS = NewPtr.getAddressSpace(); local
1793 unsigned AS = allocPtr.getAddressSpace(); local
H A DMicrosoftCXXABI.cpp1145 unsigned AS = getThisAddress(CGF).getAddressSpace(); local
1411 unsigned AS = cast<llvm::PointerType>(This->getType())->getAddressSpace(); local
2931 unsigned AS = Base.getAddressSpace(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2131 void Parser::ParseSpecifierQualifierList(DeclSpec &DS, AccessSpecifier AS, argument
2492 Parser::DiagnoseMissingSemiAfterTagDefinition(DeclSpec &DS, AccessSpecifier AS, argument
43 ParseTypeName(SourceRange *Range, Declarator::TheContext Context, AccessSpecifier AS, Decl **OwnedType, ParsedAttributes *Attrs) argument
2210 ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSC, ParsedAttributesWithRange &Attrs) argument
2618 ParseDeclarationSpecifiers(DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSContext, LateParsedAttrList *LateAttrs) argument
3730 ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSC) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1510 AccessSpecifier AS = (AccessSpecifier)Record[Idx++]; local
2744 AccessSpecifier AS = (AccessSpecifier)Record[Idx++]; local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2370 unsigned AS = LI->getPointerAddressSpace(); local
2395 unsigned AS = SI->getPointerAddressSpace(); local
H A DLoopVectorize.cpp5442 unsigned AS = SI ? SI->getPointerAddressSpace() : local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h106 AccessSpecDecl(AccessSpecifier AS, DeclContext *DC, argument
128 static AccessSpecDecl *Create(ASTContext &C, AccessSpecifier AS, argument
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2576 static ExtAddrMode Match(Value *V, Type *AccessTy, unsigned AS, argument
3102 auto AS = AddrInst->getType()->getPointerAddressSpace(); local
3578 unsigned AS = AddrTy->getAddressSpace(); local
4820 unsigned AS local
2553 AddressingModeMatcher(SmallVectorImpl<Instruction *> &AMI, const TargetMachine &TM, Type *AT, unsigned AS, Instruction *MI, ExtAddrMode &AM, const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT) argument
5154 unsigned AS = LI->getPointerAddressSpace(); local
5164 unsigned AS = SI->getPointerAddressSpace(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4182 unsigned AS = 0; local
4241 unsigned AS = 0; local
4563 checkAddrSpaceIsValidForLibcall(const TargetLowering *TLI, unsigned AS) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp834 CheckClassTemplate(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, TemplateParameterList *TemplateParams, AccessSpecifier AS, SourceLocation ModulePrivateLoc, SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, TemplateParameterList** OuterTemplateParamLists, SkipBodyInfo *SkipBody) argument
H A DSemaChecking.cpp1806 unsigned AS = 0; local
H A DSemaDecl.cpp3599 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, argument
3707 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, argument
3995 InjectAnonymousStructOrUnionMembers(Sema &SemaRef, Scope *S, DeclContext *Owner, RecordDecl *AnonRecord, AccessSpecifier AS, SmallVectorImpl<NamedDecl *> &Chaining, bool MSAnonStruct) argument
4116 BuildAnonymousStructOrUnion(Scope *S, DeclSpec &DS, AccessSpecifier AS, RecordDecl *Record, const PrintingPolicy &Policy) argument
11850 ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, AccessSpecifier AS, SourceLocation ModulePrivateLoc, MultiTemplateParamsArg TemplateParameterLists, bool &OwnedDecl, bool &IsDependent, SourceLocation ScopedEnumKWLoc, bool ScopedEnumUsesClassTag, TypeResult UnderlyingType, bool IsTypeSpecifier, SkipBodyInfo *SkipBody) argument
12936 HandleField(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS) argument
13043 CheckFieldDecl(DeclarationName Name, QualType T, TypeSourceInfo *TInfo, RecordDecl *Record, SourceLocation Loc, bool Mutable, Expr *BitWidth, InClassInitStyle InitStyle, SourceLocation TSSL, AccessSpecifier AS, NamedDecl *PrevDecl, Declarator *D) argument
[all...]
H A DSemaDeclCXX.cpp2005 Sema::ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, argument
7644 ActOnUsingDeclaration(Scope *S, AccessSpecifier AS, bool HasUsingKeyword, SourceLocation UsingLoc, CXXScopeSpec &SS, UnqualifiedId &Name, AttributeList *AttrList, bool HasTypenameKeyword, SourceLocation TypenameLoc) argument
8044 BuildUsingDeclaration(Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, CXXScopeSpec &SS, DeclarationNameInfo NameInfo, AttributeList *AttrList, bool IsInstantiation, bool HasTypenameKeyword, SourceLocation TypenameLoc) argument
8510 ActOnAliasDeclaration(Scope *S, AccessSpecifier AS, MultiTemplateParamsArg TemplateParamLists, SourceLocation UsingLoc, UnqualifiedId &Name, AttributeList *AttrList, TypeResult Type, Decl *DeclFromDeclSpec) argument
13760 HandleMSProperty(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS, AttributeList *MSPropertyAttr) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1706 unsigned AS = getTargetAddressSpace( local
1716 unsigned AS = getTargetAddressSpace( local
1723 unsigned AS = getTargetAddressSpace(cast<PointerType>(T)->getPointeeType()); local

Completed in 1030 milliseconds

12345