reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/GlobalISel/RegBankSelect.cpp
 1005     ThisLocalAdjust = 0;
 1010       ThisLocalAdjust = LocalCost - Cost.LocalCost;
 1012     ThisLocalAdjust = LocalCost;
 1024   uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq;
 1026   bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust ||
 1026   bool ThisOverflows = ThisLocalAdjust && (ThisScaledCost < ThisLocalAdjust ||