Home
last modified time | relevance | path

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

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