Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h863 bool &UseScalable) const;
868 bool UseScalable) const;
H A DAArch64ISelLowering.cpp14281 if (UseScalable) in getNumInterleavedAccesses()
14384 bool UseScalable; in lowerInterleavedLoad() local
14423 UseScalable in lowerInterleavedLoad()
14436 if (UseScalable) in lowerInterleavedLoad()
14449 if (UseScalable) { in lowerInterleavedLoad()
14472 if (UseScalable) in lowerInterleavedLoad()
14560 bool UseScalable; in lowerInterleavedStore() local
14620 UseScalable in lowerInterleavedStore()
14633 if (UseScalable) in lowerInterleavedStore()
14641 if (UseScalable) { in lowerInterleavedStore()
[all …]
H A DAArch64TargetTransformInfo.cpp2642 bool UseScalable; in getInterleavedMemoryOpCost() local
2644 TLI->isLegalInterleavedAccessType(SubVecTy, DL, UseScalable)) in getInterleavedMemoryOpCost()
2645 return Factor * TLI->getNumInterleavedAccesses(SubVecTy, DL, UseScalable); in getInterleavedMemoryOpCost()