Searched refs:emitSelT16 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h60 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
H A DMips16ISelLowering.cpp186 return emitSelT16(Mips::Bteqz16, Mips::CmpRxRy16, MI, BB);
188 return emitSelT16(Mips::Bteqz16, Mips::SltRxRy16, MI, BB);
190 return emitSelT16(Mips::Bteqz16, Mips::SltuRxRy16, MI, BB);
192 return emitSelT16(Mips::Btnez16, Mips::CmpRxRy16, MI, BB);
194 return emitSelT16(Mips::Btnez16, Mips::SltRxRy16, MI, BB);
196 return emitSelT16(Mips::Btnez16, Mips::SltuRxRy16, MI, BB);
571 Mips16TargetLowering::emitSelT16(unsigned Opc1, unsigned Opc2, MachineInstr &MI, function in class:Mips16TargetLowering

Completed in 46 milliseconds