Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Locality

1860 // 3: int locality (0 = no locality ... 3 = extreme locality)
1865 unsigned Locality = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue();
1868 bool IsStream = !Locality;
1869 // When the locality number is set
1870 if (Locality) {
1872 assert(Locality <= 3 && "Prefetch locality out-of-range");
1873 // The locality degree is the opposite of the cache speed.
1876 Locality = 3 - Locality;
1882 (Locality << 1) | // Cache level bits