Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp319 TargetLoweringBase::AtomicExpansionKind::LLSC) in run()
456 case TargetLoweringBase::AtomicExpansionKind::LLSC: in tryExpandAtomicLoad()
605 case TargetLoweringBase::AtomicExpansionKind::LLSC: { in tryExpandAtomicRMW()
610 TargetLoweringBase::AtomicExpansionKind::LLSC); in tryExpandAtomicRMW()
930 assert(ExpansionKind == TargetLoweringBase::AtomicExpansionKind::LLSC); in expandPartwordAtomicRMW()
1634 case TargetLoweringBase::AtomicExpansionKind::LLSC: { in tryExpandAtomicCmpXchg()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h363 return AtomicExpansionKind::LLSC; in shouldExpandAtomicRMWInIR()
H A DHexagonISelLowering.cpp3922 return AtomicExpansionKind::LLSC;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h257 LLSC, // Expand the instruction into loadlinked/storeconditional; used enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26565 : AtomicExpansionKind::LLSC; in shouldExpandAtomicLoadInIR()
26621 return AtomicExpansionKind::LLSC; in shouldExpandAtomicRMWInIR()
26644 return AtomicExpansionKind::LLSC; in shouldExpandAtomicCmpXchgInIR()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21400 return AtomicExpansionKind::LLSC; in shouldExpandAtomicRMWInIR()
21424 return AtomicExpansionKind::LLSC; in shouldExpandAtomicCmpXchgInIR()