Home
last modified time | relevance | path

Searched refs:UseScalable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h832 bool &UseScalable) const;
837 bool UseScalable) const;
H A DAArch64ISelLowering.cpp12968 UseScalable = false; in isLegalInterleavedAccessType()
13046 bool UseScalable; in lowerInterleavedLoad() local
13085 UseScalable in lowerInterleavedLoad()
13098 if (UseScalable) in lowerInterleavedLoad()
13111 if (UseScalable) { in lowerInterleavedLoad()
13134 if (UseScalable) in lowerInterleavedLoad()
13217 bool UseScalable; in lowerInterleavedStore() local
13270 UseScalable in lowerInterleavedStore()
13283 if (UseScalable) in lowerInterleavedStore()
13291 if (UseScalable) { in lowerInterleavedStore()
[all …]
H A DAArch64TargetTransformInfo.cpp2332 bool UseScalable; in getInterleavedMemoryOpCost() local
2334 TLI->isLegalInterleavedAccessType(SubVecTy, DL, UseScalable)) in getInterleavedMemoryOpCost()
2335 return Factor * TLI->getNumInterleavedAccesses(SubVecTy, DL, UseScalable); in getInterleavedMemoryOpCost()