Lines Matching refs:emitMSACBranchPseudo
1122 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_B); in EmitInstrWithCustomInserter()
1124 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_H); in EmitInstrWithCustomInserter()
1126 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_W); in EmitInstrWithCustomInserter()
1128 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_D); in EmitInstrWithCustomInserter()
1130 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_V); in EmitInstrWithCustomInserter()
1132 return emitMSACBranchPseudo(MI, BB, Mips::BZ_B); in EmitInstrWithCustomInserter()
1134 return emitMSACBranchPseudo(MI, BB, Mips::BZ_H); in EmitInstrWithCustomInserter()
1136 return emitMSACBranchPseudo(MI, BB, Mips::BZ_W); in EmitInstrWithCustomInserter()
1138 return emitMSACBranchPseudo(MI, BB, Mips::BZ_D); in EmitInstrWithCustomInserter()
1140 return emitMSACBranchPseudo(MI, BB, Mips::BZ_V); in EmitInstrWithCustomInserter()
2976 MachineBasicBlock *MipsSETargetLowering::emitMSACBranchPseudo( in emitMSACBranchPseudo() function in MipsSETargetLowering