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

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h56 MachineBasicBlock *emitSelT16(unsigned Opc1, unsigned Opc2,
H A DMips16ISelLowering.cpp189 return emitSelT16(Mips::Bteqz16, Mips::CmpRxRy16, MI, BB);
191 return emitSelT16(Mips::Bteqz16, Mips::SltRxRy16, MI, BB);
193 return emitSelT16(Mips::Bteqz16, Mips::SltuRxRy16, MI, BB);
195 return emitSelT16(Mips::Btnez16, Mips::CmpRxRy16, MI, BB);
197 return emitSelT16(Mips::Btnez16, Mips::SltRxRy16, MI, BB);
199 return emitSelT16(Mips::Btnez16, Mips::SltuRxRy16, MI, BB);
560 MachineBasicBlock *Mips16TargetLowering::emitSelT16 function in class:Mips16TargetLowering

Completed in 114 milliseconds