Searched refs:AS (Results 251 - 275 of 329) sorted by relevance

<<11121314

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h571 bool allowsUnalignedMemoryAccesses(EVT VT, unsigned AS,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp315 unsigned AS = ST->getAddressSpace(); local
349 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy(AS));
415 DAG.getConstant(IncrementSize, TLI.getPointerTy(AS)));
733 unsigned AS = ST->getAddressSpace(); local
734 if (!TLI.allowsUnalignedMemoryAccesses(ST->getMemoryVT(), AS)) {
844 unsigned AS = ST->getAddressSpace(); local
847 if (!TLI.allowsUnalignedMemoryAccesses(ST->getMemoryVT(), AS)) {
895 unsigned AS = LD->getAddressSpace();
898 if (!TLI.allowsUnalignedMemoryAccesses(LD->getMemoryVT(), AS)) {
1082 unsigned AS
[all...]
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl512 if ($licensetext =~ /THIS SOFTWARE IS PROVIDED .*AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY/ ||
513 $licensetext =~ /THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- ITY/) {
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.lua17 -- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
/external/chromium_org/third_party/libxml/src/
H A Dconfigure867 AS
4833 if test -n "$AS"; then
4834 ac_cv_prog_AS="$AS" # Let the user override the test.
4853 AS=$ac_cv_prog_AS
4854 if test -n "$AS"; then
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4856 $as_echo "$AS" >&6; }
4865 ac_ct_AS=$AS
4903 AS="false"
4911 AS
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp1611 unsigned AS = getTargetAddressSpace( local
1613 Width = Target->getPointerWidth(AS);
1614 Align = Target->getPointerAlign(AS);
1621 unsigned AS = getTargetAddressSpace( local
1623 Width = Target->getPointerWidth(AS);
1624 Align = Target->getPointerAlign(AS);
1628 unsigned AS = getTargetAddressSpace(cast<PointerType>(T)->getPointeeType()); local
1629 Width = Target->getPointerWidth(AS);
1630 Align = Target->getPointerAlign(AS);
H A DRecordLayoutBuilder.cpp1679 unsigned AS = RT->getPointeeType().getAddressSpace(); local
1681 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(AS));
1683 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerAlign(AS));
H A DStmt.cpp118 else if (const AttributedStmt *AS = dyn_cast<AttributedStmt>(S))
119 S = AS->getSubStmt();
/external/clang/lib/Sema/
H A DSemaDecl.cpp3276 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, argument
3278 return ParsedFreeStandingDeclSpec(S, AS, DS, MultiTemplateParamsArg());
3311 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, argument
3404 return BuildAnonymousStructOrUnion(S, DS, AS, Record, Context.getPrintingPolicy());
3585 AccessSpecifier AS,
3630 IndirectField->setAccess(AS);
3635 if (AS != AS_none) IndirectField->setAccess(AS);
3706 AccessSpecifier AS,
3891 Anon->setAccess(AS);
3582 InjectAnonymousStructOrUnionMembers(Sema &SemaRef, Scope *S, DeclContext *Owner, RecordDecl *AnonRecord, AccessSpecifier AS, SmallVectorImpl<NamedDecl *> &Chaining, bool MSAnonStruct) argument
3705 BuildAnonymousStructOrUnion(Scope *S, DeclSpec &DS, AccessSpecifier AS, RecordDecl *Record, const PrintingPolicy &Policy) argument
10728 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) argument
11720 HandleField(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS) argument
11827 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.cpp1925 /// declarator is parsed. 'AS' is the access specifier, 'BW' specifies the
1930 Sema::ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, argument
1958 else if (AS != AS_public)
2113 BitWidth, InitStyle, AS, MSPropertyAttr);
2119 BitWidth, InitStyle, AS);
2154 Member->setAccess(AS);
2159 FunTmpl->getTemplatedDecl()->setAccess(AS);
2161 VarTmpl->getTemplatedDecl()->setAccess(AS);
7176 AccessSpecifier AS,
7235 NamedDecl *UD = BuildUsingDeclaration(S, AS, UsingLo
7175 ActOnUsingDeclaration(Scope *S, AccessSpecifier AS, bool HasUsingKeyword, SourceLocation UsingLoc, CXXScopeSpec &SS, UnqualifiedId &Name, AttributeList *AttrList, bool HasTypenameKeyword, SourceLocation TypenameLoc) argument
7566 BuildUsingDeclaration(Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, CXXScopeSpec &SS, DeclarationNameInfo NameInfo, AttributeList *AttrList, bool IsInstantiation, bool HasTypenameKeyword, SourceLocation TypenameLoc) argument
8041 ActOnAliasDeclaration(Scope *S, AccessSpecifier AS, MultiTemplateParamsArg TemplateParamLists, SourceLocation UsingLoc, UnqualifiedId &Name, AttributeList *AttrList, TypeResult Type) argument
13060 HandleMSProperty(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS, AttributeList *MSPropertyAttr) argument
[all...]
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp930 unsigned AS = cast<PointerType>(IncV->getType())->getAddressSpace(); local
931 if (IncV->getType() != Type::getInt1PtrTy(SE.getContext(), AS)
932 && IncV->getType() != Type::getInt8PtrTy(SE.getContext(), AS))
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1486 unsigned AS = GEP.getPointerAddressSpace(); local
1487 if (GEP.getType() == Builder->getInt8PtrTy(AS) &&
1489 DL->getPointerSizeInBits(AS)) {
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1935 unsigned AS = Ptr->getType()->getPointerAddressSpace(); local
1938 Type *PtrArithTy = Type::getInt8PtrTy(Ctx, AS);
5745 unsigned AS = SI ? SI->getPointerAddressSpace() :
5753 TTI.getMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS);
5780 Alignment, AS);
5786 Cost += TTI.getMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas24 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat12 rem distributed under the License is distributed on an "AS IS" BASIS,
/external/clang/lib/CodeGen/
H A DCGDecl.cpp1654 unsigned AS = cast<llvm::PointerType>(Arg->getType())->getAddressSpace(); local
1655 llvm::Type *IRTy = ConvertTypeForMem(Ty)->getPointerTo(AS);
H A DCGExprConstant.cpp1069 unsigned AS = C->getType()->getPointerAddressSpace(); local
1070 llvm::Type *CharPtrTy = Int8Ty->getPointerTo(AS);
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl531 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
533 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
540 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
/external/protobuf/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/valgrind/main/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
H A Drecognizers.rb22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
H A Dstreams.rb22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
H A Dtoken.rb22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR

Completed in 3198 milliseconds

<<11121314