Home
last modified time | relevance | path

Searched refs:NegOpcode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp597 unsigned NegOpcode = in tryFoldImmWithOpSel() local
599 MI->setDesc(TII->get(NegOpcode)); in tryFoldImmWithOpSel()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp664 unsigned NegOpcode, const SDLoc &DL);
668 unsigned NegOpcode, const SDLoc &DL);
8769 unsigned NegOpcode, const SDLoc &DL) { in MatchRotatePosNeg() argument
8780 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
8796 unsigned NegOpcode, const SDLoc &DL) { in MatchFunnelPosNeg() argument
8809 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()