Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h49 LatticeVal UndefVal, OverdefinedVal, UntrackedVal;
54 UndefVal = undefVal; in AbstractLatticeFunction()
61 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal()
208 if (V == UndefVal) in PrintLatticeVal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp450 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local
452 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
H A DLegalizeVectorTypes.cpp4461 ConcatOps[j] = UndefVal; in CollectOpsToWiden()
5179 Ops[i] = UndefVal; in WidenVecRes_CONCAT_VECTORS()
5233 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_CONCAT_VECTORS() local
5235 Ops[Idx] = UndefVal; in WidenVecRes_CONCAT_VECTORS()
5318 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_EXTRACT_SUBVECTOR() local
5320 Ops[i] = UndefVal; in WidenVecRes_EXTRACT_SUBVECTOR()
7082 ConcatOps[i] = UndefVal; in GenWidenVectorLoads()
7166 SDValue UndefVal = DAG.getUNDEF(LdTy); in GenWidenVectorLoads() local
7172 WidenOps[i] = UndefVal; in GenWidenVectorLoads()
7224 Ops[i] = UndefVal; in GenWidenVectorExtLoads()
[all …]
H A DSelectionDAGBuilder.cpp3897 SDValue UndefVal = DAG.getUNDEF(SrcVT); in visitShuffleVector() local
3899 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector()
3900 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp195 UndefVal, // A UndefValue representing a value from dead block (which enumerator
238 Res.Kind = ValType::UndefVal; in getUndef()
256 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7604 UndefValue *UndefVal = UndefValue::get(Val->getType()); in getConstantVector() local
7609 ConstVec.push_back(UndefVal); in getConstantVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7013 SDValue UndefVal = DAG.getUNDEF(SValVT); in lowerSCALAR_TO_VECTOR() local
7019 VElts.push_back(UndefVal); in lowerSCALAR_TO_VECTOR()