Home
last modified time | relevance | path

Searched refs:lookupName (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetIntrinsicInfo.h49 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
51 unsigned lookupName(StringRef Name) const { in lookupName() function
52 return lookupName(Name.data(), Name.size()); in lookupName()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetIntrinsicInfo.cpp29 return lookupName(ValName->getKeyData(), ValName->getKeyLength()); in getIntrinsicID()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetIntrinsicInfo.cpp29 return lookupName(ValName->getKeyData(), ValName->getKeyLength()); in getIntrinsicID()
/external/llvm/lib/Target/
DTargetIntrinsicInfo.cpp29 return lookupName(ValName->getKeyData(), ValName->getKeyLength()); in getIntrinsicID()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinIntrinsicInfo.h24 unsigned lookupName(const char *Name, unsigned Len) const;
DBlackfinIntrinsicInfo.cpp55 BlackfinIntrinsicInfo::lookupName(const char *Name, unsigned Len) const { in lookupName() function in BlackfinIntrinsicInfo
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.h24 unsigned lookupName(const char *Name, unsigned Len) const;
DMBlazeIntrinsicInfo.cpp59 lookupName(const char *Name, unsigned Len) const { in lookupName() function in MBlazeIntrinsicInfo
/external/llvm/lib/Target/AMDGPU/
DAMDGPUIntrinsicInfo.h39 unsigned lookupName(const char *Name, unsigned Len) const override;
DAMDGPUIntrinsicInfo.cpp44 unsigned AMDGPUIntrinsicInfo::lookupName(const char *NameData, in lookupName() function in AMDGPUIntrinsicInfo
DAMDGPUTargetTransformInfo.cpp280 switch (TII->lookupName((const char *)Name.bytes_begin(), Name.size())) { in isIntrinsicSourceOfDivergence()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetIntrinsicInfo.h47 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
/external/llvm/include/llvm/Target/
DTargetIntrinsicInfo.h48 virtual unsigned lookupName(const char *Name, unsigned Len) const =0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUIntrinsicInfo.h43 unsigned lookupName(const char *Name, unsigned Len) const override;
DAMDGPUIntrinsicInfo.cpp60 unsigned AMDGPUIntrinsicInfo::lookupName(const char *NameData, in lookupName() function in AMDGPUIntrinsicInfo
/external/javapoet/src/main/java/com/squareup/javapoet/
DClassName.java244 String qualifiedName = out.lookupName(className);
DCodeWriter.java355 String lookupName(ClassName className) { in lookupName() method in CodeWriter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1873 ID = static_cast<Intrinsic::ID>(TII->lookupName(Name)); in parseIntrinsicOperand()
/external/sqlite/dist/orig/
Dsqlite3.c91330 static int lookupName(
91797 return lookupName(pParse, zDb, zTable, zColumn, pNC, pExpr);
/external/sqlite/dist/
Dsqlite3.c91346 static int lookupName(
91813 return lookupName(pParse, zDb, zTable, zColumn, pNC, pExpr);