Home
last modified time | relevance | path

Searched defs:lookupName (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetIntrinsicInfo.h51 unsigned lookupName(StringRef Name) const { in lookupName() function
/external/llvm/lib/Target/AMDGPU/
DAMDGPUIntrinsicInfo.cpp44 unsigned AMDGPUIntrinsicInfo::lookupName(const char *NameData, in lookupName() function in AMDGPUIntrinsicInfo
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinIntrinsicInfo.cpp55 BlackfinIntrinsicInfo::lookupName(const char *Name, unsigned Len) const { in lookupName() function in BlackfinIntrinsicInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUIntrinsicInfo.cpp60 unsigned AMDGPUIntrinsicInfo::lookupName(const char *NameData, in lookupName() function in AMDGPUIntrinsicInfo
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.cpp59 lookupName(const char *Name, unsigned Len) const { in lookupName() function in MBlazeIntrinsicInfo
/external/javapoet/src/main/java/com/squareup/javapoet/
DCodeWriter.java355 String lookupName(ClassName className) { in lookupName() method in CodeWriter