Searched refs:hasLSE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h316 bool hasLSE() const { return HasLSE; } function in class:llvm::final
H A DAArch64LegalizerInfo.cpp448 if (ST.hasLSE()) {
H A DAArch64ISelLowering.cpp8579 if (!Subtarget.hasLSE())
8596 if (!Subtarget.hasLSE())
12862 if (Subtarget->hasLSE()) {
13083 return (Subtarget->hasLSE() && Size < 128) ? AtomicExpansionKind::None : AtomicExpansionKind::LLSC;
13090 if (Subtarget->hasLSE())
H A DAArch64ISelDAGToDAG.cpp2852 if (Subtarget->hasLSE()) return false;

Completed in 99 milliseconds