Searched refs:DupOpcode (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64SIMDInstrOpt.cpp | 173 bool reuseDUP(MachineInstr &MI, unsigned DupOpcode, unsigned SrcReg, 319 bool AArch64SIMDInstrOpt::reuseDUP(MachineInstr &MI, unsigned DupOpcode, in reuseDUP() argument 327 if (CurrentMI->getOpcode() == DupOpcode && in reuseDUP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SIMDInstrOpt.cpp | 173 bool reuseDUP(MachineInstr &MI, unsigned DupOpcode, unsigned SrcReg, 316 bool AArch64SIMDInstrOpt::reuseDUP(MachineInstr &MI, unsigned DupOpcode, in reuseDUP() argument 324 if (CurrentMI->getOpcode() == DupOpcode && in reuseDUP()
|