Home
last modified time | relevance | path

Searched refs:hasBitTest (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h139 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DHexagonISelLowering.cpp2108 bool HexagonTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in HexagonTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1026 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DX86ISelLowering.cpp5456 bool X86TargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in X86TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h702 virtual bool hasBitTest(SDValue X, SDValue Y) const { return false; } in hasBitTest() function
747 if (hasBitTest(X, Y)) { in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5944 if (TLI.hasBitTest(N0, N1)) in visitAND()