Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1159 bool isSplatValueForTargetNode(SDValue Op, const APInt &DemandedElts,
H A DX86ISelLowering.cpp42163 bool X86TargetLowering::isSplatValueForTargetNode(SDValue Op, in isSplatValueForTargetNode() function in X86TargetLowering
42177 return TargetLowering::isSplatValueForTargetNode(Op, DemandedElts, UndefElts, in isSplatValueForTargetNode()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3799 virtual bool isSplatValueForTargetNode(SDValue Op, const APInt &DemandedElts,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3582 bool TargetLowering::isSplatValueForTargetNode(SDValue Op, in isSplatValueForTargetNode() function in TargetLowering
H A DSelectionDAG.cpp2588 return TLI->isSplatValueForTargetNode(V, DemandedElts, UndefElts, Depth); in isSplatValue()