Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DAtomicExpandPass.cpp407 case TargetLoweringBase::AtomicExpansionKind::LLSC: in tryExpandAtomicLoad()
576 case TargetLoweringBase::AtomicExpansionKind::LLSC: { in tryExpandAtomicRMW()
581 TargetLoweringBase::AtomicExpansionKind::LLSC); in tryExpandAtomicRMW()
834 assert(ExpansionKind == TargetLoweringBase::AtomicExpansionKind::LLSC); in expandPartwordAtomicRMW()
1508 case TargetLoweringBase::AtomicExpansionKind::LLSC: { in tryExpandAtomicCmpXchg()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h337 return AtomicExpansionKind::LLSC; in shouldExpandAtomicRMWInIR()
DHexagonISelLowering.cpp3657 return AtomicExpansionKind::LLSC; in shouldExpandAtomicCmpXchgInIR()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h251 LLSC, // Expand the instruction into loadlinked/storeconditional; used enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp17403 return Size == 128 ? AtomicExpansionKind::LLSC : AtomicExpansionKind::None; in shouldExpandAtomicLoadInIR()
17444 return AtomicExpansionKind::LLSC; in shouldExpandAtomicRMWInIR()
17467 return AtomicExpansionKind::LLSC; in shouldExpandAtomicCmpXchgInIR()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp20104 ? AtomicExpansionKind::LLSC in shouldExpandAtomicRMWInIR()
20122 return AtomicExpansionKind::LLSC; in shouldExpandAtomicCmpXchgInIR()