Home
last modified time | relevance | path

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

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