Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp417 SmallVector<const CodeGenInstruction *, 1> OpcodesForThisPredicate; in repartition() local
437 OpcodesForThisPredicate.push_back(Expected); in repartition()
460 OpcodesForThisPredicate.push_back(Expected); in repartition()
463 for (const CodeGenInstruction *Expected : OpcodesForThisPredicate) { in repartition()