| /llvm-project-15.0.7/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 366 AvailableValsTy &AvailableVals = getAvailableVals(AV); in GetValueAtEndOfBlockInternal()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdater.cpp | 41 static AvailableValsTy &getAvailableVals(void *AV) { in getAvailableVals() argument 42 return *static_cast<AvailableValsTy*>(AV); in getAvailableVals() 49 delete static_cast<AvailableValsTy*>(AV); in ~SSAUpdater() 53 if (!AV) in Initialize() 54 AV = new AvailableValsTy(); in Initialize() 56 getAvailableVals(AV).clear(); in Initialize() 62 return getAvailableVals(AV).count(BB); in HasValueForBlock() 66 return getAvailableVals(AV).lookup(BB); in FindValueForBlock() 73 getAvailableVals(AV)[BB] = V; in AddAvailableValue() local 308 AvailableValsTy &AvailableVals = getAvailableVals(AV); in GetValueAtEndOfBlockInternal()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | AssumptionCache.cpp | 140 for (auto &AV : Affected) { in updateAffectedValues() local 141 auto &AVV = getOrInsertAffectedValues(AV.Assume); in updateAffectedValues() 143 return Elem.Assume == CI && Elem.Index == AV.Index; in updateAffectedValues() 145 AVV.push_back({CI, AV.Index}); in updateAffectedValues() 153 for (auto &AV : Affected) { in unregisterAssumption() local 154 auto AVI = AffectedValues.find_as(AV.Assume); in unregisterAssumption()
|
| H A D | LoopAccessAnalysis.cpp | 1182 for (const auto &AV : AS) { in processMemAccesses() local 1183 Value *Ptr = AV.getValue(); in processMemAccesses()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/abseil/ |
| H A D | redundant-strcat-calls.cpp | 132 template <typename... AV> 134 const AlphaNum &D, const AlphaNum &E, const AV &... args); 144 template <typename... AV> 147 const AV &... args);
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | ExternalFunctions.cpp | 144 static void *ffiValueFor(Type *Ty, const GenericValue &AV, in ffiValueFor() argument 151 *I8Ptr = (int8_t) AV.IntVal.getZExtValue(); in ffiValueFor() 156 *I16Ptr = (int16_t) AV.IntVal.getZExtValue(); in ffiValueFor() 161 *I32Ptr = (int32_t) AV.IntVal.getZExtValue(); in ffiValueFor() 166 *I64Ptr = (int64_t) AV.IntVal.getZExtValue(); in ffiValueFor() 173 *FloatPtr = AV.FloatVal; in ffiValueFor() 178 *DoublePtr = AV.DoubleVal; in ffiValueFor() 183 *PtrPtr = GVTOP(AV); in ffiValueFor()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | ms_class_layout.cpp | 129 struct AV { struct 132 struct BV : AV {
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 275 AvailableValue AV; member 280 Res.AV = std::move(AV); in get() 919 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet() 930 BasicBlock *BB = AV.BB; in ConstructSSAForLoadSet() 932 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet() 943 ((AV.AV.isSimpleValue() && AV.AV.getSimpleValue() == Load) || in ConstructSSAForLoadSet() 944 (AV.AV.isCoercedLoadValue() && AV.AV.getCoercedLoadValue() == Load))) in ConstructSSAForLoadSet() 1316 AvailableValue AV; in AnalyzeLoadAvailability() local 1469 for (const AvailableValueInBlock &AV : ValuesPerBlock) in PerformLoadPRE() local 2056 AvailableValue AV; in processLoad() local [all …]
|
| /llvm-project-15.0.7/llvm/test/Demangle/ |
| H A D | ms-return-qualifiers.test | 91 ?d1@@YA?AV?$B@H@@XZ 94 ?d2@@YA?AV?$B@PBD@@XZ 97 ?d3@@YA?AV?$B@VA@@@@XZ
|
| H A D | ms-back-references.test | 77 ?abc_foo@@YA?AV?$A@DV?$B@D@N@@V?$C@D@2@@N@@XZ 83 ?b_foo@@YA?AV?$B@D@N@@V12@@Z 86 ?d_foo@@YA?AV?$D@DD@N@@V12@@Z 89 ?abc_foo_abc@@YA?AV?$A@DV?$B@D@N@@V?$C@D@2@@N@@V12@@Z
|
| /llvm-project-15.0.7/llvm/test/Transforms/LICM/ |
| H A D | unrolled-deeply-nested.ll | 35 ; CHECK: %[[AV:.*]] = load i32, i32* %a 36 ; CHECK: store i32 %[[AV]], i32* %b
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineSSAUpdater.h | 41 void *AV = nullptr;
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | SSAUpdater.h | 44 void *AV = nullptr;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | spill-vector-superclass.ll | 2 ; Convert AV spills into VGPR spills by introducing appropriate copies in between.
|
| H A D | av_spill_cross_bb_usage.mir | 9 # AV spills were handled earlier by converting them into equivalent VGPR spills by adding appropria… 11 # crash during RA. It is fixed by introducing AV* spill pseudos to ensure a single instruction per …
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx1y-variable-templates_in_class.cpp | 354 int *AV = &A<int>().Var<char, 5, 'A'>; variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2009-07-15-CoalescerBug.ll | 4 %struct.AV = type { ptr, i32, i32 }
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 3159 const Value &AV = Pos.getAssociatedValue(); in operator <<() local 3160 OS << "{" << Pos.getPositionKind() << ":" << AV.getName() << " [" in operator <<()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ConfusableTable/ |
| H A D | confusables.txt | 1780 A739 ; 0061 0076 ; MA # ( ꜹ → av ) LATIN SMALL LETTER AV → LATIN SMALL LETTER A, LATIN SMALL LETTER… 1781 A73B ; 0061 0076 ; MA # ( ꜻ → av ) LATIN SMALL LETTER AV WITH HORIZONTAL BAR → LATIN SMALL LETTER A… 1783 A738 ; 0041 0056 ; MA # ( Ꜹ → AV ) LATIN CAPITAL LETTER AV → LATIN CAPITAL LETTER A, LATIN CAPITAL … 1784 A73A ; 0041 0056 ; MA # ( Ꜻ → AV ) LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR → LATIN CAPITAL LETT…
|