Home
last modified time | relevance | path

Searched refs:CreateIntrinsicIfFound (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DRISCVIntrinsicManager.h30 virtual bool CreateIntrinsicIfFound(LookupResult &LR, IdentifierInfo *II,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp163 bool CreateIntrinsicIfFound(LookupResult &LR, IdentifierInfo *II,
360 bool RISCVIntrinsicManagerImpl::CreateIntrinsicIfFound(LookupResult &LR, in CreateIntrinsicIfFound() function in RISCVIntrinsicManagerImpl
H A DSemaLookup.cpp936 if (RVIntrinsicManager->CreateIntrinsicIfFound(R, II, PP)) in LookupBuiltin()