Searched refs:InvMask (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 619 APInt Mask, InvMask; in performORCombine() local 629 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine() 630 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 632 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine() 633 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 646 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine() 647 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 649 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine() 650 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 14920 unsigned InvMask = N->getConstantOperandVal(2); in PerformBFICombine() local 14921 unsigned LSB = llvm::countr_zero(~InvMask); in PerformBFICombine() 14922 unsigned Width = llvm::bit_width<unsigned>(~InvMask) - LSB; in PerformBFICombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 25014 SDValue InvMask = DAG.getNOT(DL, Mask, VT); in performBSPExpandForSVE() local 25016 SDValue SelInv = DAG.getNode(ISD::AND, DL, VT, InvMask, In2); in performBSPExpandForSVE()
|