Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h48 LatticeVal UndefVal, OverdefinedVal, UntrackedVal;
52 UndefVal = undefVal; in AbstractLatticeFunction()
58 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp155 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()
DCodeGenPrepare.cpp6016 UndefValue *UndefVal = UndefValue::get(Val->getType()); in getConstantVector() local
6021 ConstVec.push_back(UndefVal); in getConstantVector()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1452 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 …]
DLegalizeTypesGeneric.cpp381 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local
383 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
DSelectionDAGBuilder.cpp2828 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/
DSparsePropagation.h48 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/
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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2543 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 …]
DLegalizeTypesGeneric.cpp457 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local
459 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
DSelectionDAGBuilder.cpp3248 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/
DSparsePropagation.cpp33 if (V == UndefVal) in PrintValue()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DSparsePropagation.cpp32 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-7.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp778 Value *UndefVal = UndefValue::get(SomePHI->getType()); in run() local
780 SomePHI->addIncoming(UndefVal, Pred); in run()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp657 Value *UndefVal = UndefValue::get(SomePHI->getType()); in run() local
659 SomePHI->addIncoming(UndefVal, Preds[pred]); in run()
/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-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp161 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/
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()