Home
last modified time | relevance | path

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

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