Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h315 bool hasLSE() const { return HasLSE; } in hasLSE() function
DAArch64LegalizerInfo.cpp448 if (ST.hasLSE()) { in AArch64LegalizerInfo()
DAArch64ISelLowering.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()
DAArch64ISelDAGToDAG.cpp2852 if (Subtarget->hasLSE()) return false; in SelectCMP_SWAP()
DAArch64InstrInfo.td95 def HasLSE : Predicate<"Subtarget->hasLSE()">,
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h346 bool hasLSE() const { return HasLSE; } in hasLSE() function
DAArch64ISelLowering.cpp680 if (Subtarget->outlineAtomics() && !Subtarget->hasLSE()) { in AArch64TargetLowering()
10279 if (!Subtarget.hasLSE() && !Subtarget.outlineAtomics()) in LowerATOMIC_LOAD_SUB()
10296 if (!Subtarget.hasLSE() && !Subtarget.outlineAtomics()) in LowerATOMIC_LOAD_AND()
15765 if (Subtarget->hasLSE() || Subtarget->outlineAtomics()) { in ReplaceCMP_SWAP_128Results()
15994 if (Subtarget->hasLSE() && Size < 128) in shouldExpandAtomicRMWInIR()
16017 if (Subtarget->hasLSE() || Subtarget->outlineAtomics()) in shouldExpandAtomicCmpXchgInIR()
DAArch64ISelDAGToDAG.cpp3034 if (Subtarget->hasLSE()) return false; in SelectCMP_SWAP()
DAArch64InstrInfo.td94 def HasLSE : Predicate<"Subtarget->hasLSE()">,
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64LegalizerInfo.cpp488 if (ST.hasLSE()) { in AArch64LegalizerInfo()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGlobalISel.inc84 if (Subtarget->hasLSE())