Searched refs:lookupLLVMIntrinsicByName (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
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()
|
/external/llvm/unittests/IR/ |
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()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUIntrinsicInfo.cpp | 53 int Idx = Intrinsic::lookupLLVMIntrinsicByName(IntrinsicNameTable, Name); in lookupName()
|
/external/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 49 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable, in lookupLLVMIntrinsicByName() function in llvm::Intrinsic
|
D | Function.cpp | 471 int Idx = Intrinsic::lookupLLVMIntrinsicByName(NameTable, Name); in lookupIntrinsicID()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUIntrinsicInfo.cpp | 69 int Idx = Intrinsic::lookupLLVMIntrinsicByName(IntrinsicNameTable, Name); in lookupName()
|
/external/llvm/include/llvm/IR/ |
D | Intrinsics.h | 78 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Intrinsics.h | 87 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Intrinsics.h | 87 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 61 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable, in lookupLLVMIntrinsicByName() function in llvm::Intrinsic
|
D | Function.cpp | 524 int Idx = Intrinsic::lookupLLVMIntrinsicByName(NameTable, Name); in lookupIntrinsicID()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | Coroutines.cpp | 133 return Intrinsic::lookupLLVMIntrinsicByName(CoroIntrinsics, Name) != -1; in isCoroutineIntrinsicName()
|