Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h93 MachineBasicBlock *emitMSACBranchPseudo(MachineInstr &MI,
H A DMipsSEISelLowering.cpp1075 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_B); in EmitInstrWithCustomInserter()
1077 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_H); in EmitInstrWithCustomInserter()
1079 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_W); in EmitInstrWithCustomInserter()
1081 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_D); in EmitInstrWithCustomInserter()
1083 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_V); in EmitInstrWithCustomInserter()
1085 return emitMSACBranchPseudo(MI, BB, Mips::BZ_B); in EmitInstrWithCustomInserter()
1087 return emitMSACBranchPseudo(MI, BB, Mips::BZ_H); in EmitInstrWithCustomInserter()
1089 return emitMSACBranchPseudo(MI, BB, Mips::BZ_W); in EmitInstrWithCustomInserter()
1091 return emitMSACBranchPseudo(MI, BB, Mips::BZ_D); in EmitInstrWithCustomInserter()
1093 return emitMSACBranchPseudo(MI, BB, Mips::BZ_V); in EmitInstrWithCustomInserter()
[all …]