Home
last modified time | relevance | path

Searched refs:preferIncOfAddToSubOfNot (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h631 bool preferIncOfAddToSubOfNot(EVT VT) const override;
DARMISelLowering.cpp11772 bool ARMTargetLowering::preferIncOfAddToSubOfNot(EVT VT) const { in preferIncOfAddToSubOfNot() function in ARMTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h581 bool preferIncOfAddToSubOfNot(EVT VT) const override;
DAArch64ISelLowering.cpp13361 bool AArch64TargetLowering::preferIncOfAddToSubOfNot(EVT VT) const { in preferIncOfAddToSubOfNot() function in AArch64TargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h673 bool preferIncOfAddToSubOfNot(EVT VT) const override;
DPPCISelLowering.cpp1337 bool PPCTargetLowering::preferIncOfAddToSubOfNot(EVT VT) const { in preferIncOfAddToSubOfNot() function in PPCTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h629 virtual bool preferIncOfAddToSubOfNot(EVT VT) const { in preferIncOfAddToSubOfNot() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2276 if (!TLI.preferIncOfAddToSubOfNot(VT) && N0.hasOneUse() && in visitADDLike()
2446 if (!TLI.preferIncOfAddToSubOfNot(VT) && N0.hasOneUse() && in visitADDLikeCommutative()
3165 if (TLI.preferIncOfAddToSubOfNot(VT) && N1.hasOneUse() && isBitwiseNot(N1)) { in visitSUB()