Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h791 bool isOpSuitableForLDPSTP(const Instruction *I) const;
H A DAArch64ISelLowering.cpp26433 bool AArch64TargetLowering::isOpSuitableForLDPSTP(const Instruction *I) const { in isOpSuitableForLDPSTP() function in AArch64TargetLowering
26493 if (isOpSuitableForLDPSTP(I)) in shouldInsertFencesForAtomic()
26534 if (isOpSuitableForLDPSTP(SI)) in shouldExpandAtomicStoreInIR()
26551 if (isOpSuitableForLDPSTP(LI)) in shouldExpandAtomicLoadInIR()