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

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h84 MachineBasicBlock *emitMSACBranchPseudo(MachineInstr *MI,
H A DMipsSEISelLowering.cpp1021 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_B);
1023 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_H);
1025 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_W);
1027 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_D);
1029 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_V);
1031 return emitMSACBranchPseudo(MI, BB, Mips::BZ_B);
1033 return emitMSACBranchPseudo(MI, BB, Mips::BZ_H);
1035 return emitMSACBranchPseudo(MI, BB, Mips::BZ_W);
1037 return emitMSACBranchPseudo(MI, BB, Mips::BZ_D);
1039 return emitMSACBranchPseudo(M
2663 emitMSACBranchPseudo(MachineInstr *MI, MachineBasicBlock *BB, function in class:MipsSETargetLowering
[all...]

Completed in 82 milliseconds