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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp416 SmallVector<const CodeGenInstruction *, 1> OpcodesForThisPredicate; local
436 OpcodesForThisPredicate.push_back(Expected);
459 OpcodesForThisPredicate.push_back(Expected);
462 for (const CodeGenInstruction *Expected : OpcodesForThisPredicate) {

Completed in 109 milliseconds