Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DSparsePropagation.h50 LatticeVal UndefVal, OverdefinedVal, UntrackedVal;
55 UndefVal = undefVal; in AbstractLatticeFunction()
61 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal()
/external/llvm-project/llvm/include/llvm/Analysis/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
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()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2335 SDValue UndefVal = DAG.getUNDEF(MaxVT); in WidenVecRes_BinaryCanTrap() local
2337 ConcatOps[j] = UndefVal; in WidenVecRes_BinaryCanTrap()
2379 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_Convert() local
2381 Ops[i] = UndefVal; in WidenVecRes_Convert()
2414 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_Convert() local
2416 Ops[i] = UndefVal; in WidenVecRes_Convert()
2602 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_BITCAST() local
2605 Ops[i] = UndefVal; in WidenVecRes_BITCAST()
2653 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_CONCAT_VECTORS() local
2658 Ops[i] = UndefVal; in WidenVecRes_CONCAT_VECTORS()
[all …]
DLegalizeTypesGeneric.cpp464 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local
466 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
DSelectionDAGBuilder.cpp3062 SDValue UndefVal = DAG.getUNDEF(SrcVT); in visitShuffleVector() local
3064 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector()
3065 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
/external/llvm-project/llvm/unittests/CodeGen/
DAArch64SelectionDAGTest.cpp491 SDValue UndefVal = DAG->getUNDEF(IntVT); in TEST_F() local
525 Pattern1111[1] = Pattern1111[2] = Pattern1111[15] = UndefVal; in TEST_F()
526 Pattern1133[0] = Pattern1133[2] = UndefVal; in TEST_F()
578 EXPECT_EQ(Seq1111[0], UndefVal); in TEST_F()
/external/llvm/lib/Analysis/
DSparsePropagation.cpp33 if (V == UndefVal) in PrintValue()
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp761 Value *UndefVal = UndefValue::get(SomePHI->getType()); in run() local
763 SomePHI->addIncoming(UndefVal, Preds[pred]); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp759 Value *UndefVal = UndefValue::get(SomePHI->getType()); in run() local
761 SomePHI->addIncoming(UndefVal, Pred); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp448 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local
450 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
DLegalizeVectorTypes.cpp2961 SDValue UndefVal = DAG.getUNDEF(MaxVT); in CollectOpsToWiden() local
2963 ConcatOps[j] = UndefVal; in CollectOpsToWiden()
3584 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_CONCAT_VECTORS() local
3589 Ops[i] = UndefVal; in WidenVecRes_CONCAT_VECTORS()
3634 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_CONCAT_VECTORS() local
3636 Ops[Idx] = UndefVal; in WidenVecRes_CONCAT_VECTORS()
3675 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_EXTRACT_SUBVECTOR() local
3677 Ops[i] = UndefVal; in WidenVecRes_EXTRACT_SUBVECTOR()
4911 SDValue UndefVal = DAG.getUNDEF(NewVT); in GenWidenVectorLoads() local
4914 ConcatOps[i] = UndefVal; in GenWidenVectorLoads()
[all …]
DSelectionDAGBuilder.cpp3662 SDValue UndefVal = DAG.getUNDEF(SrcVT); in visitShuffleVector() local
3664 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector()
3665 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
/external/llvm-project/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp774 Value *UndefVal = UndefValue::get(SomePHI->getType()); in run() local
776 SomePHI->addIncoming(UndefVal, Pred); in run()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp453 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local
455 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
DLegalizeVectorTypes.cpp3122 SDValue UndefVal = DAG.getUNDEF(MaxVT); in CollectOpsToWiden() local
3124 ConcatOps[j] = UndefVal; in CollectOpsToWiden()
3730 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_CONCAT_VECTORS() local
3735 Ops[i] = UndefVal; in WidenVecRes_CONCAT_VECTORS()
3789 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_CONCAT_VECTORS() local
3791 Ops[Idx] = UndefVal; in WidenVecRes_CONCAT_VECTORS()
3828 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_EXTRACT_SUBVECTOR() local
3830 Ops[i] = UndefVal; in WidenVecRes_EXTRACT_SUBVECTOR()
5067 SDValue UndefVal = DAG.getUNDEF(NewVT); in GenWidenVectorLoads() local
5070 ConcatOps[i] = UndefVal; in GenWidenVectorLoads()
[all …]
DSelectionDAGBuilder.cpp3503 SDValue UndefVal = DAG.getUNDEF(SrcVT); in visitShuffleVector() local
3505 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector()
3506 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1218 Value *UndefVal = UndefValue::get(VecType); in scalarizeMaskedLoad() local
1221 Value *VResult = UndefVal; in scalarizeMaskedLoad()
1240 Value *PrevPhi = UndefVal; in scalarizeMaskedLoad()
1463 Value *UndefVal = UndefValue::get(VecType); in scalarizeMaskedGather() local
1466 Value *VResult = UndefVal; in scalarizeMaskedGather()
1491 Value *PrevPhi = UndefVal; in scalarizeMaskedGather()
4970 UndefValue *UndefVal = UndefValue::get(Val->getType()); in getConstantVector() local
4975 ConstVec.push_back(UndefVal); in getConstantVector()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp169 UndefVal // A UndefValue representing a value from dead block (which enumerator
206 Res.Val.setInt(UndefVal); in getUndef()
214 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp128 UndefVal // A UndefValue representing a value from dead block (which enumerator
165 Res.Val.setInt(UndefVal); in getUndef()
173 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue()
/external/llvm-project/llvm/lib/Transforms/Scalar/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6548 UndefValue *UndefVal = UndefValue::get(Val->getType()); in getConstantVector() local
6553 ConstVec.push_back(UndefVal); in getConstantVector()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp7003 UndefValue *UndefVal = UndefValue::get(Val->getType()); in getConstantVector() local
7008 ConstVec.push_back(UndefVal); in getConstantVector()