Searched refs:isSplatValueForTargetNode (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1159 bool isSplatValueForTargetNode(SDValue Op, const APInt &DemandedElts,
|
| H A D | X86ISelLowering.cpp | 42163 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 D | TargetLowering.h | 3799 virtual bool isSplatValueForTargetNode(SDValue Op, const APInt &DemandedElts,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3582 bool TargetLowering::isSplatValueForTargetNode(SDValue Op, in isSplatValueForTargetNode() function in TargetLowering
|
| H A D | SelectionDAG.cpp | 2588 return TLI->isSplatValueForTargetNode(V, DemandedElts, UndefElts, Depth); in isSplatValue()
|