Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp576 unsigned Negs = 0; in identifyNodeWithImplicitAdd() local
579 Negs |= 1; in identifyNodeWithImplicitAdd()
582 Negs |= 1; in identifyNodeWithImplicitAdd()
587 Negs |= 2; in identifyNodeWithImplicitAdd()
588 Negs ^= 1; in identifyNodeWithImplicitAdd()
591 Negs |= 2; in identifyNodeWithImplicitAdd()
592 Negs ^= 1; in identifyNodeWithImplicitAdd()
596 ComplexDeinterleavingRotation Rotation = (ComplexDeinterleavingRotation)Negs; in identifyNodeWithImplicitAdd()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18006 SDValue Negs = DAG.getNode(AArch64ISD::SUBS, DL, VTs, Zero, N0); in BuildSREMPow2() local
18008 SDValue AndNeg = DAG.getNode(ISD::AND, DL, VT, Negs, Pow2MinusOne); in BuildSREMPow2()
18010 Negs.getValue(1)); in BuildSREMPow2()
18012 Created.push_back(Negs.getNode()); in BuildSREMPow2()