Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp770 Value *UndefVal = UndefValue::get(SomePHI->getType()); in run() local
772 SomePHI->addIncoming(UndefVal, Pred); in run()
/netbsd-src/external/apache2/llvm/dist/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.cpp3266 SDValue UndefVal = DAG.getUNDEF(MaxVT); in CollectOpsToWiden() local
3268 ConcatOps[j] = UndefVal; in CollectOpsToWiden()
3895 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_CONCAT_VECTORS() local
3900 Ops[i] = UndefVal; in WidenVecRes_CONCAT_VECTORS()
3954 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_CONCAT_VECTORS() local
3956 Ops[Idx] = UndefVal; in WidenVecRes_CONCAT_VECTORS()
3997 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_EXTRACT_SUBVECTOR() local
3999 Ops[i] = UndefVal; in WidenVecRes_EXTRACT_SUBVECTOR()
5289 SDValue UndefVal = DAG.getUNDEF(NewVT); in GenWidenVectorLoads() local
5292 ConcatOps[i] = UndefVal; in GenWidenVectorLoads()
[all …]
H A DSelectionDAGBuilder.cpp3628 SDValue UndefVal = DAG.getUNDEF(SrcVT); in visitShuffleVector() local
3630 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector()
3631 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp185 UndefVal // A UndefValue representing a value from dead block (which enumerator
222 Res.Val.setInt(UndefVal); in getUndef()
230 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7178 UndefValue *UndefVal = UndefValue::get(Val->getType()); in getConstantVector() local
7183 ConstVec.push_back(UndefVal); in getConstantVector()