Home
last modified time | relevance | path

Searched refs:STLF (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ScheduleBtVer2.td185 // benefit from STLF, and their observed latency is 6cy. That is the reason why
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp18158 } else if (const auto *STLF = dyn_cast<SharedTrylockFunctionAttr>(A)) { in checkThisInStaticMemberFunctionAttributes() local
18159 Arg = STLF->getSuccessValue(); in checkThisInStaticMemberFunctionAttributes()
18160 Args = llvm::makeArrayRef(STLF->args_begin(), STLF->args_size()); in checkThisInStaticMemberFunctionAttributes()