Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.h53 MachineBasicBlock *emitSel16(unsigned Opc, MachineInstr &MI,
H A DMips16ISelLowering.cpp178 return emitSel16(Mips::BeqzRxImm16, MI, BB); in EmitInstrWithCustomInserter()
180 return emitSel16(Mips::BnezRxImm16, MI, BB); in EmitInstrWithCustomInserter()
514 Mips16TargetLowering::emitSel16(unsigned Opc, MachineInstr &MI, in emitSel16() function in Mips16TargetLowering