Searched refs:emitPseudoSELECT (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 550 MachineBasicBlock *emitPseudoSELECT(MachineInstr *MI,
|
D | MipsISelLowering.cpp | 1006 return emitPseudoSELECT(MI, BB, false, Mips::BNE); in EmitInstrWithCustomInserter() 1012 return emitPseudoSELECT(MI, BB, true, Mips::BC1F); in EmitInstrWithCustomInserter() 1018 return emitPseudoSELECT(MI, BB, true, Mips::BC1T); in EmitInstrWithCustomInserter() 3804 MipsTargetLowering::emitPseudoSELECT(MachineInstr *MI, MachineBasicBlock *BB, in emitPseudoSELECT() function in MipsTargetLowering
|