Home
last modified time | relevance | path

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

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