Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h330 bool isSTRQroSlow() const { return STRQroIsSlow; } in isSTRQroSlow() function
DAArch64InstrInfo.td569 def UseSTRQro : Predicate<"!Subtarget->isSTRQroSlow() || shouldOptForSize(MF)">;
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h362 bool isSTRQroSlow() const { return STRQroIsSlow; } in isSTRQroSlow() function
DAArch64InstrInfo.td600 def UseSTRQro : Predicate<"!Subtarget->isSTRQroSlow() || shouldOptForSize(MF)">;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGlobalISel.inc127 if (!Subtarget->isSTRQroSlow() || shouldOptForSize(MF))