Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIntrinsicsTest.cpp26 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/
DIntrinsicsTest.cpp26 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/
DAMDGPUIntrinsicInfo.cpp53 int Idx = Intrinsic::lookupLLVMIntrinsicByName(IntrinsicNameTable, Name); in lookupName()
/external/llvm/lib/IR/
DIntrinsicInst.cpp49 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable, in lookupLLVMIntrinsicByName() function in llvm::Intrinsic
DFunction.cpp471 int Idx = Intrinsic::lookupLLVMIntrinsicByName(NameTable, Name); in lookupIntrinsicID()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUIntrinsicInfo.cpp69 int Idx = Intrinsic::lookupLLVMIntrinsicByName(IntrinsicNameTable, Name); in lookupName()
/external/llvm/include/llvm/IR/
DIntrinsics.h78 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h87 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsics.h87 int lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIntrinsicInst.cpp61 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable, in lookupLLVMIntrinsicByName() function in llvm::Intrinsic
DFunction.cpp524 int Idx = Intrinsic::lookupLLVMIntrinsicByName(NameTable, Name); in lookupIntrinsicID()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp133 return Intrinsic::lookupLLVMIntrinsicByName(CoroIntrinsics, Name) != -1; in isCoroutineIntrinsicName()