Home
last modified time | relevance | path

Searched refs:CheckTypeMatcher (Results 1 – 25 of 85) sorted by relevance

1234

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
413 assert(M && isa<CheckTypeMatcher>(M) && "Unknown Matcher type"); in FactorNodes()
415 auto *CTM = cast<CheckTypeMatcher>(M); in FactorNodes()
453 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
H A DDAGISelMatcher.cpp181 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
360 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl()
373 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
374 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl()
/dports/devel/llvm11/llvm-11.0.1.src/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
413 assert(M && isa<CheckTypeMatcher>(M) && "Unknown Matcher type"); in FactorNodes()
415 auto *CTM = cast<CheckTypeMatcher>(M); in FactorNodes()
453 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
H A DDAGISelMatcher.cpp181 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
360 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl()
373 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
374 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
413 assert(M && isa<CheckTypeMatcher>(M) && "Unknown Matcher type"); in FactorNodes()
415 auto *CTM = cast<CheckTypeMatcher>(M); in FactorNodes()
453 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
H A DDAGISelMatcher.cpp181 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
360 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl()
373 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
374 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl()
/dports/devel/llvm90/llvm-9.0.1.src/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
412 CheckTypeMatcher *CTM = in FactorNodes()
413 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
452 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
H A DDAGISelMatcher.cpp181 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
360 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl()
373 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
374 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
413 assert(M && isa<CheckTypeMatcher>(M) && "Unknown Matcher type"); in FactorNodes()
415 auto *CTM = cast<CheckTypeMatcher>(M); in FactorNodes()
453 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
H A DDAGISelMatcher.cpp181 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
360 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl()
373 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
374 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl()
/dports/devel/llvm10/llvm-10.0.1.src/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
413 assert(M && isa<CheckTypeMatcher>(M) && "Unknown Matcher type"); in FactorNodes()
415 auto *CTM = cast<CheckTypeMatcher>(M); in FactorNodes()
453 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
413 assert(M && isa<CheckTypeMatcher>(M) && "Unknown Matcher type"); in FactorNodes()
415 auto *CTM = cast<CheckTypeMatcher>(M); in FactorNodes()
453 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
413 assert(M && isa<CheckTypeMatcher>(M) && "Unknown Matcher type"); in FactorNodes()
415 auto *CTM = cast<CheckTypeMatcher>(M); in FactorNodes()
453 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
413 assert(M && isa<CheckTypeMatcher>(M) && "Unknown Matcher type"); in FactorNodes()
415 auto *CTM = cast<CheckTypeMatcher>(M); in FactorNodes()
453 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
413 assert(M && isa<CheckTypeMatcher>(M) && "Unknown Matcher type"); in FactorNodes()
415 auto *CTM = cast<CheckTypeMatcher>(M); in FactorNodes()
453 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
413 assert(M && isa<CheckTypeMatcher>(M) && "Unknown Matcher type"); in FactorNodes()
415 auto *CTM = cast<CheckTypeMatcher>(M); in FactorNodes()
453 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
413 assert(M && isa<CheckTypeMatcher>(M) && "Unknown Matcher type"); in FactorNodes()
415 auto *CTM = cast<CheckTypeMatcher>(M); in FactorNodes()
453 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
/dports/devel/llvm80/llvm-8.0.1.src/utils/TableGen/
H A DDAGISelMatcherOpt.cpp50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
145 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
365 CheckTypeMatcher *CTM = in FactorNodes()
366 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
409 CheckTypeMatcher *CTM = in FactorNodes()
410 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
449 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
H A DDAGISelMatcher.cpp182 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
346 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl()
359 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
360 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
413 assert(M && isa<CheckTypeMatcher>(M) && "Unknown Matcher type"); in FactorNodes()
415 auto *CTM = cast<CheckTypeMatcher>(M); in FactorNodes()
453 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
148 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
368 CheckTypeMatcher *CTM = in FactorNodes()
369 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
413 assert(M && isa<CheckTypeMatcher>(M) && "Unknown Matcher type"); in FactorNodes()
415 auto *CTM = cast<CheckTypeMatcher>(M); in FactorNodes()
453 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
/dports/devel/llvm70/llvm-7.0.1.src/utils/TableGen/
H A DDAGISelMatcherOpt.cpp50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
145 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
365 CheckTypeMatcher *CTM = in FactorNodes()
366 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
409 CheckTypeMatcher *CTM = in FactorNodes()
410 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
449 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
H A DDAGISelMatcher.cpp172 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
336 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl()
349 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
350 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp51 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext())) in ContractNodes()
157 if ((isa<CheckTypeMatcher>(N) || isa<CheckChildTypeMatcher>(N) || in ContractNodes()
421 CheckTypeMatcher *CTM = in FactorNodes()
422 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
464 CheckTypeMatcher *CTM = in FactorNodes()
465 cast_or_null<CheckTypeMatcher>(FindNodeWithKind(NewOptionsToMatch[i], in FactorNodes()
494 MatcherPtr.reset(new CheckTypeMatcher(Cases[0].first, 0)); in FactorNodes()
H A DDAGISelMatcher.cpp149 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
359 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) { in isContradictoryImpl()
372 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
373 if (const CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(M)) in isContradictoryImpl()

1234