Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp462 case TargetLoweringBase::AtomicExpansionKind::LLOnly: in tryExpandAtomicLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h259 LLOnly, // Expand the (load) instruction into just a load-linked, which has enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3907 ? AtomicExpansionKind::LLOnly
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21373 return (Size == 64 && has64BitAtomicLoad) ? AtomicExpansionKind::LLOnly in shouldExpandAtomicLoadInIR()