Home
last modified time | relevance | path

Searched refs:UserOpc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2302 static SDValue GetExtendHigh(SDValue Op, unsigned UserOpc, EVT VT, in GetExtendHigh() argument
2307 assert((UserOpc == WebAssemblyISD::EXTEND_LOW_U || in GetExtendHigh()
2308 UserOpc == WebAssemblyISD::EXTEND_LOW_S) && in GetExtendHigh()
2322 unsigned Opc = UserOpc == WebAssemblyISD::EXTEND_LOW_S in GetExtendHigh()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3445 unsigned UserOpc = User->getOpcode(); in hasNoCarryFlagUses() local
3447 if (UserOpc == ISD::CopyToReg) { in hasNoCarryFlagUses()
3473 switch (UserOpc) { in hasNoCarryFlagUses()
H A DX86InstrInfo.cpp7655 unsigned UserOpc = UserMI.getOpcode(); in isNonFoldablePartialRegisterLoad() local
7668 switch (UserOpc) { in isNonFoldablePartialRegisterLoad()
7841 switch (UserOpc) { in isNonFoldablePartialRegisterLoad()
8007 switch (UserOpc) { in isNonFoldablePartialRegisterLoad()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4965 unsigned UserOpc = User->getOpcode(); in useDivRem() local
4966 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) && in useDivRem()
4970 if (UserOpc == OtherOpcode) { in useDivRem()
4973 } else if (UserOpc == DivRemOpc) { in useDivRem()
4976 assert(UserOpc == Opcode); in useDivRem()
4980 if (UserOpc == ISD::SDIV || UserOpc == ISD::UDIV) in useDivRem()
4982 else if (UserOpc == ISD::SREM || UserOpc == ISD::UREM) in useDivRem()