Home
last modified time | relevance | path

Searched refs:FoundVal (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& /* val */, Next const& next, FoundVal&) in make_unique_context() argument
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& /* val */, Next const& next, FoundVal&) in make_unique_context() argument
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& /* val */, Next const& next, FoundVal&) in make_unique_context() argument
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& /* val */, Next const& next, FoundVal&) in make_unique_context() argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& val, Next const& next, FoundVal&) in make_unique_context() argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& /* val */, Next const& next, FoundVal&) in make_unique_context() argument
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& /* val */, Next const& next, FoundVal&) in get()
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& val, Next const& next, FoundVal&) in make_unique_context() argument
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& val, Next const& next, FoundVal&) in make_unique_context() argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& /* val */, Next const& next, FoundVal&) in make_unique_context() argument
/dports/databases/percona57-client/boost_1_59_0/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& val, Next const& next, FoundVal&) in make_unique_context() argument
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& val, Next const& next, FoundVal&) in make_unique_context() argument
/dports/devel/boost-libs/boost_1_72_0/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& /* val */, Next const& next, FoundVal&) in make_unique_context() argument
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& val, Next const& next, FoundVal&) in make_unique_context() argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& val, Next const& next, FoundVal&) in make_unique_context() argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/spirit/home/x3/support/
H A Dcontext.hpp80 template <typename ID, typename T, typename Next, typename FoundVal>
82 make_unique_context(T& /* val */, Next const& next, FoundVal&) in make_unique_context() argument
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DDenseMap.h387 bool FoundVal = LookupBucketFor(B->first, DestBucket); in grow() local
388 FoundVal = FoundVal; // silence warning. in grow()
389 assert(!FoundVal && "Key already in new map?"); in grow()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h770 Register FoundVal =
772 if (!FoundVal || FoundVal == DefReg)
774 if (MRI.getType(FoundVal) != DestTy)
777 replaceRegOrBuildCopy(DefReg, FoundVal, MRI, Builder, UpdatedDefs,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h770 Register FoundVal = in tryCombineUnmergeValues() local
772 if (!FoundVal || FoundVal == DefReg) in tryCombineUnmergeValues()
774 if (MRI.getType(FoundVal) != DestTy) in tryCombineUnmergeValues()
777 replaceRegOrBuildCopy(DefReg, FoundVal, MRI, Builder, UpdatedDefs, in tryCombineUnmergeValues()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h770 Register FoundVal = in tryCombineUnmergeValues() local
772 if (!FoundVal || FoundVal == DefReg) in tryCombineUnmergeValues()
774 if (MRI.getType(FoundVal) != DestTy) in tryCombineUnmergeValues()
777 replaceRegOrBuildCopy(DefReg, FoundVal, MRI, Builder, UpdatedDefs, in tryCombineUnmergeValues()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h770 Register FoundVal = in tryCombineUnmergeValues() local
772 if (!FoundVal || FoundVal == DefReg) in tryCombineUnmergeValues()
774 if (MRI.getType(FoundVal) != DestTy) in tryCombineUnmergeValues()
777 replaceRegOrBuildCopy(DefReg, FoundVal, MRI, Builder, UpdatedDefs, in tryCombineUnmergeValues()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h770 Register FoundVal = in tryCombineUnmergeValues() local
772 if (!FoundVal || FoundVal == DefReg) in tryCombineUnmergeValues()
774 if (MRI.getType(FoundVal) != DestTy) in tryCombineUnmergeValues()
777 replaceRegOrBuildCopy(DefReg, FoundVal, MRI, Builder, UpdatedDefs, in tryCombineUnmergeValues()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h790 Register FoundVal = findValueFromDef(DefReg, 0, DestTy.getSizeInBits()); in tryCombineUnmergeDefs() local
791 if (!FoundVal) in tryCombineUnmergeDefs()
793 if (MRI.getType(FoundVal) != DestTy) in tryCombineUnmergeDefs()
796 replaceRegOrBuildCopy(DefReg, FoundVal, MRI, MIB, UpdatedDefs, in tryCombineUnmergeDefs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2627 auto *FoundVal = findPHIOfOpsLeader(E, OrigInst, PredBB); in findLeaderForInst() local
2628 if (!FoundVal) { in findLeaderForInst()
2634 if (auto *SI = dyn_cast<StoreInst>(FoundVal)) in findLeaderForInst()
2635 FoundVal = SI->getValueOperand(); in findLeaderForInst()
2636 return FoundVal; in findLeaderForInst()
2708 Value *FoundVal = nullptr; in makePossiblePHIOfOps() local
2742 FoundVal = !SafeForPHIOfOps ? nullptr in makePossiblePHIOfOps()
2746 if (!FoundVal) { in makePossiblePHIOfOps()
2760 FoundVal = UndefValue::get(I->getType()); in makePossiblePHIOfOps()
2764 PHIOps.push_back({FoundVal, PredBB}); in makePossiblePHIOfOps()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2673 auto *FoundVal = findPHIOfOpsLeader(E, OrigInst, PredBB); in findLeaderForInst() local
2674 if (!FoundVal) { in findLeaderForInst()
2680 if (auto *SI = dyn_cast<StoreInst>(FoundVal)) in findLeaderForInst()
2681 FoundVal = SI->getValueOperand(); in findLeaderForInst()
2682 return FoundVal; in findLeaderForInst()
2754 Value *FoundVal = nullptr; in makePossiblePHIOfOps() local
2788 FoundVal = !SafeForPHIOfOps ? nullptr in makePossiblePHIOfOps()
2792 if (!FoundVal) { in makePossiblePHIOfOps()
2806 FoundVal = UndefValue::get(I->getType()); in makePossiblePHIOfOps()
2810 PHIOps.push_back({FoundVal, PredBB}); in makePossiblePHIOfOps()
[all …]

123