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.cpp346 unsigned NegOpcode = in tryFoldImmWithOpSel() local
348 MI->setDesc(TII->get(NegOpcode)); in tryFoldImmWithOpSel()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp655 unsigned PosOpcode, unsigned NegOpcode,
659 unsigned PosOpcode, unsigned NegOpcode,
8304 unsigned PosOpcode, unsigned NegOpcode, in MatchRotatePosNeg() argument
8316 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
8332 unsigned PosOpcode, unsigned NegOpcode, in MatchFunnelPosNeg() argument
8345 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()