Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h793 bool isOpSuitableForRCPC3(const Instruction *I) const;
H A DAArch64ISelLowering.cpp26470 bool AArch64TargetLowering::isOpSuitableForRCPC3(const Instruction *I) const { in isOpSuitableForRCPC3() function in AArch64TargetLowering
26489 if (isOpSuitableForRCPC3(I)) in shouldInsertFencesForAtomic()
26530 if (isOpSuitableForRCPC3(SI)) in shouldExpandAtomicStoreInIR()
26548 if (isOpSuitableForRCPC3(LI)) in shouldExpandAtomicLoadInIR()