Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h543 bool hasAndNotCompare(SDValue V) const override { in hasAndNotCompare() function
552 return hasAndNotCompare(Y); in hasAndNot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h669 bool hasAndNotCompare(SDValue) const override { in hasAndNotCompare() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h541 virtual bool hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function
551 return hasAndNotCompare(X); in hasAndNot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h888 bool hasAndNotCompare(SDValue Y) const override;
DX86ISelLowering.cpp5211 bool X86TargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in X86TargetLowering
5231 return hasAndNotCompare(Y); in hasAndNot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2882 } else if (N0.hasOneUse() && hasAndNotCompare(Y)) { in foldSetCCWithAnd()