HomeSort by: relevance | last modified time | path
    Searched refs:emitMSACBranchPseudo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEISelLowering.h 93 MachineBasicBlock *emitMSACBranchPseudo(MachineInstr &MI,
MipsSEISelLowering.cpp 1075 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(MI, BB, Mips::BZ_V)
    [all...]

Completed in 16 milliseconds