Searched refs:InvMask (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 612 APInt Mask, InvMask; in performORCombine() local 622 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine() 623 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 625 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine() 626 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 639 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine() 640 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 642 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine() 643 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 14907 unsigned InvMask = N->getConstantOperandVal(2); in PerformBFICombine() local 14908 unsigned LSB = llvm::countr_zero(~InvMask); in PerformBFICombine() 14909 unsigned Width = llvm::bit_width<unsigned>(~InvMask) - LSB; in PerformBFICombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 23602 SDValue InvMask = DAG.getNOT(DL, Mask, VT); in performBSPExpandForSVE() local 23604 SDValue SelInv = DAG.getNode(ISD::AND, DL, VT, InvMask, In2); in performBSPExpandForSVE()
|