Searched refs:InvMask (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 616 APInt Mask, InvMask; in performORCombine() local 626 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine() 627 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 629 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine() 630 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 643 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine() 644 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 646 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine() 647 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 686 APInt Mask, InvMask; in performORCombine() local 696 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine() 697 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 699 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine() 700 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 713 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) && in performORCombine() 714 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine() 716 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) && in performORCombine() 717 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask) in performORCombine()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6893 unsigned InvMask = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformBFICombine() local 6894 unsigned LSB = CountTrailingZeros_32(~InvMask); in PerformBFICombine() 6895 unsigned Width = (32 - CountLeadingZeros_32(~InvMask)) - LSB; in PerformBFICombine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 9563 unsigned InvMask = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformBFICombine() local 9564 unsigned LSB = countTrailingZeros(~InvMask); in PerformBFICombine() 9565 unsigned Width = (32 - countLeadingZeros(~InvMask)) - LSB; in PerformBFICombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 11194 unsigned InvMask = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(); in PerformBFICombine() local 11195 unsigned LSB = countTrailingZeros(~InvMask); in PerformBFICombine() 11196 unsigned Width = (32 - countLeadingZeros(~InvMask)) - LSB; in PerformBFICombine()
|