Searched refs:isSplatValueForTargetNode (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1244 bool isSplatValueForTargetNode(SDValue Op, const APInt &DemandedElts,
|
| H A D | X86ISelLowering.cpp | 42378 bool X86TargetLowering::isSplatValueForTargetNode(SDValue Op, in isSplatValueForTargetNode() function in X86TargetLowering 42393 return TargetLowering::isSplatValueForTargetNode(Op, DemandedElts, UndefElts, in isSplatValueForTargetNode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4069 virtual bool isSplatValueForTargetNode(SDValue Op, const APInt &DemandedElts,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 2747 return TLI->isSplatValueForTargetNode(V, DemandedElts, UndefElts, *this, in isSplatValue()
|
| H A D | TargetLowering.cpp | 3821 bool TargetLowering::isSplatValueForTargetNode(SDValue Op, in isSplatValueForTargetNode() function in TargetLowering
|