Searched refs:emitMSACBranchPseudo (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.h | 82 MachineBasicBlock *emitMSACBranchPseudo(MachineInstr &MI,
|
D | MipsSEISelLowering.cpp | 1122 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_B); in EmitInstrWithCustomInserter() 1124 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_H); in EmitInstrWithCustomInserter() 1126 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_W); in EmitInstrWithCustomInserter() 1128 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_D); in EmitInstrWithCustomInserter() 1130 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_V); in EmitInstrWithCustomInserter() 1132 return emitMSACBranchPseudo(MI, BB, Mips::BZ_B); in EmitInstrWithCustomInserter() 1134 return emitMSACBranchPseudo(MI, BB, Mips::BZ_H); in EmitInstrWithCustomInserter() 1136 return emitMSACBranchPseudo(MI, BB, Mips::BZ_W); in EmitInstrWithCustomInserter() 1138 return emitMSACBranchPseudo(MI, BB, Mips::BZ_D); in EmitInstrWithCustomInserter() 1140 return emitMSACBranchPseudo(MI, BB, Mips::BZ_V); in EmitInstrWithCustomInserter() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.h | 92 MachineBasicBlock *emitMSACBranchPseudo(MachineInstr &MI,
|
D | MipsSEISelLowering.cpp | 1066 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_B); in EmitInstrWithCustomInserter() 1068 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_H); in EmitInstrWithCustomInserter() 1070 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_W); in EmitInstrWithCustomInserter() 1072 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_D); in EmitInstrWithCustomInserter() 1074 return emitMSACBranchPseudo(MI, BB, Mips::BNZ_V); in EmitInstrWithCustomInserter() 1076 return emitMSACBranchPseudo(MI, BB, Mips::BZ_B); in EmitInstrWithCustomInserter() 1078 return emitMSACBranchPseudo(MI, BB, Mips::BZ_H); in EmitInstrWithCustomInserter() 1080 return emitMSACBranchPseudo(MI, BB, Mips::BZ_W); in EmitInstrWithCustomInserter() 1082 return emitMSACBranchPseudo(MI, BB, Mips::BZ_D); in EmitInstrWithCustomInserter() 1084 return emitMSACBranchPseudo(MI, BB, Mips::BZ_V); in EmitInstrWithCustomInserter() [all …]
|