Home
last modified time | relevance | path

Searched refs:DstAddRec (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp2156 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testSIV() local
2157 if (SrcAddRec && DstAddRec) { in testSIV()
2159 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2161 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2163 assert(CurLoop == DstAddRec->getLoop() && in testSIV()
2190 if (DstAddRec) { in testSIV()
2191 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2192 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2194 const Loop *CurLoop = DstAddRec->getLoop(); in testSIV()
2233 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testRDIV() local
[all …]
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2079 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testSIV() local
2080 if (SrcAddRec && DstAddRec) { in testSIV()
2082 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2084 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2086 assert(CurLoop == DstAddRec->getLoop() && in testSIV()
2113 if (DstAddRec) { in testSIV()
2114 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2115 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2117 const Loop *CurLoop = DstAddRec->getLoop(); in testSIV()
2156 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testRDIV() local
[all …]
/external/llvm-project/llvm/lib/Analysis/
DDependenceAnalysis.cpp2145 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testSIV() local
2146 if (SrcAddRec && DstAddRec) { in testSIV()
2148 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2150 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2152 assert(CurLoop == DstAddRec->getLoop() && in testSIV()
2179 if (DstAddRec) { in testSIV()
2180 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2181 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2183 const Loop *CurLoop = DstAddRec->getLoop(); in testSIV()
2222 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testRDIV() local
[all …]