Searched refs:hasBitTest (Results 1 – 6 of 6) sorted by relevance
132 bool hasBitTest(SDValue X, SDValue Y) const override;
1894 bool HexagonTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in HexagonTargetLowering
558 virtual bool hasBitTest(SDValue X, SDValue Y) const { return false; } in hasBitTest() function603 if (hasBitTest(X, Y)) { in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
892 bool hasBitTest(SDValue X, SDValue Y) const override;
5244 bool X86TargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in X86TargetLowering
5430 if (TLI.hasBitTest(N0, N1)) in visitAND()