Home
last modified time | relevance | path

Searched refs:matchSelectPattern (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Analysis/
H A DValueTracking.h557 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
561 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS,
565 auto Result = matchSelectPattern(const_cast<Value*>(V), L, R);
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DValueTracking.h573 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
577 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS,
581 auto Result = matchSelectPattern(const_cast<Value*>(V), L, R);
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DValueTracking.h630 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
635 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
638 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueTracking.h630 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
635 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
638 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h630 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
635 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
638 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DValueTracking.h605 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
609 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS,
613 auto Result = matchSelectPattern(const_cast<Value*>(V), L, R);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DValueTracking.h670 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
675 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
678 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DValueTracking.h670 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
675 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
678 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h698 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
703 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
706 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h703 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
708 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
711 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h703 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
708 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
711 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h712 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
717 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
720 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DValueTracking.h712 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
717 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
720 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h712 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
717 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
720 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DValueTracking.h725 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
730 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
733 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h712 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
717 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
720 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h712 SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS,
717 matchSelectPattern(const Value *V, const Value *&LHS, const Value *&RHS) { in matchSelectPattern() function
720 auto Result = matchSelectPattern(const_cast<Value *>(V), L, R); in matchSelectPattern()
/dports/devel/llvm70/llvm-7.0.1.src/unittests/Analysis/
H A DValueTrackingTest.cpp57 SelectPatternResult R = matchSelectPattern(A, LHS, RHS, &CastOp); in expectPattern()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineSelect.cpp827 SelectPatternResult SPR = matchSelectPattern(&Sel, LHS, RHS); in canonicalizeMinMaxWithConstant()
868 SelectPatternFlavor SPF = matchSelectPattern(&Sel, LHS, RHS).Flavor; in canonicalizeAbsNabs()
1500 SelectPatternResult L = matchSelectPattern(LHS, A, B); in factorizeMinMaxTree()
1501 SelectPatternResult R = matchSelectPattern(RHS, C, D); in factorizeMinMaxTree()
1808 SelectPatternResult SPR = matchSelectPattern(&SI, LHS, RHS, &CastOp); in visitSelectInst()
1866 if (SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor) in visitSelectInst()
1870 if (SelectPatternFlavor SPF2 = matchSelectPattern(RHS, LHS2, RHS2).Flavor) in visitSelectInst()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp801 SelectPatternResult SPR = matchSelectPattern(&Sel, LHS, RHS);
842 SelectPatternFlavor SPF = matchSelectPattern(&Sel, LHS, RHS).Flavor;
1460 SelectPatternResult L = matchSelectPattern(LHS, A, B);
1461 SelectPatternResult R = matchSelectPattern(RHS, C, D);
1764 SelectPatternResult SPR = matchSelectPattern(&SI, LHS, RHS, &CastOp);
1821 if (SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor)
1825 if (SelectPatternFlavor SPF2 = matchSelectPattern(RHS, LHS2, RHS2).Flavor)
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp847 SelectPatternResult SPR = matchSelectPattern(&Sel, LHS, RHS); in canonicalizeMinMaxWithConstant()
888 SelectPatternFlavor SPF = matchSelectPattern(&Sel, LHS, RHS).Flavor; in canonicalizeAbsNabs()
1510 SelectPatternResult L = matchSelectPattern(LHS, A, B); in factorizeMinMaxTree()
1511 SelectPatternResult R = matchSelectPattern(RHS, C, D); in factorizeMinMaxTree()
1818 SelectPatternResult SPR = matchSelectPattern(&SI, LHS, RHS, &CastOp); in visitSelectInst()
1822 if (SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor) in visitSelectInst()
1826 if (SelectPatternFlavor SPF2 = matchSelectPattern(RHS, LHS2, RHS2).Flavor) in visitSelectInst()
/dports/devel/llvm80/llvm-8.0.1.src/unittests/Analysis/
H A DValueTrackingTest.cpp64 SelectPatternResult R = matchSelectPattern(A, LHS, RHS, &CastOp); in expectPattern()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp956 SelectPatternResult SPR = matchSelectPattern(&Sel, LHS, RHS); in canonicalizeMinMaxWithConstant()
997 SelectPatternFlavor SPF = matchSelectPattern(&Sel, LHS, RHS).Flavor; in canonicalizeAbsNabs()
1662 SelectPatternResult L = matchSelectPattern(LHS, A, B); in factorizeMinMaxTree()
1663 SelectPatternResult R = matchSelectPattern(RHS, C, D); in factorizeMinMaxTree()
1988 SelectPatternResult SPR = matchSelectPattern(&SI, LHS, RHS, &CastOp); in visitSelectInst()
1992 if (SelectPatternFlavor SPF2 = matchSelectPattern(LHS, LHS2, RHS2).Flavor) in visitSelectInst()
1996 if (SelectPatternFlavor SPF2 = matchSelectPattern(RHS, LHS2, RHS2).Flavor) in visitSelectInst()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DEarlyCSE.cpp157 SelectPatternFlavor SPF = matchSelectPattern(Inst, A, B).Flavor; in getHashValue()
231 SelectPatternFlavor LSPF = matchSelectPattern(LHSI, LHSA, LHSB).Flavor; in isEqual()
237 SelectPatternFlavor RSPF = matchSelectPattern(RHSI, RHSA, RHSB).Flavor; in isEqual()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DEarlyCSE.cpp155 SelectPatternFlavor SPF = matchSelectPattern(Inst, A, B).Flavor; in getHashValue()
229 SelectPatternFlavor LSPF = matchSelectPattern(LHSI, LHSA, LHSB).Flavor; in isEqual()
235 SelectPatternFlavor RSPF = matchSelectPattern(RHSI, RHSA, RHSB).Flavor; in isEqual()

1234567891011