Searched refs:SizeInc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp98 InstrEvalMap &InstrEvalResult, short &SizeInc);
434 short &SizeInc) {
450 SizeInc++;
460 SizeInc += AddaslUseList.size();
461 SizeInc -= 1; // Reduce size by 1 as addasl itself can be removed.
464 SizeInc++;
478 SizeInc -= 2;
728 short SizeInc = 0; local
734 if (!analyzeUses(DefR, UNodeList, InstrEvalResult, SizeInc))
736 if (SizeInc > CodeGrowthLimi
431 analyzeUses(unsigned tfrDefR, const NodeList &UNodeList, InstrEvalMap &InstrEvalResult, short &SizeInc) argument
[all...]

Completed in 108 milliseconds