| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| AddressSpaces.h | 69 /// \return whether \p AS is a target-specific address space rather than a 71 inline bool isTargetAddressSpace(LangAS AS) { 72 return (unsigned)AS >= (unsigned)LangAS::FirstTargetAddressSpace; 75 inline unsigned toTargetAddressSpace(LangAS AS) { 76 assert(isTargetAddressSpace(AS)); 77 return (unsigned)AS - (unsigned)LangAS::FirstTargetAddressSpace; 85 inline bool isPtrSizeAddressSpace(LangAS AS) { 86 return (AS == LangAS::ptr32_sptr || AS == LangAS::ptr32_uptr || 87 AS == LangAS::ptr64) [all...] |
| /src/external/bsd/file/dist/src/ |
| encoding.c | 18 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 307 #define AS 0xF0 // ASCII: size 1 322 AS, AS, AS, AS, AS, AS, AS, AS, AS, AS, AS, AS, AS, AS, AS, AS, // 0x00-0x0 [all...] |
| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| 50-masm.conf | 13 AS => "ml64",
|
| 50-win-clang-cl.conf | 13 AS => "clang-cl.exe", 29 AS => "clang-cl.exe",
|
| /src/crypto/external/bsd/openssl/dist/Configurations/ |
| 50-masm.conf | 13 AS => "ml64",
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/ |
| WebAssemblyUtilities.h | 37 // local.set, as appropriate. 41 inline bool isDefaultAddressSpace(unsigned AS) { 42 return AS == WASM_ADDRESS_SPACE_DEFAULT; 44 inline bool isWasmVarAddressSpace(unsigned AS) { 45 return AS == WASM_ADDRESS_SPACE_WASM_VAR; 47 inline bool isValidAddressSpace(unsigned AS) { 48 return isDefaultAddressSpace(AS) || isWasmVarAddressSpace(AS);
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| DeclAccessPair.h | 12 // natural access of a declaration when named in a class, as 35 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) { 37 p.set(D, AS); 51 void setAccess(AccessSpecifier AS) { 52 set(getDecl(), AS); 54 void set(NamedDecl *D, AccessSpecifier AS) { 55 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
|
| ASTUnresolvedSet.h | 55 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) { 56 Decls.push_back(DeclAccessPair::make(D, AS), C); 62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { 65 I->set(New, AS); 107 void addLazyDecl(ASTContext &C, uintptr_t ID, AccessSpecifier AS) { 110 Impl.addDecl(C, reinterpret_cast<NamedDecl *>(ID << 2), AS);
|
| UnresolvedSet.h | 30 /// The iterator over UnresolvedSets. Serves as both the const and 53 void setAccess(AccessSpecifier AS) { I->setAccess(AS); } 79 // as well use the same implementation twice. 95 void addDecl(NamedDecl *D, AccessSpecifier AS) { 96 decls().push_back(DeclAccessPair::make(D, AS)); 113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { 114 I.I->set(New, AS); 121 void setAccess(iterator I, AccessSpecifier AS) { I.I->setAccess(AS); } [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| Statepoint.cpp | 26 llvm::parseStatepointDirectivesFromAttrs(AttributeList AS) { 30 AS.getAttribute(AttributeList::FunctionIndex, "statepoint-id"); 37 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeList::FunctionIndex,
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| AliasSetTracker.cpp | 48 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { 49 assert(!AS.Forward && "Alias set is already forwarding!"); 54 Access |= AS.Access; 55 Alias |= AS.Alias; 63 PointerRec *R = AS.getSomePointer(); 75 if (AS.Alias == SetMustAlias) 76 AST.TotalMayAliasSetSize += AS.size(); 79 bool ASHadUnknownInsts = !AS.UnknownInsts.empty(); 82 std::swap(UnknownInsts, AS.UnknownInsts); 86 llvm::append_range(UnknownInsts, AS.UnknownInsts) [all...] |
| ScalarEvolutionAliasAnalysis.cpp | 35 const SCEV *AS = SE.getSCEV(const_cast<Value *>(LocA.Ptr)); 39 if (AS == BS) 44 if (SE.getEffectiveSCEVType(AS->getType()) == 46 unsigned BitWidth = SE.getTypeSizeInBits(AS->getType()); 55 const SCEV *BA = SE.getMinusSCEV(BS, AS); 65 // (because of INT_MIN, etc.); if the prior test failed, swap AS and BS 69 const SCEV *AB = SE.getMinusSCEV(AS, BS); 82 Value *AO = GetBaseValue(AS);
|
| /src/sys/arch/atari/stand/tostools/ |
| Makefile.inc | 10 #AS = as 11 AS = gas 65 | ${AS} ${ASFLAGS} -o $@
|
| /src/external/bsd/unbound/dist/contrib/android/ |
| setenv_android.sh | 78 AS="arm-linux-androideabi-as" 91 AS="aarch64-linux-android-as" 104 AS="i686-linux-android-as" 117 AS="x86_64-linux-android-as" 159 if [ ! -e "$ANDROID_TOOLCHAIN/$AS" ]; then 160 echo "ERROR: Failed to find Android as. Please edit this script. [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
| gcn.h | 4 the terms of the GNU General Public License as published by the Free 426 #define MODE_CODE_BASE_REG_CLASS(MODE, AS, OUTER, INDEX) \ 427 gcn_mode_code_base_reg_class (MODE, AS, OUTER, INDEX) 428 #define REGNO_MODE_CODE_OK_FOR_BASE_P(NUM, MODE, AS, OUTER, INDEX) \ 429 gcn_regno_mode_code_ok_for_base_p (NUM, MODE, AS, OUTER, INDEX) 461 #define AS_SCALAR_FLAT_P(AS) ((AS) == ADDR_SPACE_SCALAR_FLAT) 462 #define AS_FLAT_SCRATCH_P(AS) ((AS) == ADDR_SPACE_FLAT_SCRATCH) 463 #define AS_FLAT_P(AS) ((AS) == ADDR_SPACE_FLAT [all...] |
| /src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| 50-masm.conf | 14 AS => "ml64",
|
| /src/sys/external/isc/libsodium/dist/dist-build/ |
| nativeclient-pnacl.sh | 9 export AS=${AS-"pnacl-as"}
|
| /src/external/gpl3/gcc/dist/gcc/config/gcn/ |
| gcn.h | 4 the terms of the GNU General Public License as published by the Free 562 #define MODE_CODE_BASE_REG_CLASS(MODE, AS, OUTER, INDEX) \ 563 gcn_mode_code_base_reg_class (MODE, AS, OUTER, INDEX) 564 #define REGNO_MODE_CODE_OK_FOR_BASE_P(NUM, MODE, AS, OUTER, INDEX) \ 565 gcn_regno_mode_code_ok_for_base_p (NUM, MODE, AS, OUTER, INDEX) 597 #define AS_SCALAR_FLAT_P(AS) ((AS) == ADDR_SPACE_SCALAR_FLAT) 598 #define AS_FLAT_SCRATCH_P(AS) ((AS) == ADDR_SPACE_FLAT_SCRATCH) 599 #define AS_FLAT_P(AS) ((AS) == ADDR_SPACE_FLAT [all...] |
| /src/sys/arch/playstation2/conf/ |
| build.playstation2.sh | 4 # (as R5900 support is not available on other branches of gcc yet) 12 AS=${root}/bin/${target}-as; export AS
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| Type.h | 120 /// Put differently, \p NoDetails prints the type as if 262 /// Return true if the type is an aggregate type. This means it is valid as 311 /// Return whether the type is IEEE compatible, as defined by the eponymous 392 /// Given scalar/vector integer type, returns a type with elements twice as 393 /// wide as in the original type. For vectors, preserves element count. 467 // types as pointee. 469 static PointerType *getHalfPtrTy(LLVMContext &C, unsigned AS = 0); 470 static PointerType *getBFloatPtrTy(LLVMContext &C, unsigned AS = 0); 471 static PointerType *getFloatPtrTy(LLVMContext &C, unsigned AS = 0); 472 static PointerType *getDoublePtrTy(LLVMContext &C, unsigned AS = 0) [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/ |
| testdb_metadata.sql | 39 values (6,1,'seeAlso','seeAlso.dn','ldap_entries AS seeAlso,documents,authors_docs,persons', 52 values (9,2,'documentAuthor','documentAuthor.dn','ldap_entries AS documentAuthor,documents,authors_docs,persons', 65 values (12,3,'dc','lower(institutes.name)','institutes,ldap_entries AS dcObject,ldap_entry_objclasses AS auxObjectClass', 110 CREATE PROCEDURE create_person @@keyval int OUTPUT AS 115 CREATE PROCEDURE delete_person @keyval int AS 121 CREATE PROCEDURE create_org @@keyval int OUTPUT AS 126 CREATE PROCEDURE delete_org @keyval int AS 130 CREATE PROCEDURE create_document @@keyval int OUTPUT AS 135 CREATE PROCEDURE delete_document @keyval int AS [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
| ReduceAttributes.cpp | 68 const AttributeSet &AS = GV.getAttributes(); 69 if (AS.hasAttributes()) 70 visitAttributeSet(AS, GlobalVariablesToRefine[&GV]); 97 void visitAttributeSet(const AttributeSet &AS, 100 AttrsToPreserve.reserve(AS.getNumAttributes()); 101 for (const Attribute &A : AS) 130 for (const AttributeSet &AS : AL) 131 visitAttributeSet(AS); 134 void visitAttributeSet(const AttributeSet &AS) { 135 AttributeCount += AS.getNumAttributes() [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| AliasSetTracker.h | 56 AliasSet *AS = nullptr; 71 bool hasAliasSet() const { return AS != nullptr; } 113 assert(AS && "No AliasSet yet!"); 114 if (AS->Forward) { 115 AliasSet *OldAS = AS; 116 AS = OldAS->getForwardedTarget(AST); 117 AS->addRef(); 120 return AS; 123 void setAliasSet(AliasSet *as) { 124 assert(!AS && "Already have an alias set!") [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUAliasAnalysis.cpp | 81 // pointers. However, as LOCAL or PRIVATE pointers point to local objects, in 97 // could only be a GLOBAL or CONSTANT one as that address space is soley 112 // as well. 124 unsigned AS = Loc.Ptr->getType()->getPointerAddressSpace(); 125 if (AS == AMDGPUAS::CONSTANT_ADDRESS || 126 AS == AMDGPUAS::CONSTANT_ADDRESS_32BIT) 130 AS = Base->getType()->getPointerAddressSpace(); 131 if (AS == AMDGPUAS::CONSTANT_ADDRESS || 132 AS == AMDGPUAS::CONSTANT_ADDRESS_32BIT)
|
| AMDGPULateCodeGenPrepare.cpp | 30 // Scalar load widening needs running after load-store-vectorizer as that pass 107 unsigned AS = LI.getPointerAddressSpace(); 109 if (AS != AMDGPUAS::CONSTANT_ADDRESS && 110 AS != AMDGPUAS::CONSTANT_ADDRESS_32BIT) 134 // Skip if that load is already aligned on DWORD at least as it's handled in 161 unsigned AS = LI.getPointerAddressSpace(); 165 PointerType *Int32PtrTy = Type::getInt32PtrTy(LI.getContext(), AS); 166 PointerType *Int8PtrTy = Type::getInt8PtrTy(LI.getContext(), AS);
|