Searched refs:isSelectPseudo (Results 1 – 4 of 4) sorted by relevance
47 def isSelectPseudo48 : TIIPredicate<"isSelectPseudo",
21593 if (RISCVInstrInfo::isSelectPseudo(*SequenceMBBI)) { in emitSelectPseudo()21670 if (RISCVInstrInfo::isSelectPseudo(*SelectMBBI)) { in emitSelectPseudo()
6266 static bool isSelectPseudo(MachineInstr &MI) { in isSelectPseudo() function6319 if (isSelectPseudo(*SequenceMBBI)) { in emitSelectPseudo()6393 if (isSelectPseudo(*SelectMBBI)) { in emitSelectPseudo()
9536 static bool isSelectPseudo(MachineInstr &MI) { in isSelectPseudo() function9632 assert(isSelectPseudo(MI) && "Bad call to emitSelect()"); in emitSelect()9647 if (isSelectPseudo(NextMI)) { in emitSelect()