Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31303 bool IsTypeLegal = DAG.getTargetLoweringInfo().isTypeLegal(VT); in LowerATOMIC_STORE() local
31307 if (!IsSeqCst && IsTypeLegal) in LowerATOMIC_STORE()
31310 if (VT == MVT::i64 && !IsTypeLegal) { in LowerATOMIC_STORE()