Home
last modified time | relevance | path

Searched refs:isOpSuitableForLDPSTP (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h691 bool isOpSuitableForLDPSTP(const Instruction *I) const;
H A DAArch64ISelLowering.cpp20392 bool AArch64TargetLowering::isOpSuitableForLDPSTP(const Instruction *I) const { in isOpSuitableForLDPSTP() function in AArch64TargetLowering
20409 return isOpSuitableForLDPSTP(I); in shouldInsertFencesForAtomic()
20418 if (Size != 128 || isOpSuitableForLDPSTP(SI)) in shouldExpandAtomicStoreInIR()
20430 if (Size != 128 || isOpSuitableForLDPSTP(LI)) in shouldExpandAtomicLoadInIR()