Home
last modified time | relevance | path

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

/freebsd/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/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.cpp4744 SDValue UndefVal = DAG.getUNDEF(MaxVT); in CollectOpsToWiden() local
4746 ConcatOps[j] = UndefVal; in CollectOpsToWiden()
5486 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_CONCAT_VECTORS() local
5491 Ops[i] = UndefVal; in WidenVecRes_CONCAT_VECTORS()
5545 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_CONCAT_VECTORS() local
5547 Ops[Idx] = UndefVal; in WidenVecRes_CONCAT_VECTORS()
5630 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_EXTRACT_SUBVECTOR() local
5632 Ops[i] = UndefVal; in WidenVecRes_EXTRACT_SUBVECTOR()
7470 SDValue UndefVal = DAG.getUNDEF(*FirstVT); in GenWidenVectorLoads() local
7473 ConcatOps[i] = UndefVal; in GenWidenVectorLoads()
[all …]
H A DSelectionDAGBuilder.cpp4088 SDValue UndefVal = DAG.getUNDEF(SrcVT); in visitShuffleVector() local
4090 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector()
4091 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp196 UndefVal, // A UndefValue representing a value from dead block (which enumerator
239 Res.Kind = ValType::UndefVal; in getUndef()
257 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7718 UndefValue *UndefVal = UndefValue::get(Val->getType()); in getConstantVector() local
7723 ConstVec.push_back(UndefVal); in getConstantVector()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7441 SDValue UndefVal = DAG.getUNDEF(SValVT); in lowerSCALAR_TO_VECTOR() local
7447 VElts.push_back(UndefVal); in lowerSCALAR_TO_VECTOR()