Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h707 bool isOpSuitableForLDPSTP(const Instruction *I) const;
H A DAArch64ISelLowering.cpp22284 bool AArch64TargetLowering::isOpSuitableForLDPSTP(const Instruction *I) const { in isOpSuitableForLDPSTP() function in AArch64TargetLowering
22301 return isOpSuitableForLDPSTP(I); in shouldInsertFencesForAtomic()
22334 if (Size != 128 || isOpSuitableForLDPSTP(SI)) in shouldExpandAtomicStoreInIR()
22346 if (Size != 128 || isOpSuitableForLDPSTP(LI)) in shouldExpandAtomicLoadInIR()