| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineSSAUpdater.cpp | 39 static AvailableValsTy &getAvailableVals(void *AV) { in getAvailableVals() argument 40 return *static_cast<AvailableValsTy*>(AV); in getAvailableVals() 49 delete static_cast<AvailableValsTy*>(AV); in ~MachineSSAUpdater() 55 if (!AV) in Initialize() 56 AV = new AvailableValsTy(); in Initialize() 58 getAvailableVals(AV).clear(); in Initialize() 70 return getAvailableVals(AV).count(BB); in HasValueForBlock() 76 getAvailableVals(AV)[BB] = V; in AddAvailableValue() local 354 AvailableValsTy &AvailableVals = getAvailableVals(AV); in GetValueAtEndOfBlockInternal()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGValue.h | 556 AggValueSlot AV; variable 558 AV.Addr = addr.getPointer(); 559 AV.Alignment = addr.getAlignment().getQuantity(); 561 AV.Addr = nullptr; 562 AV.Alignment = 0; 564 AV.Quals = quals; 565 AV.DestructedFlag = isDestructed; 566 AV.ObjCGCFlag = needsGC; 567 AV.ZeroedFlag = isZeroed; 568 AV.AliasedFlag = isAliased; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdater.cpp | 42 static AvailableValsTy &getAvailableVals(void *AV) { in getAvailableVals() argument 43 return *static_cast<AvailableValsTy*>(AV); in getAvailableVals() 50 delete static_cast<AvailableValsTy*>(AV); in ~SSAUpdater() 54 if (!AV) in Initialize() 55 AV = new AvailableValsTy(); in Initialize() 57 getAvailableVals(AV).clear(); in Initialize() 63 return getAvailableVals(AV).count(BB); in HasValueForBlock() 67 return getAvailableVals(AV).lookup(BB); in FindValueForBlock() 74 getAvailableVals(AV)[BB] = V; in AddAvailableValue() local 309 AvailableValsTy &AvailableVals = getAvailableVals(AV); in GetValueAtEndOfBlockInternal()
|
| /netbsd-src/sys/dev/rasops/ |
| H A D | rasops_putchar.h | 75 #define AV(p, w) (((w) * (p)[1] + (0xff - (w)) * (p)[0]) >> 8) macro 185 AV(r, w), AV(g, w), AV(b, w)); in NAME() 227 #undef AV
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | AssumptionCache.cpp | 133 for (auto &AV : Affected) { in updateAffectedValues() local 134 auto &AVV = getOrInsertAffectedValues(AV.Assume); in updateAffectedValues() 136 return Elem.Assume == CI && Elem.Index == AV.Index; in updateAffectedValues() 138 AVV.push_back({CI, AV.Index}); in updateAffectedValues() 146 for (auto &AV : Affected) { in unregisterAssumption() local 147 auto AVI = AffectedValues.find_as(AV.Assume); in unregisterAssumption()
|
| H A D | LoopAccessAnalysis.cpp | 884 for (const auto &AV : AS) { in processMemAccesses() local 885 Value *Ptr = AV.getValue(); in processMemAccesses()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | ExternalFunctions.cpp | 143 static void *ffiValueFor(Type *Ty, const GenericValue &AV, in ffiValueFor() argument 150 *I8Ptr = (int8_t) AV.IntVal.getZExtValue(); in ffiValueFor() 155 *I16Ptr = (int16_t) AV.IntVal.getZExtValue(); in ffiValueFor() 160 *I32Ptr = (int32_t) AV.IntVal.getZExtValue(); in ffiValueFor() 165 *I64Ptr = (int64_t) AV.IntVal.getZExtValue(); in ffiValueFor() 171 *FloatPtr = AV.FloatVal; in ffiValueFor() 176 *DoublePtr = AV.DoubleVal; in ffiValueFor() 181 *PtrPtr = GVTOP(AV); in ffiValueFor()
|
| /netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/perl/ |
| H A D | dlz_perl_driver.c | |
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 260 AvailableValue AV; member 262 static AvailableValueInBlock get(BasicBlock *BB, AvailableValue &&AV) { in get() 265 Res.AV = std::move(AV); in get() 281 return AV.MaterializeAdjustedValue(Load, BB->getTerminator(), gvn); in MaterializeAdjustedValue() 845 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet() 855 for (const AvailableValueInBlock &AV : ValuesPerBlock) { in ConstructSSAForLoadSet() local 856 BasicBlock *BB = AV.BB; in ConstructSSAForLoadSet() 858 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet() 869 ((AV.AV.isSimpleValue() && AV.AV.getSimpleValue() == Load) || in ConstructSSAForLoadSet() 870 (AV.AV.isCoercedLoadValue() && AV.AV.getCoercedLoadValue() == Load))) in ConstructSSAForLoadSet() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineSSAUpdater.h | 41 void *AV = nullptr;
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | bcm47094-luxul-xwc-2000.dts | 3 * Copyright 2019 Legrand AV Inc.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | SSAUpdater.h | 44 void *AV = nullptr;
|
| /netbsd-src/external/bsd/nvi/dist/perl_api/ |
| H A D | typemap | 16 $var = (AV *)SvRV($arg);
|
| H A D | perl.xs | 145 AV * av; 501 typedef AV * AVREF;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | sel-sched-ir.h | 552 #define FOR_EACH_EXPR(EXPR, I, AV) _FOR_EACH (expr, (EXPR), (I), (AV)) argument 553 #define FOR_EACH_EXPR_1(EXPR, I, AV) _FOR_EACH_1 (expr, (EXPR), (I), (AV)) argument
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | sel-sched-ir.h | 552 #define FOR_EACH_EXPR(EXPR, I, AV) _FOR_EACH (expr, (EXPR), (I), (AV)) argument 553 #define FOR_EACH_EXPR_1(EXPR, I, AV) _FOR_EACH_1 (expr, (EXPR), (I), (AV)) argument
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | australasia | 146 Rule AV 1971 1985 - Oct lastSun 2:00s 1:00 D 147 Rule AV 1972 only - Feb lastSun 2:00s 0 S 148 Rule AV 1973 1985 - Mar Sun>=1 2:00s 0 S 149 Rule AV 1986 1990 - Mar Sun>=15 2:00s 0 S 150 Rule AV 1986 1987 - Oct Sun>=15 2:00s 1:00 D 151 Rule AV 1988 1999 - Oct lastSun 2:00s 1:00 D 152 Rule AV 1991 1994 - Mar Sun>=1 2:00s 0 S 153 Rule AV 1995 2005 - Mar lastSun 2:00s 0 S 154 Rule AV 2000 only - Aug lastSun 2:00s 1:00 D 155 Rule AV 200 [all...] |
| /netbsd-src/external/gpl2/groff/dist/contrib/mm/ |
| H A D | ChangeLog | 317 * Added AVL (AV without date) 353 * typo in AV and let@print-head fixed. 376 * AV, FC, IA ,IE, LT, LO, NE, NS, SG, WA, WE
|
| /netbsd-src/share/misc/ |
| H A D | country | 27 Anguilla AI AIA 660 AV
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | files.acpi | 161 # NeoMagic 256AV audio with CS4232 codec
|
| /netbsd-src/external/bsd/libbind/dist/doc/ |
| H A D | gethostbyname.cat3 | 129 CCAAVVEEAATT
|
| /netbsd-src/external/gpl3/gdb/dist/sim/bfin/ |
| H A D | ChangeLog-2021 | 1025 * bfin-sim.c (decode_dsp32shift_0): Clear ASTAT[AV] if val is 0, 1047 32, perform a left shift. Update the corresponding AV bit. Set 1362 saturate_s40, and use the v parameter to update the AV bit. Set the
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 2248 const Value &AV = Pos.getAssociatedValue(); in operator <<() local 2249 OS << "{" << Pos.getPositionKind() << ":" << AV.getName() << " [" in operator <<()
|
| /netbsd-src/sys/arch/i386/conf/ |
| H A D | GENERIC | 363 wss* at acpi? # NeoMagic 256AV in wss mode 376 #sb* at pnpbios? index ? # NeoMagic 256AV in sb mode 377 #wss* at pnpbios? index ? # NeoMagic 256AV in wss mode
|
| /netbsd-src/sys/arch/mac68k/mac68k/ |
| H A D | locore.s | 237 movl _C_LABEL(current_mac_model),%a1 | if an AV Mac, save current
|