/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | IntrinsicsTest.cpp | 26 int I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo"); in TEST() 28 I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.f64"); in TEST() 30 I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.b"); in TEST() 32 I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.b.a"); in TEST() 34 I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.c"); in TEST() 36 I = Intrinsic::lookupLLVMIntrinsicByName(NameTable1, "llvm.foo.c.f64"); in TEST()
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUIntrinsicInfo.cpp | 53 int Idx = Intrinsic::lookupLLVMIntrinsicByName(IntrinsicNameTable, Name); in lookupName()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 49 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable, in lookupLLVMIntrinsicByName() function in llvm::Intrinsic
|
H A D | Function.cpp | 471 int Idx = Intrinsic::lookupLLVMIntrinsicByName(NameTable, Name); in lookupIntrinsicID()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | Intrinsics.h | 78 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Intrinsics.h | 87 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Intrinsics.h | 89 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Intrinsics.h | 99 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Intrinsics.h | 99 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Intrinsics.h | 99 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Intrinsics.h | 99 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Intrinsics.h | 99 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 59 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable, in lookupLLVMIntrinsicByName() function in llvm::Intrinsic
|
H A D | Function.cpp | 567 int Idx = Intrinsic::lookupLLVMIntrinsicByName(NameTable, Name); in lookupIntrinsicID()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 101 return Intrinsic::lookupLLVMIntrinsicByName(CoroIntrinsics, Name) != -1; in isCoroutineIntrinsicName()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 148 return Intrinsic::lookupLLVMIntrinsicByName(CoroIntrinsics, Name) != -1; in isCoroutineIntrinsicName()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 231 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable, in lookupLLVMIntrinsicByName() function in llvm::Intrinsic
|
H A D | Function.cpp | 858 int Idx = Intrinsic::lookupLLVMIntrinsicByName(NameTable, Name); in lookupIntrinsicID()
|