Home
last modified time | relevance | path

Searched refs:OldL (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp835 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/
DLoopFuse.cpp1016 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/
DScopBuilder.h143 isl::set adjustDomainDimensions(isl::set Dom, Loop *OldL, Loop *NewL);
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp297 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/
DSelectionDAG.cpp251 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/
DSelectionDAG.cpp352 unsigned OldL = (Operation >> 2) & 1; in getSetCCSwappedOperands() local
355 (OldL << 1) | // New G bit in getSetCCSwappedOperands()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp398 unsigned OldL = (Operation >> 2) & 1; in getSetCCSwappedOperands() local
401 (OldL << 1) | // New G bit in getSetCCSwappedOperands()