Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h139 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DHexagonISelLowering.cpp2072 bool HexagonTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in HexagonTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1026 bool hasBitTest(SDValue X, SDValue Y) const override;
H A DX86ISelLowering.cpp5459 bool X86TargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in X86TargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h697 virtual bool hasBitTest(SDValue X, SDValue Y) const { return false; } in hasBitTest() function
742 if (hasBitTest(X, Y)) { in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5914 if (TLI.hasBitTest(N0, N1)) in visitAND()