Home
last modified time | relevance | path

Searched refs:UndefElements (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2212 BitVector *UndefElements = nullptr) const;
2218 LLVM_ABI SDValue getSplatValue(BitVector *UndefElements = nullptr) const;
2233 BitVector *UndefElements = nullptr) const;
2245 BitVector *UndefElements = nullptr) const;
2255 BitVector *UndefElements = nullptr) const;
2263 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
2273 BitVector *UndefElements = nullptr) const;
2281 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;
2288 LLVM_ABI int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,
2298 BitVector &UndefElements) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2178 BitVector UndefElements; in getVectorShuffle() local
2179 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
2188 if (UndefElements[MaskVec[i] - Offset]) { in getVectorShuffle()
2194 if (!UndefElements[i]) in getVectorShuffle()
2252 BitVector UndefElements; in getVectorShuffle() local
2253 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()
2263 if (Splat && UndefElements.none()) { in getVectorShuffle()
7348 BitVector UndefElements; in FoldConstantBuildVector() local
7351 if (!BV->getConstantRawBits(IsLE, DstBitSize, RawBits, UndefElements)) in FoldConstantBuildVector()
7356 if (UndefElements[I]) in FoldConstantBuildVector()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp3546 BitVector UndefElements; in SelectWMMAVISrc() local
3547 if (SDValue Splat = BV->getSplatValue(&UndefElements)) in SelectWMMAVISrc()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6677 BitVector UndefElements; in lowerShift() local
6678 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16997 BitVector UndefElements; in PerformVCVTCombine() local
16999 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7660 BitVector UndefElements; in lowerBuildVectorAsBroadcast() local
7662 if (BVOp->getRepeatedSequence(Sequence, &UndefElements)) { in lowerBuildVectorAsBroadcast()
7705 unsigned NumUndefElts = UndefElements.count(); in lowerBuildVectorAsBroadcast()
7764 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64))) in lowerBuildVectorAsBroadcast()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19259 BitVector UndefElements; in performFpToIntCombine() local
19262 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()