Searched refs:NegOpcode (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 344 unsigned NegOpcode = in tryFoldImmWithOpSel() local 346 MI->setDesc(TII->get(NegOpcode)); in tryFoldImmWithOpSel()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 648 unsigned PosOpcode, unsigned NegOpcode, 652 unsigned PosOpcode, unsigned NegOpcode, 8302 unsigned PosOpcode, unsigned NegOpcode, in MatchRotatePosNeg() argument 8314 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg() 8330 unsigned PosOpcode, unsigned NegOpcode, in MatchFunnelPosNeg() argument 8343 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()
|