Searched refs:emitPseudoSELECT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 700 MachineBasicBlock *emitPseudoSELECT(MachineInstr &MI, MachineBasicBlock *BB,
|
H A D | MipsISelLowering.cpp | 1458 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
|