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

1 2

  /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/clang/include/clang/AST/
DeclAccessPair.h 13 // 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 = 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...]
ScalarEvolutionExpander.cpp 43 // it is being used as an insert point. Clear its operand
156 // Move the insertion point out of as many loops as we can.
351 /// ScalarEvolution not recognizing inttoptr and ptrtoint operators, as
380 // Split AddRecs up into parts as either of the parts may be usable
526 // Move the insertion point out of as many loops as we can.
551 // Move the insertion point out of as many loops as we can.
712 // Emit instructions to add all the operands. Hoist as much as possibl
    [all...]
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 236 EDDisassembler::AssemblySyntax AS;
244 AS = EDDisassembler::kEDAssemblySyntaxARMUAL;
248 AS = EDDisassembler::kEDAssemblySyntaxX86ATT;
254 disassembler(EDDisassembler::getDisassembler(TS.c_str(), AS));
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 170 // structure as a member.
189 /// point. This boils down to being whether it is complete, as well as whether
199 // convert it. Note that getDefinition()==0 is not the same as !isDefinition.
316 // LLVM void type can only be used as the result of a function call. Just
317 // map to the same as char.
322 // Note that we always return bool as i1 for use as a scalar type.
348 // type),. or can be represented as a set of native operations.
362 // Model std::nullptr_t as i8
    [all...]
ItaniumCXXABI.cpp 300 unsigned AS = cast<llvm::PointerType>(Base->getType())->getAddressSpace();
303 Base = Builder.CreateBitCast(Base, Builder.getInt8Ty()->getPointerTo(AS));
311 = CGF.ConvertTypeForMem(MPT->getPointeeType())->getPointerTo(AS);
484 // A NULL pointer is represented as -1.
498 // the class object containing it, represented as a ptrdiff_t
524 // discrimination as the least significant bit of ptr does for
532 // represented as a ptrdiff_t.
691 /// The ARM ABI does the same as the Itanium ABI, but returns 'this'.
715 /// The ARM ABI does the same as the Itanium ABI, but returns 'this'
736 // Check if we need a VTT parameter as well
    [all...]
CGExprCXX.cpp 191 // The method is static, emit it as we would a regular call.
406 // constructor, as can be the case with a non-user-provided default
484 // constructor, as can be the case with a non-user-provided default
537 // cookie size, and verify that the result is representable as a
647 // signedness check at the same time as we do the multiply
    [all...]
CGDebugInfo.cpp 524 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy);
525 uint64_t Size = CGM.getContext().getTargetInfo().getPointerWidth(AS);
639 AccessSpecifier AS,
659 if (AS == clang::AS_private)
661 else if (AS == clang::AS_protected)
    [all...]
CGExpr.cpp 10 // This contains code to emit Expr nodes as LLVM code.
101 // Just emit it as an l-value and drop the result.
106 /// can have any type. The result is returned as an RValue struct.
248 // Emit the expression as an lvalue.
804 /// method emits the address of the lvalue, then loads the result as an rvalue,
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 42 AliasSet *AS;
47 : Val(V), PrevInList(0), NextInList(0), AS(0), Size(0),
53 bool hasAliasSet() const { return AS != 0; }
84 assert(AS && "No AliasSet yet!");
85 if (AS->Forward) {
86 AliasSet *OldAS = AS;
87 AS = OldAS->getForwardedTarget(AST);
88 AS->addRef();
91 return AS;
94 void setAliasSet(AliasSet *as) {
    [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
99 // State that is updated as we process loops.
138 /// this function moves it to the exit blocks and patches up SSA form as
171 void PromoteAliasSet(AliasSet &AS);
369 // in the same alias set as something that ends up being modified.
390 // in the loop, we can hoist or sink the call as appropriate.
394 AliasSet &AS = *I;
395 if (!AS.isForwardingAliasSet() && AS.isMod())
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 37 void Print(AccessSpecifier AS);
193 void DeclPrinter::Print(AccessSpecifier AS) {
194 switch(AS) {
214 // Don't print ObjCIvarDecls, as they are printed when visiting the
688 AccessSpecifier AS = Base->getAccessSpecifierAsWritten();
689 if (AS != AS_none)
690 Print(AS);
RecordLayoutBuilder.cpp 367 // This is the most derived class, traverse virtual bases as well.
479 // This is the most derived class, traverse virtual bases as well.
877 // has already been claimed as a primary virtual base for another
881 // We can claim this base as our primary base.
907 // Claim the primary virtual base as our primary virtual base.
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 302 if (const AllocationState *AS = State->get<AllocatedData>(V)) {
303 if (!definitelyReturnedError(AS->Region, State, C.getSValBuilder())) {
313 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx;
352 const AllocationState *AS = State->get<AllocatedData>(ArgSM);
353 if (!AS && FunctionsToTrack[idx].Kind != ValidAPI) {
356 // If trying to free data which has not been allocated yet, report as a bug.
359 if (!AS || RegionArgIsBad) {
361 // have entered as an enclosing function parameter.
384 const AllocationPair AP = std::make_pair(ArgSM, AS);
394 const AllocationPair AP = std::make_pair(ArgSM, AS);
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 289 // Reset the source range in DS, as the leading "extern"
436 AccessSpecifier AS,
443 // FIXME: This is wrong; we should parse this as a typename-specifier.
527 Declarator::AliasDeclContext, AS, OwnedType);
567 return Actions.ActOnAliasDeclaration(getCurScope(), AS, TemplateParamsArg,
571 return Actions.ActOnUsingDeclaration(getCurScope(), AS, true, UsingLoc, SS,
846 AccessSpecifier AS, bool SuppressDeclarations){
867 // As an extension we do not perform access checking on the names used to
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 408 // as the key, is a DenseMapAPIntKeyInfo::KeyTy which has provided the
484 /// 2.0/1.0 etc, that are known-valid both as double and as the target format.
755 // Skip the first index, as it has no static limit.
860 /// have the same number of operands as our current one.
    [all...]

Completed in 1049 milliseconds

1 2