Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8212 static bool isSelectPseudo(MachineInstr &MI) { in isSelectPseudo() function
8308 assert(isSelectPseudo(MI) && "Bad call to emitSelect()"); in emitSelect()
8323 if (isSelectPseudo(NextMI)) { in emitSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18236 static bool isSelectPseudo(MachineInstr &MI) { in isSelectPseudo()
18448 if (isSelectPseudo(*SequenceMBBI)) { in emitSelectPseudo()
18525 if (isSelectPseudo(*SelectMBBI)) { in emitSelectPseudo()
18233 static bool isSelectPseudo(MachineInstr &MI) { isSelectPseudo() function