Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.h82 MachineBasicBlock *emitMSACBranchPseudo(MachineInstr *MI,
DMipsSEISelLowering.cpp1122 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()
[all …]