Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6942 if (auto *AtomicSt = dyn_cast<AtomicSDNode>(Op.getNode())) in lowerStoreF16() local
6943 return DAG.getAtomic(ISD::ATOMIC_STORE, DL, MVT::i16, AtomicSt->getChain(), in lowerStoreF16()
6944 Shft, AtomicSt->getBasePtr(), in lowerStoreF16()
6945 AtomicSt->getMemOperand()); in lowerStoreF16()