Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h47 LatticeVal UndefVal, OverdefinedVal, UntrackedVal;
52 UndefVal = undefVal; in AbstractLatticeFunction()
59 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal()
206 if (V == UndefVal) in PrintLatticeVal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp770 Value *UndefVal = UndefValue::get(SomePHI->getType()); in run() local
772 SomePHI->addIncoming(UndefVal, Pred); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp453 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local
455 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
H A DLegalizeVectorTypes.cpp3273 ConcatOps[j] = UndefVal; in CollectOpsToWiden()
3905 Ops[i] = UndefVal; in WidenVecRes_CONCAT_VECTORS()
3959 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_CONCAT_VECTORS() local
3961 Ops[Idx] = UndefVal; in WidenVecRes_CONCAT_VECTORS()
4002 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_EXTRACT_SUBVECTOR() local
4004 Ops[i] = UndefVal; in WidenVecRes_EXTRACT_SUBVECTOR()
5297 ConcatOps[i] = UndefVal; in GenWidenVectorLoads()
5387 SDValue UndefVal = DAG.getUNDEF(LdTy); in GenWidenVectorLoads() local
5393 WidenOps[i] = UndefVal; in GenWidenVectorLoads()
5443 SDValue UndefVal = DAG.getUNDEF(EltVT); in GenWidenVectorExtLoads() local
[all …]
H A DSelectionDAGBuilder.cpp3629 SDValue UndefVal = DAG.getUNDEF(SrcVT); in visitShuffleVector() local
3631 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector()
3632 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp184 UndefVal // A UndefValue representing a value from dead block (which enumerator
221 Res.Val.setInt(UndefVal); in getUndef()
229 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7208 UndefValue *UndefVal = UndefValue::get(Val->getType()); in getConstantVector() local
7213 ConstVec.push_back(UndefVal); in getConstantVector()