Home
last modified time | relevance | path

Searched refs:lookupIntrinsicID (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h263 static Intrinsic::ID lookupIntrinsicID(StringRef Name);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp956 Intrinsic::ID Function::lookupIntrinsicID(StringRef Name) { in lookupIntrinsicID() function in Function
985 IntID = lookupIntrinsicID(Name); in updateAfterNameChange()
H A DCore.cpp2497 return Function::lookupIntrinsicID({Name, NameLen}); in LLVMLookupIntrinsicID()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2664 Intrinsic::ID ID = Function::lookupIntrinsicID(Name); in parseIntrinsicOperand()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp341 Intrinsic::ID IID = Function::lookupIntrinsicID(Name); in validateEndOfModule()
6299 Intrinsic::ID FnID = Function::lookupIntrinsicID(Name); in isOldDbgFormatIntrinsic()