Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAtomicExpandPass.cpp462 case TargetLoweringBase::AtomicExpansionKind::LLOnly: in tryExpandAtomicLoad()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h259 LLOnly, // Expand the (load) instruction into just a load-linked, which has enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp3907 ? AtomicExpansionKind::LLOnly in shouldExpandAtomicLoadInIR()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp21373 return (Size == 64 && has64BitAtomicLoad) ? AtomicExpansionKind::LLOnly in shouldExpandAtomicLoadInIR()