Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7089 static bool isSelectPseudo(MachineInstr &MI) { in isSelectPseudo() function
7163 assert(isSelectPseudo(MI) && "Bad call to emitSelect()"); in emitSelect()
7180 if (isSelectPseudo(*NextMIIt)) { in emitSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6325 static bool isSelectPseudo(MachineInstr &MI) { in isSelectPseudo() function
6377 else if (isSelectPseudo(*SequenceMBBI)) { in emitSelectPseudo()
6443 if (isSelectPseudo(*SelectMBBI)) { in emitSelectPseudo()