Searched refs:emitMSACBranchPseudo (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.h | 93 MachineBasicBlock *emitMSACBranchPseudo(MachineInstr &MI,
|
H A D | MipsSEISelLowering.cpp | 1068 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_B); in EmitInstrWithCustomInserter() 1070 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_H); in EmitInstrWithCustomInserter() 1072 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_W); in EmitInstrWithCustomInserter() 1074 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_D); in EmitInstrWithCustomInserter() 1076 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_V); in EmitInstrWithCustomInserter() 1078 return emitMSACBranchPseudo(MI, BB, Mips::BZ_B); in EmitInstrWithCustomInserter() 1080 return emitMSACBranchPseudo(MI, BB, Mips::BZ_H); in EmitInstrWithCustomInserter() 1082 return emitMSACBranchPseudo(MI, BB, Mips::BZ_W); in EmitInstrWithCustomInserter() 1084 return emitMSACBranchPseudo(MI, BB, Mips::BZ_D); in EmitInstrWithCustomInserter() 1086 return emitMSACBranchPseudo(MI, BB, Mips::BZ_V); in EmitInstrWithCustomInserter() [all …]
|