Searched refs:hasBitTest (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 132 bool hasBitTest(SDValue X, SDValue Y) const override;
|
D | HexagonISelLowering.cpp | 1894 bool HexagonTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in HexagonTargetLowering
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 139 bool hasBitTest(SDValue X, SDValue Y) const override;
|
D | HexagonISelLowering.cpp | 2043 bool HexagonTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in HexagonTargetLowering
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1004 bool hasBitTest(SDValue X, SDValue Y) const override;
|
D | X86ISelLowering.cpp | 5384 bool X86TargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in X86TargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 558 virtual bool hasBitTest(SDValue X, SDValue Y) const { return false; } in hasBitTest() function 603 if (hasBitTest(X, Y)) { in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 892 bool hasBitTest(SDValue X, SDValue Y) const override;
|
D | X86ISelLowering.cpp | 5244 bool X86TargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in X86TargetLowering
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 693 virtual bool hasBitTest(SDValue X, SDValue Y) const { return false; } in hasBitTest() function 738 if (hasBitTest(X, Y)) { in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5430 if (TLI.hasBitTest(N0, N1)) in visitAND()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5764 if (TLI.hasBitTest(N0, N1)) in visitAND()
|