HomeSort by relevance Sort by last modified time
    Searched defs:AS (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/SemaCXX/
attr-aligned.cpp 8 typedef struct __attribute__((aligned(8))) S2 { char c; } AS;
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
19 $(AS) -o $@ -EL -mcpu=arm946e-s -mfpu=softfpa -I lib_src --defsym CHECK_STACK=0 --defsym REVERB=0 --defsym CHORUS=0 --defsym STEREO_OUTPUT=1 --defsym SAMPLE_RATE_22050=1 --defsym SAMPLES_8_BIT=1 --defsym FILTER_ENABLED=1 $<
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
19 $(AS) -o $@ -EL -mcpu=arm946e-s -mfpu=softfpa -I lib_src --defsym CHECK_STACK=0 --defsym REVERB=0 --defsym CHORUS=0 --defsym STEREO_OUTPUT=1 --defsym SAMPLE_RATE_22050=1 --defsym SAMPLES_8_BIT=1 --defsym FILTER_ENABLED=1 $<
  /external/mesa3d/src/amd/common/
ac_llvm_helper.cpp 12 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
51 llvm::AttributeSet AS = A->getParent()->getAttributes();
53 return AS.hasAttribute(ArgNo + 1, llvm::Attribute::ByVal) ||
54 AS.hasAttribute(ArgNo + 1, llvm::Attribute::InReg);
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 59 unsigned AS = LI->getPointerAddressSpace();
60 return AS == ADDRESS_SPACE_GENERIC || AS == ADDRESS_SPACE_LOCAL;
77 // Handle the NVPTX atomic instrinsics that cannot be represented as an
82 // Conservatively consider the return value of function calls as divergent.
111 // estimate that arithmetic operations on i64 are twice as expensive as
  /external/clang/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /external/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 34 const SCEV *AS = SE.getSCEV(const_cast<Value *>(LocA.Ptr));
38 if (AS == BS)
43 if (SE.getEffectiveSCEVType(AS->getType()) ==
45 unsigned BitWidth = SE.getTypeSizeInBits(AS->getType());
50 const SCEV *BA = SE.getMinusSCEV(BS, AS);
60 // (because of INT_MIN, etc.); if the prior test failed, swap AS and BS
64 const SCEV *AB = SE.getMinusSCEV(AS, BS);
77 Value *AO = GetBaseValue(AS);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 44 /// should override this to adjust the this pointer as needed for the
118 const SCEV *AS = SE->getSCEV(const_cast<Value *>(LocA.Ptr));
122 if (AS == BS) return MustAlias;
126 if (SE->getEffectiveSCEVType(AS->getType()) ==
128 unsigned BitWidth = SE->getTypeSizeInBits(AS->getType());
133 const SCEV *BA = SE->getMinusSCEV(BS, AS);
143 // (because of INT_MIN, etc.); if the prior test failed, swap AS and BS
147 const SCEV *AB = SE->getMinusSCEV(AS, BS);
160 Value *AO = GetBaseValue(AS);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = uintptr_t(AS) | reinterpret_cast<uintptr_t>(D);
  /external/llvm/unittests/IR/
VerifierTest.cpp 54 AttributeSet AS = F->getAttributes();
55 F->setAttributes(AS.addAttribute(C, AttributeSet::ReturnIndex,
  /device/google/contexthub/firmware/app/
app.mk 11 # distributed under the License is distributed on an "AS IS" BASIS,
45 # - VARIANT_PATH is found as vendor/<vendor_name>/<variant_name>/nanohub, or
86 AS := $(PREFIX)gcc
243 $(AS) $(AS_FLAGS) $(CFLAGS) -DSRC_FILENAME=\"$(notdir $<)\" -c $< -o $@
265 $(AS) $(AS_CFLAGS) $(CFLAGS) -MM $^ > $@
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
Disassembler.cpp 234 EDDisassembler::AssemblySyntax AS;
242 AS = EDDisassembler::kEDAssemblySyntaxARMUAL;
246 AS = EDDisassembler::kEDAssemblySyntaxX86ATT;
252 disassembler(EDDisassembler::getDisassembler(TS.c_str(), AS));

Completed in 911 milliseconds

1 2 3 4 5 6 7 8