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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1118 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_B);
1120 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_H);
1122 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_W);
1124 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_D);
1126 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_V);
1128 return emitMSACBranchPseudo(MI, BB, Mips::BZ_B);
1130 return emitMSACBranchPseudo(MI, BB, Mips::BZ_H);
1132 return emitMSACBranchPseudo(MI, BB, Mips::BZ_W);
1134 return emitMSACBranchPseudo(MI, BB, Mips::BZ_D);
1136 return emitMSACBranchPseudo(M
2795 emitMSACBranchPseudo(MachineInstr *MI, MachineBasicBlock *BB, function in class:MipsSETargetLowering
[all...]

Completed in 36 milliseconds