Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h132 bool hasBitTest(SDValue X, SDValue Y) const override;
DHexagonISelLowering.cpp1894 bool HexagonTargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in HexagonTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h558 virtual bool hasBitTest(SDValue X, SDValue Y) const { return false; } in hasBitTest() function
603 if (hasBitTest(X, Y)) { in shouldProduceAndByConstByHoistingConstFromShiftsLHSOfAnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h892 bool hasBitTest(SDValue X, SDValue Y) const override;
DX86ISelLowering.cpp5244 bool X86TargetLowering::hasBitTest(SDValue X, SDValue Y) const { in hasBitTest() function in X86TargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5430 if (TLI.hasBitTest(N0, N1)) in visitAND()