Home
last modified time | relevance | path

Searched defs:AV (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAssumptionCache.cpp133 for (auto &AV : Affected) { in updateAffectedValues() local
146 for (auto &AV : Affected) { in unregisterAssumption() local
H A DLoopAccessAnalysis.cpp884 for (const auto &AV : AS) { in processMemAccesses() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp39 static AvailableValsTy &getAvailableVals(void *AV) { in getAvailableVals()
76 getAvailableVals(AV)[BB] = V; in AddAvailableValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp42 static AvailableValsTy &getAvailableVals(void *AV) { in getAvailableVals()
74 getAvailableVals(AV)[BB] = V; in AddAvailableValue() local
/netbsd-src/sys/dev/rasops/
H A Drasops_putchar.h75 #define AV(p, w) (((w) * (p)[1] + (0xff - (w)) * (p)[0]) >> 8) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp260 AvailableValue AV; member
855 for (const AvailableValueInBlock &AV : ValuesPerBlock) { in ConstructSSAForLoadSet() local
1170 AvailableValue AV; in AnalyzeLoadAvailability() local
1324 for (const AvailableValueInBlock &AV : ValuesPerBlock) in PerformLoadPRE() local
1916 AvailableValue AV; in processLoad() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp143 static void *ffiValueFor(Type *Ty, const GenericValue &AV, in ffiValueFor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h556 AggValueSlot AV; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.h552 #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 Dsel-sched-ir.h552 #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/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2248 const Value &AV = Pos.getAssociatedValue(); in operator <<() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2574 void BoUpSLP::eraseInstructions(ArrayRef<Value *> AV) { in eraseInstructions()