/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/ |
H A D | PatchInfoRecord.h | 203 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in appendRegAcc() local 249 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in isDef() local 258 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in isUse() local 267 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in isDefOnly() local 276 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in isUseOnly() local 285 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in isDefByToken() local 294 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in isUseByToken() local 303 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in isDefNotByToken() local 312 for (auto AI = AccList.begin(), AE = AccList.end(); AI != AE; ++AI) { in isUseNotByToken() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ARMTargetParser.cpp | 408 for (const auto AE : ARCHExtNames) { in getExtensionFeatures() local 435 for (const auto AE : ARCHExtNames) { in getArchExtName() local 452 for (const auto AE : ARCHExtNames) { in getArchExtFeature() local 490 for (const auto AE : ARM::ARCHExtNames) in getAEKID() local 507 for (const auto AE : ARCHExtNames) { in appendArchExtFeatures() local
|
H A D | AArch64TargetParser.cpp | 140 for (const auto &AE : AArch64ARCHExtNames) in getArchExtName() local 149 for (const auto &AE : AArch64ARCHExtNames) { in getArchExtFeature() local 155 for (const auto &AE : AArch64ARCHExtNames) in getArchExtFeature() local
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 32 IndexType S = start(), E = end(), AS = A.start(), AE = A.end(); in overlaps() local 48 IndexType AE = (A.end() != IndexType::None) ? A.end() : A.start(); in contains() local 59 IndexType AS = A.start(), AE = A.end(); in merge() local 116 IndexType AS = A.start(), AE = A.end(); in addsub() local 402 IndexType AE = (A->end() == IndexType::None) ? A->start() : A->end(); in computeDeadMap() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 36 IndexType S = start(), E = end(), AS = A.start(), AE = A.end(); in overlaps() local 51 IndexType AE = (A.end() != IndexType::None) ? A.end() : A.start(); in contains() local 61 IndexType AS = A.start(), AE = A.end(); in merge() local 115 IndexType AS = A.start(), AE = A.end(); in addsub() local 455 IndexType AE = (A->end() == IndexType::None) ? A->start() : A->end(); in computeDeadMap() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 36 IndexType S = start(), E = end(), AS = A.start(), AE = A.end(); in overlaps() local 51 IndexType AE = (A.end() != IndexType::None) ? A.end() : A.start(); in contains() local 61 IndexType AS = A.start(), AE = A.end(); in merge() local 115 IndexType AS = A.start(), AE = A.end(); in addsub() local 455 IndexType AE = (A->end() == IndexType::None) ? A->start() : A->end(); in computeDeadMap() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/ |
H A D | CSKYTargetParser.cpp | 146 for (const auto &AE : CSKYARCHExtNames) in getArchExtName() local 162 for (const auto &AE : CSKYARCHExtNames) { in getArchExtFeature() local 175 for (const auto &AE : CSKYARCHExtNames) { in getExtensionFeatures() local
|
H A D | ARMTargetParser.cpp | 313 for (const auto &AE : ARCHExtNames) { in getExtensionFeatures() local 340 for (const auto &AE : ARCHExtNames) { in getArchExtName() local 357 for (const auto &AE : ARCHExtNames) { in getArchExtFeature() local 406 for (const auto &AE : ARCHExtNames) { in appendArchExtFeatures() local
|
H A D | AArch64TargetParser.cpp | 99 for (const auto &AE : Extensions) { in getArchExtFeature() local 105 for (const auto &AE : Extensions) in getArchExtFeature() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | TargetParser.cpp | 347 for (const auto AE : ARCHExtNames) { in getArchExtName() local 357 for (const auto AE : ARCHExtNames) { in getArchExtFeature() local 362 for (const auto AE : ARCHExtNames) { in getArchExtFeature() local 498 for (const auto &AE : AArch64ARCHExtNames) in getArchExtName() local 507 for (const auto &AE : AArch64ARCHExtNames) { in getArchExtFeature() local 513 for (const auto &AE : AArch64ARCHExtNames) in getArchExtFeature() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | MetaRenamer.cpp | 84 for (auto AI = M.alias_begin(), AE = M.alias_end(); AI != AE; ++AI) { in runOnModule() local 125 for (auto AI = F.arg_begin(), AE = F.arg_end(); AI != AE; ++AI) in runOnFunction() local
|
H A D | InstructionNamer.cpp | 35 for (Function::arg_iterator AI = F.arg_begin(), AE = F.arg_end(); in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | MetaRenamer.cpp | 96 for (auto AI = M.alias_begin(), AE = M.alias_end(); AI != AE; ++AI) { in runOnModule() local 146 for (auto AI = F.arg_begin(), AE = F.arg_end(); AI != AE; ++AI) in runOnFunction() local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DereferenceChecker.cpp | 134 const ArraySubscriptExpr *AE = cast<ArraySubscriptExpr>(S); in reportBug() local 142 const OMPArraySectionExpr *AE = cast<OMPArraySectionExpr>(S); in reportBug() local
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | CodeGenSchedule.cpp | 58 AI = Expr->arg_begin(), AE = Expr->arg_end(); AI != AE; ++AI) { in apply() local 261 for (RecIter AI = AliasDefs.begin(), AE = AliasDefs.end(); AI != AE; ++AI) { in collectSchedRW() local 297 for (RecIter AI = AliasDefs.begin(), AE = AliasDefs.end(); AI != AE; ++AI) { in collectSchedRW() local 426 for (RecIter AI = SchedWrite.Aliases.begin(), AE = SchedWrite.Aliases.end(); in expandRWSeqForProc() local 1077 for (RecIter AI = SchedRW.Aliases.begin(), AE = SchedRW.Aliases.end(); in getIntersectingVariants() local 1638 for (RecIter AI = SchedRW.Aliases.begin(), AE = SchedRW.Aliases.end(); in collectRWResources() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | Lint.cpp | 233 CallSite::arg_iterator AI = CS.arg_begin(), AE = CS.arg_end(); in visitCallSite() local 267 for (CallSite::arg_iterator AI = CS.arg_begin(), AE = CS.arg_end(); in visitCallSite() local
|
H A D | ObjCARCInstKind.cpp | 88 Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end(); in GetFunctionClass() local
|
/aosp_15_r20/external/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1496 ArgEffect AE = AEArgs[i]; in AddCFAnnotations() local 1548 ArgEffect AE = AEArgs[i]; in migrateAddFunctionAnnotation() local 1622 ArgEffect AE = AEArgs[i]; in AddCFAnnotations() local 1678 ArgEffect AE = AEArgs[i]; in migrateAddMethodAnnotation() local 2103 AI = SeqNode->begin(), AE = SeqNode->end(); AI != AE; ++AI) { in parse() local
|
/aosp_15_r20/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | RegionCode.java | 30 static final String AE = "AE"; field in RegionCode
|
/aosp_15_r20/external/llvm/tools/llvm-diff/ |
H A D | DiffConsumer.cpp | 26 AI = F->arg_begin(), AE = F->arg_end(); AI != AE; ++AI) in ComputeNumbering() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | TypeFinder.cpp | 51 for (Function::const_arg_iterator AI = FI.arg_begin(), AE = FI.arg_end(); in run() local
|
H A D | Mangler.cpp | 94 for (Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end(); in addByteCountSuffix() local
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | RSX86CallConvPass.cpp | 134 for (auto AI=OrigFn->arg_begin(), AE=OrigFn->arg_end(), in RedefineFn() local
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_check_ast.cpp | 143 for (clang::CallExpr::arg_iterator AI = E->arg_begin(), AE = E->arg_end(); in VisitCallExpr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 120 Function::arg_iterator AE = Wrapper->arg_end(); in createWrapper() local
|