Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h768 bool isOpSuitableForLDPSTP(const Instruction *I) const;
H A DAArch64ISelLowering.cpp24987 bool AArch64TargetLowering::isOpSuitableForLDPSTP(const Instruction *I) const { in isOpSuitableForLDPSTP() function in AArch64TargetLowering
25047 if (isOpSuitableForLDPSTP(I)) in shouldInsertFencesForAtomic()
25088 if (isOpSuitableForLDPSTP(SI)) in shouldExpandAtomicStoreInIR()
25105 if (isOpSuitableForLDPSTP(LI)) in shouldExpandAtomicLoadInIR()