Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2053 BitVector *UndefElements = nullptr) const;
2059 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;
2074 BitVector *UndefElements = nullptr) const;
2086 BitVector *UndefElements = nullptr) const;
2096 BitVector *UndefElements = nullptr) const;
2104 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
2114 BitVector *UndefElements = nullptr) const;
2122 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;
2129 int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,
2138 BitVector &UndefElements) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2084 BitVector UndefElements; in getVectorShuffle() local
2100 if (!UndefElements[i]) in getVectorShuffle()
2158 BitVector UndefElements; in getVectorShuffle() local
11670 BitVector UndefElements; in isConstOrConstSplat() local
11703 BitVector UndefElements; in isConstOrConstSplatFP() local
12474 if (UndefElements) { in getSplatValue()
12475 UndefElements->clear(); in getSplatValue()
12487 if (UndefElements) in getSplatValue()
12516 if (UndefElements) { in getRepeatedSequence()
12517 UndefElements->clear(); in getRepeatedSequence()
[all …]
H A DDAGCombiner.cpp15526 BitVector UndefElements; in ConstantFoldBITCASTofBUILD_VECTOR() local
15529 if (!BVN->getConstantRawBits(IsLE, DstBitSize, RawBits, UndefElements)) in ConstantFoldBITCASTofBUILD_VECTOR()
15535 if (UndefElements[I]) in ConstantFoldBITCASTofBUILD_VECTOR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp3291 BitVector UndefElements; in SelectWMMAVISrc() local
3292 if (SDValue Splat = BV->getSplatValue(&UndefElements)) in SelectWMMAVISrc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6025 BitVector UndefElements; in lowerShift() local
6026 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16909 BitVector UndefElements; in PerformVCVTCombine() local
16911 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()
17050 BitVector UndefElements; in PerformVDIVCombine() local
17052 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVDIVCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17364 BitVector UndefElements; in performFpToIntCombine() local
17367 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()
17431 BitVector UndefElements; in performFDivCombine() local
17433 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7150 BitVector UndefElements; in lowerBuildVectorAsBroadcast() local
7152 if (BVOp->getRepeatedSequence(Sequence, &UndefElements)) { in lowerBuildVectorAsBroadcast()
7196 unsigned NumUndefElts = UndefElements.count(); in lowerBuildVectorAsBroadcast()
7256 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64))) in lowerBuildVectorAsBroadcast()