Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h700 MachineBasicBlock *emitPseudoSELECT(MachineInstr &MI, MachineBasicBlock *BB,
H A DMipsISelLowering.cpp1458 return emitPseudoSELECT(MI, BB, false, Mips::BNE); in EmitInstrWithCustomInserter()
1464 return emitPseudoSELECT(MI, BB, true, Mips::BC1F); in EmitInstrWithCustomInserter()
1470 return emitPseudoSELECT(MI, BB, true, Mips::BC1T); in EmitInstrWithCustomInserter()
4605 MachineBasicBlock *MipsTargetLowering::emitPseudoSELECT(MachineInstr &MI, in emitPseudoSELECT() function in MipsTargetLowering