Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h770 bool isOpSuitableForRCPC3(const Instruction *I) const;
H A DAArch64ISelLowering.cpp25024 bool AArch64TargetLowering::isOpSuitableForRCPC3(const Instruction *I) const { in isOpSuitableForRCPC3() function in AArch64TargetLowering
25043 if (isOpSuitableForRCPC3(I)) in shouldInsertFencesForAtomic()
25084 if (isOpSuitableForRCPC3(SI)) in shouldExpandAtomicStoreInIR()
25102 if (isOpSuitableForRCPC3(LI)) in shouldExpandAtomicLoadInIR()