/external/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 50 LatticeVal UndefVal, OverdefinedVal, UntrackedVal; 55 UndefVal = undefVal; in AbstractLatticeFunction() 61 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 47 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/ |
D | SparsePropagation.h | 47 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/ |
D | LegalizeVectorTypes.cpp | 2335 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 …]
|
D | LegalizeTypesGeneric.cpp | 464 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local 466 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
|
D | SelectionDAGBuilder.cpp | 3062 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/ |
D | AArch64SelectionDAGTest.cpp | 491 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/ |
D | SparsePropagation.cpp | 33 if (V == UndefVal) in PrintValue()
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 761 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/ |
D | PromoteMemoryToRegister.cpp | 759 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/ |
D | LegalizeTypesGeneric.cpp | 448 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local 450 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
|
D | LegalizeVectorTypes.cpp | 2961 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 …]
|
D | SelectionDAGBuilder.cpp | 3662 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/ |
D | PromoteMemoryToRegister.cpp | 774 Value *UndefVal = UndefValue::get(SomePHI->getType()); in run() local 776 SomePHI->addIncoming(UndefVal, Pred); in run()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 453 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local 455 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
|
D | LegalizeVectorTypes.cpp | 3122 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 …]
|
D | SelectionDAGBuilder.cpp | 3503 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/ |
D | CodeGenPrepare.cpp | 1218 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/ |
D | GVN.cpp | 169 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/ |
D | GVN.cpp | 128 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/ |
D | GVN.cpp | 184 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/ |
D | CodeGenPrepare.cpp | 6548 UndefValue *UndefVal = UndefValue::get(Val->getType()); in getConstantVector() local 6553 ConstVec.push_back(UndefVal); in getConstantVector()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 7003 UndefValue *UndefVal = UndefValue::get(Val->getType()); in getConstantVector() local 7008 ConstVec.push_back(UndefVal); in getConstantVector()
|