Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp401 case TargetLoweringBase::AtomicExpansionKind::LLSC: in tryExpandAtomicLoad()
547 case TargetLoweringBase::AtomicExpansionKind::LLSC: { in tryExpandAtomicRMW()
1393 case TargetLoweringBase::AtomicExpansionKind::LLSC: { in tryExpandAtomicCmpXchg()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h322 return AtomicExpansionKind::LLSC; in shouldExpandAtomicRMWInIR()
H A DHexagonISelLowering.cpp3160 return AtomicExpansionKind::LLSC; in shouldExpandAtomicCmpXchgInIR()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h161 LLSC, // Expand the instruction into loadlinked/storeconditional; used enumerator
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11598 return Size == 128 ? AtomicExpansionKind::LLSC : AtomicExpansionKind::None; in shouldExpandAtomicLoadInIR()
11607 if (AI->getOperation() == AtomicRMWInst::Nand) return AtomicExpansionKind::LLSC; in shouldExpandAtomicRMWInIR()
11609 …return (Subtarget->hasLSE() && Size < 128) ? AtomicExpansionKind::None : AtomicExpansionKind::LLSC; in shouldExpandAtomicRMWInIR()
11625 return AtomicExpansionKind::LLSC; in shouldExpandAtomicCmpXchgInIR()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14574 ? AtomicExpansionKind::LLSC in shouldExpandAtomicRMWInIR()
14588 return AtomicExpansionKind::LLSC; in shouldExpandAtomicCmpXchgInIR()