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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h93 MachineBasicBlock *emitMSACBranchPseudo(MachineInstr &MI,
H A DMipsSEISelLowering.cpp1075 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_B);
1077 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_H);
1079 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_W);
1081 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_D);
1083 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_V);
1085 return emitMSACBranchPseudo(MI, BB, Mips::BZ_B);
1087 return emitMSACBranchPseudo(MI, BB, Mips::BZ_H);
1089 return emitMSACBranchPseudo(MI, BB, Mips::BZ_W);
1091 return emitMSACBranchPseudo(MI, BB, Mips::BZ_D);
1093 return emitMSACBranchPseudo(M
3089 MachineBasicBlock *MipsSETargetLowering::emitMSACBranchPseudo( function in class:MipsSETargetLowering
[all...]

Completed in 64 milliseconds