Searched refs:OldL (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopFuse.cpp | 835 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, in AddRecLoopReplacer() argument 837 : SCEVRewriteVisitor(SE), Valid(true), UseMax(UseMax), OldL(OldL), in AddRecLoopReplacer() 843 if (ExprL == &OldL) { in visitAddRecExpr() 848 if (OldL.contains(ExprL)) { in visitAddRecExpr() 866 const Loop &OldL, &NewL; member in __anon0dbb1a040111::LoopFuser::AddRecLoopReplacer
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopFuse.cpp | 1016 AddRecLoopReplacer(ScalarEvolution &SE, const Loop &OldL, const Loop &NewL, in AddRecLoopReplacer() argument 1018 : SCEVRewriteVisitor(SE), Valid(true), UseMax(UseMax), OldL(OldL), in AddRecLoopReplacer() 1024 if (ExprL == &OldL) { in visitAddRecExpr() 1029 if (OldL.contains(ExprL)) { in visitAddRecExpr() 1047 const Loop &OldL, &NewL; member in __anone7200ff00111::LoopFuser::AddRecLoopReplacer
|
/external/llvm-project/polly/include/polly/ |
D | ScopBuilder.h | 143 isl::set adjustDomainDimensions(isl::set Dom, Loop *OldL, Loop *NewL);
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopBuilder.cpp | 297 isl::set ScopBuilder::adjustDomainDimensions(isl::set Dom, Loop *OldL, in adjustDomainDimensions() argument 300 if (NewL == OldL) in adjustDomainDimensions() 303 int OldDepth = scop->getRelativeLoopDepth(OldL); in adjustDomainDimensions() 317 assert(OldL->getParentLoop() == NewL->getParentLoop()); in adjustDomainDimensions() 324 assert(NewL->getParentLoop() == OldL || in adjustDomainDimensions() 325 ((!OldL || !R.contains(OldL)) && R.contains(NewL))); in adjustDomainDimensions()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 251 unsigned OldL = (Operation >> 2) & 1; in getSetCCSwappedOperands() local 254 (OldL << 1) | // New G bit in getSetCCSwappedOperands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 352 unsigned OldL = (Operation >> 2) & 1; in getSetCCSwappedOperands() local 355 (OldL << 1) | // New G bit in getSetCCSwappedOperands()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 398 unsigned OldL = (Operation >> 2) & 1; in getSetCCSwappedOperands() local 401 (OldL << 1) | // New G bit in getSetCCSwappedOperands()
|