Home
last modified time | relevance | path

Searched refs:InstPatNode (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp195 if (InstPatNode->isLeaf()) in initialize()
211 TreePatternNode *Op = InstPatNode->getChild(i); in initialize()
509 if (!InstPatNode) continue; in collectPatterns()
510 if (InstPatNode->isLeaf()) continue; in collectPatterns()
513 if (InstPatNode->getNumTypes() > 1) continue; in collectPatterns()
515 Record *InstPatOp = InstPatNode->getOperator(); in collectPatterns()
518 if (InstPatNode->getNumTypes()) RetVT = InstPatNode->getSimpleType(0); in collectPatterns()
520 if (InstPatNode->getNumChildren()) { in collectPatterns()
522 VT = InstPatNode->getChild(0)->getSimpleType(0); in collectPatterns()
526 if (!InstPatNode->getPredicateCalls().empty()) in collectPatterns()
[all …]