Searched refs:InvMask (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 658 APInt Mask, InvMask; in performORCombine() local 668 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine() 669 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 671 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine() 672 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 685 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine() 686 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 688 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine() 689 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 14997 unsigned InvMask = N->getConstantOperandVal(2); in PerformBFICombine() local 14998 unsigned LSB = llvm::countr_zero(~InvMask); in PerformBFICombine() 14999 unsigned Width = llvm::bit_width<unsigned>(~InvMask) - LSB; in PerformBFICombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 26442 SDValue InvMask = DAG.getNOT(DL, Mask, VT); in performBSPExpandForSVE() local 26444 SDValue SelInv = DAG.getNode(ISD::AND, DL, VT, InvMask, In2); in performBSPExpandForSVE()
|