Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp7117 static bool isSelectPseudo(MachineInstr &MI) { in isSelectPseudo() function
7191 assert(isSelectPseudo(MI) && "Bad call to emitSelect()"); in emitSelect()
7208 if (isSelectPseudo(*NextMIIt)) { in emitSelect()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp6800 static bool isSelectPseudo(MachineInstr &MI) { in isSelectPseudo() function
6852 else if (isSelectPseudo(*SequenceMBBI)) { in emitSelectPseudo()
6918 if (isSelectPseudo(*SelectMBBI)) { in emitSelectPseudo()