Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dxmlconfig.c118 findOption(const driOptionCache *cache, const char *name) in findOption() function
589 opt = findOption (cache, attrVal[OA_NAME]); in parseOptInfoAttr()
835 uint32_t opt = findOption (cache, name); in parseOptConfAttr()
1071 uint32_t i = findOption (cache, name); in driCheckOption()
1078 uint32_t i = findOption (cache, name); in driQueryOptionb()
1088 uint32_t i = findOption (cache, name); in driQueryOptioni()
1098 uint32_t i = findOption (cache, name); in driQueryOptionf()
1108 uint32_t i = findOption (cache, name); in driQueryOptionstr()
/external/llvm/include/llvm/IR/
DLegacyPassNameParser.h71 if (findOption(P->getPassArgument()) != getNumOptions()) { in passRegistered()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLegacyPassNameParser.h71 if (findOption(P->getPassArgument().data()) != getNumOptions()) { in passRegistered()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPassNameParser.h70 if (findOption(P->getPassArgument()) != getNumOptions()) { in passRegistered()
DCommandLine.h587 unsigned findOption(const char *Name);
646 assert(findOption(Name) == Values.size() && "Option already exists!");
655 unsigned N = findOption(Name);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCommandLine.h730 unsigned findOption(StringRef Name);
791 assert(findOption(Name) == Values.size() && "Option already exists!");
800 unsigned N = findOption(Name);
/external/llvm/include/llvm/Support/
DCommandLine.h701 unsigned findOption(const char *Name);
760 assert(findOption(Name) == Values.size() && "Option already exists!");
769 unsigned N = findOption(Name);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h715 unsigned findOption(StringRef Name);
774 assert(findOption(Name) == Values.size() && "Option already exists!");
783 unsigned N = findOption(Name);
/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp1054 unsigned generic_parser_base::findOption(const char *Name) { in findOption() function in generic_parser_base
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCommandLine.cpp1613 unsigned generic_parser_base::findOption(StringRef Name) { in findOption() function in generic_parser_base
/external/llvm/lib/Support/
DCommandLine.cpp1532 unsigned generic_parser_base::findOption(const char *Name) { in findOption() function in generic_parser_base
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1557 unsigned generic_parser_base::findOption(StringRef Name) { in findOption() function in generic_parser_base