Searched refs:OtherOpcode (Results 1 – 6 of 6) sorted by relevance
52 for (const unsigned OtherOpcode : Opcodes) { in generateTwoInstructionPrototype() local53 if (OtherOpcode == Instr.Description->Opcode) in generateTwoInstructionPrototype()55 const auto &OtherInstrDesc = State.getInstrInfo().get(OtherOpcode); in generateTwoInstructionPrototype()74 State.getInstrInfo().getName(OtherOpcode)); in generateTwoInstructionPrototype()
2360 unsigned OtherOpcode = 0; in UseDivRem() local2362 OtherOpcode = isDIV ? ISD::SREM : ISD::SDIV; in UseDivRem()2364 OtherOpcode = isDIV ? ISD::UREM : ISD::UDIV; in UseDivRem()2373 if (User->getOpcode() == OtherOpcode && in UseDivRem()
2176 unsigned OtherOpcode = 0; in useDivRem() local2178 OtherOpcode = isSigned ? ISD::SREM : ISD::UREM; in useDivRem()2182 OtherOpcode = isSigned ? ISD::SDIV : ISD::UDIV; in useDivRem()2183 if (TLI.isOperationLegalOrCustom(OtherOpcode, VT)) in useDivRem()2199 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) && in useDivRem()2203 if (UserOpc == OtherOpcode) { in useDivRem()
2180 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local2190 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
2214 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local2224 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
3026 unsigned OtherOpcode = 0; in useDivRem() local3028 OtherOpcode = isSigned ? ISD::SREM : ISD::UREM; in useDivRem()3032 OtherOpcode = isSigned ? ISD::SDIV : ISD::UDIV; in useDivRem()3033 if (TLI.isOperationLegalOrCustom(OtherOpcode, VT)) in useDivRem()3050 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) && in useDivRem()3054 if (UserOpc == OtherOpcode) { in useDivRem()