Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrPredicates.td47 def isSelectPseudo
48 : TIIPredicate<"isSelectPseudo",
H A DRISCVISelLowering.cpp21593 if (RISCVInstrInfo::isSelectPseudo(*SequenceMBBI)) { in emitSelectPseudo()
21670 if (RISCVInstrInfo::isSelectPseudo(*SelectMBBI)) { in emitSelectPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp6266 static bool isSelectPseudo(MachineInstr &MI) { in isSelectPseudo() function
6319 if (isSelectPseudo(*SequenceMBBI)) { in emitSelectPseudo()
6393 if (isSelectPseudo(*SelectMBBI)) { in emitSelectPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp9536 static bool isSelectPseudo(MachineInstr &MI) { in isSelectPseudo() function
9632 assert(isSelectPseudo(MI) && "Bad call to emitSelect()"); in emitSelect()
9647 if (isSelectPseudo(NextMI)) { in emitSelect()