Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DFastISelEmitter.cpp442 TreePatternNode *ChildOp = Dst->getChild(i); in collectPatterns() local
443 if (ChildOp->isLeaf()) in collectPatterns()
445 if (ChildOp->getOperator()->isSubClassOf("Instruction")) { in collectPatterns()
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp466 TreePatternNode *ChildOp = Dst->getChild(i); in collectPatterns() local
467 if (ChildOp->isLeaf()) in collectPatterns()
469 if (ChildOp->getOperator()->isSubClassOf("Instruction")) { in collectPatterns()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFastISelEmitter.cpp476 TreePatternNode *ChildOp = Dst->getChild(i); in collectPatterns() local
477 if (ChildOp->isLeaf()) in collectPatterns()
479 if (ChildOp->getOperator()->isSubClassOf("Instruction")) { in collectPatterns()