Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32955 bool IsTypeLegal = DAG.getTargetLoweringInfo().isTypeLegal(VT); in LowerATOMIC_STORE() local
32959 if (!IsSeqCst && IsTypeLegal) in LowerATOMIC_STORE()
32962 if (!IsTypeLegal && !Subtarget.useSoftFloat() && in LowerATOMIC_STORE()