Home
last modified time | relevance | path

Searched refs:lookupName (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetIntrinsicInfo.h47 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
49 unsigned lookupName(StringRef Name) const { in lookupName() function
50 return lookupName(Name.data(), Name.size()); in lookupName()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetIntrinsicInfo.cpp26 return lookupName(ValName->getKeyData(), ValName->getKeyLength()); in getIntrinsicID()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2666 ID = static_cast<Intrinsic::ID>(TII->lookupName(Name)); in parseIntrinsicOperand()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c107002 static int lookupName(
107836 return lookupName(pParse, zDb, zTable, pRight, pNC, pExpr);