Searched refs:InvMask (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 613 APInt Mask, InvMask; in performORCombine() local 623 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine() 624 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 626 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine() 627 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 640 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine() 641 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 643 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine() 644 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 14755 unsigned InvMask = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformBFICombine() local 14756 unsigned LSB = countTrailingZeros(~InvMask); in PerformBFICombine() 14757 unsigned Width = llvm::bit_width<unsigned>(~InvMask) - LSB; in PerformBFICombine()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 21350 SDValue InvMask = DAG.getNOT(DL, Mask, VT); in performBSPExpandForSVE() local 21352 SDValue SelInv = DAG.getNode(ISD::AND, DL, VT, InvMask, In2); in performBSPExpandForSVE()
|