Home
last modified time | relevance | path

Searched defs:V (Results 36176 – 36200 of 66526) sorted by relevance

1...<<1441144214431444144514461447144814491450>>...2662

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DVectorUtils.cpp218 const SCEV *V = SE->getSCEV(Ptr); in getStrideFromPointer() local
280 Value *llvm::findScalarElement(Value *V, unsigned EltNo) { in findScalarElement()
360 Value *llvm::getSplatValue(const Value *V) { in getSplatValue()
375 bool llvm::isSplatValue(const Value *V, int Index, unsigned Depth) { in isSplatValue()
554 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/
H A DHashtable.java909 public synchronized void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
1064 …public synchronized V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remapp… in computeIfPresent()
1106 …public synchronized V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFuncti… in compute()
1157 …public synchronized V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappin… in merge()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DVectorUtils.cpp218 const SCEV *V = SE->getSCEV(Ptr); in getStrideFromPointer() local
280 Value *llvm::findScalarElement(Value *V, unsigned EltNo) { in findScalarElement()
360 Value *llvm::getSplatValue(const Value *V) { in getSplatValue()
375 bool llvm::isSplatValue(const Value *V, int Index, unsigned Depth) { in isSplatValue()
554 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DSmallVector.h138 bool isReferenceToRange(const void *V, const void *First, const void *Last) const { in isReferenceToRange()
145 bool isReferenceToStorage(const void *V) const { in isReferenceToStorage()
379 static T &&forward_value_param(T &&V) { return std::move(V); } in forward_value_param()
380 static const T &forward_value_param(const T &V) { return V; } in forward_value_param()
526 static ValueParamT forward_value_param(ValueParamT V) { return V; } in forward_value_param()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DSmallVector.h138 bool isReferenceToRange(const void *V, const void *First, const void *Last) const { in isReferenceToRange()
145 bool isReferenceToStorage(const void *V) const { in isReferenceToStorage()
379 static T &&forward_value_param(T &&V) { return std::move(V); } in forward_value_param()
380 static const T &forward_value_param(const T &V) { return V; } in forward_value_param()
526 static ValueParamT forward_value_param(ValueParamT V) { return V; } in forward_value_param()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DVectorUtils.cpp208 const SCEV *V = SE->getSCEV(Ptr); in getStrideFromPointer() local
270 Value *llvm::findScalarElement(Value *V, unsigned EltNo) { in findScalarElement()
350 Value *llvm::getSplatValue(const Value *V) { in getSplatValue()
365 bool llvm::isSplatValue(const Value *V, int Index, unsigned Depth) { in isSplatValue()
544 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp224 if (all_of(AvailablePtrVals, [&](Value *V) { in foldIntegerTypedPHI()
233 if (any_of(AvailablePtrVals, [&](Value *V) { in foldIntegerTypedPHI()
1243 if (!all_of(PN.operands(), [](Value *V) { return isa<ConstantInt>(V); })) in SimplifyUsingControlFlow()
1303 if (Value *V = SimplifyInstruction(&PN, SQ.getWithInstruction(&PN))) in visitPHINode() local
1461 if (auto *V = SimplifyUsingControlFlow(*this, PN, DT)) in visitPHINode() local
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DVectorUtils.cpp200 const SCEV *V = SE->getSCEV(Ptr); in getStrideFromPointer() local
262 Value *llvm::findScalarElement(Value *V, unsigned EltNo) { in findScalarElement()
314 const llvm::Value *llvm::getSplatValue(const Value *V) { in getSplatValue()
333 bool llvm::isSplatValue(const Value *V, unsigned Depth) { in isSplatValue()
429 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes() local
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DVectorUtils.cpp201 const SCEV *V = SE->getSCEV(Ptr); in getStrideFromPointer() local
263 Value *llvm::findScalarElement(Value *V, unsigned EltNo) { in findScalarElement()
339 const llvm::Value *llvm::getSplatValue(const Value *V) { in getSplatValue()
358 bool llvm::isSplatValue(const Value *V, int Index, unsigned Depth) { in isSplatValue()
538 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaTemplate/
H A Ddeduction.cpp498 template<typename T, T V> void a(const int (&)[V]) { in a()
502 template<typename T, T V> void b(const T (&)[V]) { in b()
506 template<typename T, T V> void c(const T (&)[V]) { in c()
524 template<typename ...T, T ...V> void f(const T (&...p)[V]) { in f()
528 template<typename ...T, T ...V> void g(const T (&...p)[V]) { in g()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp96 Value *V; member in __anon37d41e340111::Scatterer
345 Scatterer ScalarizerVisitor::scatter(Instruction *Point, Value *V) { in scatter()
391 Value *V = SV[I]; in gather() local
706 Value *V = Op0[Op0I]; in visitBitCastInst() local
724 Value *V = UndefValue::get(MidTy); in visitBitCastInst() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DVectorUtils.cpp200 const SCEV *V = SE->getSCEV(Ptr); in getStrideFromPointer() local
262 Value *llvm::findScalarElement(Value *V, unsigned EltNo) { in findScalarElement()
314 const llvm::Value *llvm::getSplatValue(const Value *V) { in getSplatValue()
333 bool llvm::isSplatValue(const Value *V, unsigned Depth) { in isSplatValue()
429 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp218 const SCEV *V = SE->getSCEV(Ptr); in getStrideFromPointer() local
280 Value *llvm::findScalarElement(Value *V, unsigned EltNo) { in findScalarElement()
360 Value *llvm::getSplatValue(const Value *V) { in getSplatValue()
375 bool llvm::isSplatValue(const Value *V, int Index, unsigned Depth) { in isSplatValue()
554 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h138 bool isReferenceToRange(const void *V, const void *First, const void *Last) const { in isReferenceToRange()
145 bool isReferenceToStorage(const void *V) const { in isReferenceToStorage()
379 static T &&forward_value_param(T &&V) { return std::move(V); } in forward_value_param()
380 static const T &forward_value_param(const T &V) { return V; } in forward_value_param()
526 static ValueParamT forward_value_param(ValueParamT V) { return V; } in forward_value_param()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/Support/
H A DSCEVValidator.cpp431 Value *V = Expr->getValue(); in visitUnknown() local
659 static bool isAffineExpr(Value *V, const Region *R, Loop *Scope, in isAffineExpr()
676 bool isAffineConstraint(Value *V, const Region *R, llvm::Loop *Scope, in isAffineConstraint()
776 Value *V = Unknown->getValue(); in tryForwardThroughPHI() local
800 Value *V = nullptr; in getUniqueNonErrorValue() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DHashtable.java909 public synchronized void replaceAll(BiFunction<? super K, ? super V, ? extends V> function) { in replaceAll()
1064 …public synchronized V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remapp… in computeIfPresent()
1106 …public synchronized V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFuncti… in compute()
1157 …public synchronized V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappin… in merge()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_LocationGuide.cxx586 gp_Vec& V) in D0()
656 gp_Vec& V, in D0()
730 gp_Vec& V, in D1()
894 gp_Vec& V, in D2()
1315 gp_Vec V, V1, V2, V3; in GetAverageLaw() local
H A DGeomFill_NSections.cxx153 const Standard_Real V, in ResultEval()
306 Standard_Boolean GeomFill_NSections::D0(const Standard_Real V, in D0()
332 Standard_Boolean GeomFill_NSections::D1(const Standard_Real V, in D1()
419 Standard_Boolean GeomFill_NSections::D2(const Standard_Real V, in D2()
819 Standard_Real V = V0, DeltaV = ( V1 - V0 ) / 20; in BarycentreOfSurf() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaTemplate/
H A Ddeduction.cpp505 template<typename T, T V> void a(const int (&)[V]) { in a()
509 template<typename T, T V> void b(const T (&)[V]) { in b()
513 template<typename T, T V> void c(const T (&)[V]) { in c()
531 template<typename ...T, T ...V> void f(const T (&...p)[V]) { in f()
535 template<typename ...T, T ...V> void g(const T (&...p)[V]) { in g()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DVectorUtils.cpp218 const SCEV *V = SE->getSCEV(Ptr); in getStrideFromPointer() local
280 Value *llvm::findScalarElement(Value *V, unsigned EltNo) { in findScalarElement()
366 Value *llvm::getSplatValue(const Value *V) { in getSplatValue()
381 bool llvm::isSplatValue(const Value *V, int Index, unsigned Depth) { in isSplatValue()
560 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DSmallVector.h138 bool isReferenceToRange(const void *V, const void *First, const void *Last) const { in isReferenceToRange()
145 bool isReferenceToStorage(const void *V) const { in isReferenceToStorage()
379 static T &&forward_value_param(T &&V) { return std::move(V); } in forward_value_param()
380 static const T &forward_value_param(const T &V) { return V; } in forward_value_param()
526 static ValueParamT forward_value_param(ValueParamT V) { return V; } in forward_value_param()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp401 auto V = C.find(DW_AT_const_value); in appendTemplateParameters() local
433 auto V = C.find(DW_AT_const_value); in appendTemplateParameters() local
559 DWARFDie V; in appendConstVolatileQualifierAfter() local
572 DWARFDie V; in appendConstVolatileQualifierBefore() local
640 DWARFDie V; in appendSubroutineNameAfter() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp434 Value *V = U.get(); in replaceWithTileLoad() local
460 User *V = U.getUser(); in isIncomingOfPHI() local
492 User *V = U.getUser(); in updatePhiIncomings() local
601 User *V = U.getUser(); in volatileTileNonPHI() local
798 Value *V = OldPN->getOperand(j); in optimizeAMXCastFromPhi() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/Support/
H A DSCEVValidator.cpp435 Value *V = Expr->getValue(); in visitUnknown() local
661 static bool isAffineExpr(Value *V, const Region *R, Loop *Scope, in isAffineExpr()
678 bool isAffineConstraint(Value *V, const Region *R, llvm::Loop *Scope, in isAffineConstraint()
778 Value *V = Unknown->getValue(); in tryForwardThroughPHI() local
802 Value *V = nullptr; in getUniqueNonErrorValue() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Ddeduction.cpp505 template<typename T, T V> void a(const int (&)[V]) { in a()
509 template<typename T, T V> void b(const T (&)[V]) { in b()
513 template<typename T, T V> void c(const T (&)[V]) { in c()
531 template<typename ...T, T ...V> void f(const T (&...p)[V]) { in f()
535 template<typename ...T, T ...V> void g(const T (&...p)[V]) { in g()

1...<<1441144214431444144514461447144814491450>>...2662