Home
last modified time | relevance | path

Searched refs:hasLSE (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.h316 bool hasLSE() const { return HasLSE; } in hasLSE() function
HDAArch64LegalizerInfo.cpp448 if (ST.hasLSE()) { in AArch64LegalizerInfo()
HDAArch64ISelLowering.cpp8579 if (!Subtarget.hasLSE()) in LowerATOMIC_LOAD_SUB()
8596 if (!Subtarget.hasLSE()) in LowerATOMIC_LOAD_AND()
12862 if (Subtarget->hasLSE()) { in ReplaceCMP_SWAP_128Results()
13083 …return (Subtarget->hasLSE() && Size < 128) ? AtomicExpansionKind::None : AtomicExpansionKind::LLSC; in shouldExpandAtomicRMWInIR()
13090 if (Subtarget->hasLSE()) in shouldExpandAtomicCmpXchgInIR()
HDAArch64ISelDAGToDAG.cpp2852 if (Subtarget->hasLSE()) return false; in SelectCMP_SWAP()
HDAArch64InstrInfo.td95 def HasLSE : Predicate<"Subtarget->hasLSE()">,