Searched refs:hasBitTest (Results 1 – 6 of 6) sorted by relevance
139 bool hasBitTest(SDValue X, SDValue Y) const override;
2108 bool HexagonTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in HexagonTargetLowering
1026 bool hasBitTest(SDValue X, SDValue Y) const override;
5456 bool X86TargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in X86TargetLowering
702 virtual bool hasBitTest(SDValue X, SDValue Y) const { return false; } in hasBitTest() function747 if (hasBitTest(X, Y)) { in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
5944 if (TLI.hasBitTest(N0, N1)) in visitAND()