Home
last modified time | relevance | path

Searched refs:Overdefined (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Analysis/
DSparsePropagation.cpp242 LatticeVal Overdefined = LatticeFunc->getOverdefinedVal(); in visitPHINode() local
245 if (PNIV == Overdefined || PNIV == LatticeFunc->getUntrackedVal()) in visitPHINode()
251 UpdateState(PN, Overdefined); in visitPHINode()
268 if (PNIV == Overdefined) in visitPHINode()
/external/llvm-project/llvm/include/llvm/Analysis/
DSparsePropagation.h413 LatticeVal Overdefined = LatticeFunc->getOverdefinedVal(); in visitPHINode() local
416 if (PNIV == Overdefined || PNIV == LatticeFunc->getUntrackedVal()) in visitPHINode()
422 UpdateState(Key, Overdefined); in visitPHINode()
440 if (PNIV == Overdefined) in visitPHINode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h413 LatticeVal Overdefined = LatticeFunc->getOverdefinedVal(); in visitPHINode() local
416 if (PNIV == Overdefined || PNIV == LatticeFunc->getUntrackedVal()) in visitPHINode()
422 UpdateState(Key, Overdefined); in visitPHINode()
440 if (PNIV == Overdefined) in visitPHINode()
/external/llvm-project/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp60 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
118 CVPLatticeVal(CVPLatticeVal::Overdefined), in CVPLatticeFunc()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp61 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
120 CVPLatticeVal(CVPLatticeVal::Overdefined), in CVPLatticeFunc()
/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp45 Overdefined enumerator
61 constantAndTag.setPointerAndInt(nullptr, Kind::Overdefined); in markOverdefined()
67 return constantAndTag.getInt() == Kind::Overdefined; in isOverdefined()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp279 enum { Overdefined = -3, Undefined = -2 }; in FoldCmpLoadFromIndexedGlobal() enumerator
352 SecondTrueElement = Overdefined; in FoldCmpLoadFromIndexedGlobal()
358 TrueRangeEnd = Overdefined; in FoldCmpLoadFromIndexedGlobal()
369 SecondFalseElement = Overdefined; in FoldCmpLoadFromIndexedGlobal()
375 FalseRangeEnd = Overdefined; in FoldCmpLoadFromIndexedGlobal()
386 if ((i & 8) == 0 && i >= 64 && SecondTrueElement == Overdefined && in FoldCmpLoadFromIndexedGlobal()
387 SecondFalseElement == Overdefined && TrueRangeEnd == Overdefined && in FoldCmpLoadFromIndexedGlobal()
388 FalseRangeEnd == Overdefined) in FoldCmpLoadFromIndexedGlobal()
408 if (SecondTrueElement != Overdefined) { in FoldCmpLoadFromIndexedGlobal()
428 if (SecondFalseElement != Overdefined) { in FoldCmpLoadFromIndexedGlobal()
[all …]
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp194 enum { Overdefined = -3, Undefined = -2 }; in foldCmpLoadFromIndexedGlobal() enumerator
267 SecondTrueElement = Overdefined; in foldCmpLoadFromIndexedGlobal()
273 TrueRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
284 SecondFalseElement = Overdefined; in foldCmpLoadFromIndexedGlobal()
290 FalseRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
301 if ((i & 8) == 0 && i >= 64 && SecondTrueElement == Overdefined && in foldCmpLoadFromIndexedGlobal()
302 SecondFalseElement == Overdefined && TrueRangeEnd == Overdefined && in foldCmpLoadFromIndexedGlobal()
303 FalseRangeEnd == Overdefined) in foldCmpLoadFromIndexedGlobal()
323 if (SecondTrueElement != Overdefined) { in foldCmpLoadFromIndexedGlobal()
343 if (SecondFalseElement != Overdefined) { in foldCmpLoadFromIndexedGlobal()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp193 enum { Overdefined = -3, Undefined = -2 }; in foldCmpLoadFromIndexedGlobal() enumerator
266 SecondTrueElement = Overdefined; in foldCmpLoadFromIndexedGlobal()
272 TrueRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
283 SecondFalseElement = Overdefined; in foldCmpLoadFromIndexedGlobal()
289 FalseRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
300 if ((i & 8) == 0 && i >= 64 && SecondTrueElement == Overdefined && in foldCmpLoadFromIndexedGlobal()
301 SecondFalseElement == Overdefined && TrueRangeEnd == Overdefined && in foldCmpLoadFromIndexedGlobal()
302 FalseRangeEnd == Overdefined) in foldCmpLoadFromIndexedGlobal()
322 if (SecondTrueElement != Overdefined) { in foldCmpLoadFromIndexedGlobal()
342 if (SecondFalseElement != Overdefined) { in foldCmpLoadFromIndexedGlobal()
[all …]