Searched refs:Opc16 (Results 1 – 4 of 4) sorted by relevance
119 unsigned Opc16);355 unsigned Opc8, unsigned Opc16) { in tryIndexedBinOp() argument364 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in tryIndexedBinOp()
116 unsigned Opc16);352 unsigned Opc8, unsigned Opc16) { in tryIndexedBinOp() argument361 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in tryIndexedBinOp()
121 unsigned Opc8, unsigned Opc16);355 unsigned Opc8, unsigned Opc16) { in SelectIndexedBinOp() argument364 unsigned Opc = (VT == MVT::i16 ? Opc16 : Opc8); in SelectIndexedBinOp()
2380 auto SelectOpcode = [&](unsigned Opc64, unsigned Opc32, unsigned Opc16, in foldLoadStoreIntoMemOperand()2388 return Opc16; in foldLoadStoreIntoMemOperand()