reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Intrinsics.h
   86   int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,

References

lib/IR/Function.cpp
  549   int Idx = Intrinsic::lookupLLVMIntrinsicByName(NameTable, Name);
lib/Transforms/Coroutines/Coroutines.cpp
  147   return Intrinsic::lookupLLVMIntrinsicByName(CoroIntrinsics, Name) != -1;
unittests/IR/IntrinsicsTest.cpp
   25   int I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo");
   27   I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.f64");
   29   I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.b");
   31   I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.b.a");
   33   I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.c");
   35   I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.c.f64");