Home
last modified time | relevance | path

Searched refs:NewDestAlignment (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp334 unsigned NewDestAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption() local
356 DEBUG(dbgs() << "\tmem trans: " << NewDestAlignment << " " << in processAssumption()
362 if (NewDestAlignment <= std::max(NewSrcAlignment, AltSrcAlignment)) in processAssumption()
363 NewAlignment = std::max(NewAlignment, NewDestAlignment); in processAssumption()
366 if (NewSrcAlignment <= std::max(NewDestAlignment, AltDestAlignment)) in processAssumption()
368 if (AltSrcAlignment <= std::max(NewDestAlignment, AltDestAlignment)) in processAssumption()
377 NewDestAlignments.insert(std::make_pair(MTI, NewDestAlignment)); in processAssumption()
379 } else if (NewDestAlignment > MI->getAlignment()) { in processAssumption()
384 MI->getParent()->getContext()), NewDestAlignment)); in processAssumption()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp339 unsigned NewDestAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption() local
342 LLVM_DEBUG(dbgs() << "\tmem inst: " << NewDestAlignment << "\n";); in processAssumption()
343 if (NewDestAlignment > MI->getDestAlignment()) { in processAssumption()
344 MI->setDestAlignment(NewDestAlignment); in processAssumption()