Home
last modified time | relevance | path

Searched refs:isTargetCanonicalConstantNode (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1163 bool isTargetCanonicalConstantNode(SDValue Op) const override { in isTargetCanonicalConstantNode() function
1173 TargetLowering::isTargetCanonicalConstantNode(Op); in isTargetCanonicalConstantNode()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1145 bool isTargetCanonicalConstantNode(SDValue Op) const override;
H A DAArch64ISelLowering.cpp21949 bool AArch64TargetLowering::isTargetCanonicalConstantNode(SDValue Op) const { in isTargetCanonicalConstantNode() function in AArch64TargetLowering
21953 TargetLowering::isTargetCanonicalConstantNode(Op); in isTargetCanonicalConstantNode()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3805 virtual bool isTargetCanonicalConstantNode(SDValue Op) const { in isTargetCanonicalConstantNode() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2699 if (!isTargetCanonicalConstantNode(Op) && in SimplifyDemandedBits()