/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | SparsePropagation.h | 48 LatticeVal UndefVal, OverdefinedVal, UntrackedVal; 52 UndefVal = undefVal; in AbstractLatticeFunction() 58 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ScalarizeMaskedMemIntrin.cpp | 155 Value *UndefVal = UndefValue::get(VecType); in scalarizeMaskedLoad() local 158 Value *VResult = UndefVal; in scalarizeMaskedLoad() 177 Value *PrevPhi = UndefVal; in scalarizeMaskedLoad() 400 Value *UndefVal = UndefValue::get(VecType); in scalarizeMaskedGather() local 403 Value *VResult = UndefVal; in scalarizeMaskedGather() 427 Value *PrevPhi = UndefVal; in scalarizeMaskedGather()
|
D | CodeGenPrepare.cpp | 6016 UndefValue *UndefVal = UndefValue::get(Val->getType()); in getConstantVector() local 6021 ConstVec.push_back(UndefVal); in getConstantVector()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 1452 SDValue UndefVal = DAG.getUNDEF(MaxVT); in WidenVecRes_Binary() local 1454 ConcatOps[j] = UndefVal; in WidenVecRes_Binary() 1495 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_Convert() local 1497 Ops[i] = UndefVal; in WidenVecRes_Convert() 1529 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_Convert() local 1531 Ops[i] = UndefVal; in WidenVecRes_Convert() 1647 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_BITCAST() local 1650 Ops[i] = UndefVal; in WidenVecRes_BITCAST() 1698 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_CONCAT_VECTORS() local 1703 Ops[i] = UndefVal; in WidenVecRes_CONCAT_VECTORS() [all …]
|
D | LegalizeTypesGeneric.cpp | 381 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local 383 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
|
D | SelectionDAGBuilder.cpp | 2828 SDValue UndefVal = DAG.getUNDEF(SrcVT); in visitShuffleVector() local 2830 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector() 2831 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 48 LatticeVal UndefVal, OverdefinedVal, UntrackedVal; 53 UndefVal = undefVal; in AbstractLatticeFunction() 60 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal() 207 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 2543 SDValue UndefVal = DAG.getUNDEF(MaxVT); in WidenVecRes_BinaryCanTrap() local 2545 ConcatOps[j] = UndefVal; in WidenVecRes_BinaryCanTrap() 2596 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_Convert() local 2598 Ops[i] = UndefVal; in WidenVecRes_Convert() 2631 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_Convert() local 2633 Ops[i] = UndefVal; in WidenVecRes_Convert() 2819 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_BITCAST() local 2822 Ops[i] = UndefVal; in WidenVecRes_BITCAST() 2870 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_CONCAT_VECTORS() local 2875 Ops[i] = UndefVal; in WidenVecRes_CONCAT_VECTORS() [all …]
|
D | LegalizeTypesGeneric.cpp | 457 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local 459 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
|
D | SelectionDAGBuilder.cpp | 3248 SDValue UndefVal = DAG.getUNDEF(SrcVT); in visitShuffleVector() local 3250 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector() 3251 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
|
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 33 if (V == UndefVal) in PrintValue()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | SparsePropagation.cpp | 32 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-7.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 778 Value *UndefVal = UndefValue::get(SomePHI->getType()); in run() local 780 SomePHI->addIncoming(UndefVal, Pred); in run()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 657 Value *UndefVal = UndefValue::get(SomePHI->getType()); in run() local 659 SomePHI->addIncoming(UndefVal, Preds[pred]); in run()
|
/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-7.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 161 UndefVal // A UndefValue representing a value from dead block (which enumerator 198 Res.Val.setInt(UndefVal); in getUndef() 206 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()
|