/external/sonivox/arm-fm-22k/host_src/ |
arm-fm-22k.mak | 11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
19 $(AS) -o $@ -EL -mcpu=arm946e-s -mfpu=softfpa $<
|
/external/sonivox/arm-fm-22k/lib_src/ |
arm-fm-22k_lib.mak | 11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
19 $(AS) -o $@ -EL -mcpu=arm946e-s -mfpu=softfpa $<
|
/external/sonivox/arm-hybrid-22k/host_src/ |
arm-hybrid-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-hybrid-22k/lib_src/ |
arm-hybrid-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/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 $<
|
/sdk/emulator/qtools/tests/ |
common_head.mk | 3 AS := arm-elf-as
|
/external/llvm/unittests/IR/ |
VerifierTest.cpp | 69 AttributeSet AS = F->getAttributes(); 70 F->setAttributes(AS.addAttribute(C, AttributeSet::ReturnIndex,
|
/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 = reinterpret_cast<NamedDecl*>(uintptr_t(AS) |
|
/external/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);
|
AliasSetTracker.cpp | 31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { 32 assert(!AS.Forward && "Alias set is already forwarding!"); 36 AccessTy |= AS.AccessTy; 37 AliasTy |= AS.AliasTy; 38 Volatile |= AS.Volatile; 46 PointerRec *R = AS.getSomePointer(); 60 if (!AS.UnknownInsts.empty()) 61 std::swap(UnknownInsts, AS.UnknownInsts); 62 } else if (!AS.UnknownInsts.empty()) { 63 UnknownInsts.insert(UnknownInsts.end(), AS.UnknownInsts.begin(), AS.UnknownInsts.end()) [all...] |
/external/llvm/unittests/Transforms/Utils/ |
Cloning.cpp | 161 AttributeSet AS = AttributeSet::get(context, 0, AK); 163 A->addAttr(AS);
|
/external/clang/lib/CodeGen/ |
CGCXXABI.cpp | 189 // Derive a char* in the same address space as the pointer. 190 unsigned AS = ptr->getType()->getPointerAddressSpace(); 191 llvm::Type *charPtrTy = CGF.Int8Ty->getPointerTo(AS);
|
CodeGenTypes.cpp | 173 // structure as a member. 192 /// point. This boils down to being whether it is complete, as well as whether 326 // LLVM void type can only be used as the result of a function call. Just 327 // map to the same as char. 332 // Note that we always return bool as i1 for use as a scalar type. 371 // Model std::nullptr_t as i8* 412 unsigned AS = Context.getTargetAddressSpace(ETy); 413 ResultType = llvm::PointerType::get(PointeeType, AS); [all...] |
/external/llvm/lib/Bitcode/Writer/ |
ValueEnumerator.cpp | 360 // If it is a non-anonymous struct, mark the type as being visited so that we 379 // If this is actually a struct that we are treating as forward ref'able, 405 // Don't enumerate basic blocks here, this happens as operands to 434 AttributeSet AS = PAL.getSlotAttributes(i); 435 unsigned &Entry = AttributeGroupMap[AS]; 437 AttributeGroups.push_back(AS); 531 /// should only be used by rare constructs such as address-of-label.
|
/external/llvm/lib/Transforms/Utils/ |
BuildLibCalls.cpp | 41 AttributeSet AS[2]; 42 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); 44 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, 50 AS), 70 AttributeSet AS[2]; 71 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); 73 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, 79 AS), 101 AttributeSet AS = 109 AS), [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
ValueEnumerator.cpp | 349 // need to enumerate the individual elements, as well as mark the 350 // outer constant as used. 372 // If it is a non-anonymous struct, mark the type as being visited so that we 391 // If this is actually a struct that we are treating as forward ref'able, 417 // Don't enumerate basic blocks here, this happens as operands to 446 AttributeSet AS = PAL.getSlotAttributes(i); 447 unsigned &Entry = AttributeGroupMap[AS]; 449 AttributeGroups.push_back(AS); 543 /// should only be used by rare constructs such as address-of-label [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
ValueEnumerator.cpp | 349 // need to enumerate the individual elements, as well as mark the 350 // outer constant as used. 372 // If it is a non-anonymous struct, mark the type as being visited so that we 391 // If this is actually a struct that we are treating as forward ref'able, 417 // Don't enumerate basic blocks here, this happens as operands to 446 AttributeSet AS = PAL.getSlotAttributes(i); 447 unsigned &Entry = AttributeGroupMap[AS]; 449 AttributeGroups.push_back(AS); 543 /// should only be used by rare constructs such as address-of-label [all...] |
/frameworks/compile/slang/BitWriter_3_2/ |
ValueEnumerator.cpp | 362 // If it is a non-anonymous struct, mark the type as being visited so that we 381 // If this is actually a struct that we are treating as forward ref'able, 407 // Don't enumerate basic blocks here, this happens as operands to 436 AttributeSet AS = PAL.getSlotAttributes(i); 437 unsigned &Entry = AttributeGroupMap[AS]; 439 AttributeGroups.push_back(AS); 533 /// should only be used by rare constructs such as address-of-label.
|
/external/chromium_org/third_party/libjingle/source/talk/ |
main.scons | 27 # .scons file with the same name as the directory itself: 102 DeclareBit('use_static_openssl', 'Build OpenSSL as a static library') 568 '-Wl,--as-needed', 618 AS = os.environ.get("AS"),
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MacOSKeychainAPIChecker.cpp | 297 if (const AllocationState *AS = State->get<AllocatedData>(V)) { 298 if (!definitelyReturnedError(AS->Region, State, C.getSValBuilder())) { 308 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; 316 Report->markInteresting(AS->Region); 348 const AllocationState *AS = State->get<AllocatedData>(ArgSM); 349 if (!AS && FunctionsToTrack[idx].Kind != ValidAPI) { 352 // If trying to free data which has not been allocated yet, report as a bug. 355 if (!AS || RegionArgIsBad) { 357 // have entered as an enclosing function parameter. 368 if (AS) [all...] |
/external/llvm/include/llvm/Analysis/ |
AliasSetTracker.h | 41 AliasSet *AS; 46 : Val(V), PrevInList(0), NextInList(0), AS(0), Size(0), 52 bool hasAliasSet() const { return AS != 0; } 83 assert(AS && "No AliasSet yet!"); 84 if (AS->Forward) { 85 AliasSet *OldAS = AS; 86 AS = OldAS->getForwardedTarget(AST); 87 AS->addRef(); 90 return AS; 93 void setAliasSet(AliasSet *as) { [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | 81 AttributeSet AS = Fn->getAttributes(); 82 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); 83 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex, 84 AS.getFnAttributes()); 88 // If the alignment was parsed as an attribute, move to the alignment 95 AS = AS.addAttributes(Context, AttributeSet::FunctionIndex, 99 Fn->setAttributes(AS); 101 AttributeSet AS = CI->getAttributes() [all...] |
/external/llvm/lib/IR/ |
Attributes.cpp | 109 "Invalid attribute type to get the kind as an enum!"); 123 "Invalid attribute type to get the kind as a string!"); 130 "Invalid attribute type to get the value as a string!"); 143 /// This returns the alignment field of an attribute as a byte alignment value. 150 /// This returns the stack alignment field of an attribute as a byte alignment 639 AttributeSetImpl *AS = Attrs[I].pImpl; 640 if (!AS) continue; 644 *AI = AS->getNode(0), 645 *AE = AS->getNode(AS->getNumAttributes()) [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LICM.cpp | 10 // This pass performs loop invariant code motion, attempting to remove as much 11 // code from the body of a loop as possible. It does this by either hoisting 109 // State that is updated as we process loops. 151 /// this function moves it to the exit blocks and patches up SSA form as 184 void PromoteAliasSet(AliasSet &AS, 400 // in the same alias set as something that ends up being modified. 423 // in the loop, we can hoist or sink the call as appropriate. 427 AliasSet &AS = *I; 428 if (!AS.isForwardingAliasSet() && AS.isMod()) [all...] |