Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1253 bool isSplatValueForTargetNode(SDValue Op, const APInt &DemandedElts,
H A DX86ISelLowering.cpp43342 bool X86TargetLowering::isSplatValueForTargetNode(SDValue Op, in isSplatValueForTargetNode() function in X86TargetLowering
43357 return TargetLowering::isSplatValueForTargetNode(Op, DemandedElts, UndefElts, in isSplatValueForTargetNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4200 virtual bool isSplatValueForTargetNode(SDValue Op, const APInt &DemandedElts,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2788 return TLI->isSplatValueForTargetNode(V, DemandedElts, UndefElts, *this, in isSplatValue()
H A DTargetLowering.cpp3885 bool TargetLowering::isSplatValueForTargetNode(SDValue Op, in isSplatValueForTargetNode() function in TargetLowering