Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h99 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp99 return Intrinsic::lookupLLVMIntrinsicByName(CoroIntrinsics, Name) != -1; in isCoroutineIntrinsicName()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp239 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable, in lookupLLVMIntrinsicByName() function in llvm::Intrinsic
H A DFunction.cpp958 int Idx = Intrinsic::lookupLLVMIntrinsicByName(NameTable, Name); in lookupIntrinsicID()