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