Searched refs:IsIndexSignExt (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGAddressAnalysis.cpp | 30 if ((Other.Index == Index) && (Other.IsIndexSignExt == IsIndexSignExt)) { in equalBaseIndex() 86 bool IsIndexSignExt = false; in match() local 152 return BaseIndexOffset(Base, Index, Offset, IsIndexSignExt); in match() 161 IsIndexSignExt = true; in match() 167 return BaseIndexOffset(PotentialBase, Index, Offset, IsIndexSignExt); in match() 173 IsIndexSignExt = true; in match() 175 IsIndexSignExt = false; in match() 178 return BaseIndexOffset(Base, Index, Offset, IsIndexSignExt); in match()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGAddressAnalysis.h | 38 bool IsIndexSignExt = false; variable 43 bool IsIndexSignExt) in BaseIndexOffset() argument 45 IsIndexSignExt(IsIndexSignExt) {} in BaseIndexOffset()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 11053 bool IsIndexSignExt; member 11055 BaseIndexOffset() : Offset(0), IsIndexSignExt(false) {} in BaseIndexOffset() 11058 bool IsIndexSignExt) : in BaseIndexOffset() 11059 Base(Base), Index(Index), Offset(Offset), IsIndexSignExt(IsIndexSignExt) {} in BaseIndexOffset() 11063 Other.IsIndexSignExt == IsIndexSignExt; in equalBaseIndex() 11068 bool IsIndexSignExt = false; in match() local 11081 IsIndexSignExt); in match() 11088 return BaseIndexOffset(Ptr, SDValue(), 0, IsIndexSignExt); in match() 11095 IsIndexSignExt); in match() 11104 return BaseIndexOffset(Ptr, SDValue(), 0, IsIndexSignExt); in match() [all …]
|