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