Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp592 unsigned Negs = 0; in identifyNodeWithImplicitAdd() local
595 Negs |= 1; in identifyNodeWithImplicitAdd()
598 Negs |= 1; in identifyNodeWithImplicitAdd()
603 Negs |= 2; in identifyNodeWithImplicitAdd()
604 Negs ^= 1; in identifyNodeWithImplicitAdd()
607 Negs |= 2; in identifyNodeWithImplicitAdd()
608 Negs ^= 1; in identifyNodeWithImplicitAdd()
612 ComplexDeinterleavingRotation Rotation = (ComplexDeinterleavingRotation)Negs; in identifyNodeWithImplicitAdd()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18573 SDValue Negs = DAG.getNode(AArch64ISD::SUBS, DL, VTs, Zero, N0); in BuildSREMPow2() local
18575 SDValue AndNeg = DAG.getNode(ISD::AND, DL, VT, Negs, Pow2MinusOne); in BuildSREMPow2()
18577 Negs.getValue(1)); in BuildSREMPow2()
18579 Created.push_back(Negs.getNode()); in BuildSREMPow2()