Home
last modified time | relevance | path

Searched defs:keyword (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/mlir/lib/AsmParser/
H A DAsmParserImpl.h338 return emitError(loc, "expected '") << keyword << "'" << msg; in parseKeyword() argument
350 parser.getTokenSpelling() != keyword) in parseOptionalKeyword() argument
363 parseOptionalKeyword(StringRef * keyword) parseOptionalKeyword() argument
375 parseOptionalKeyword(StringRef * keyword,ArrayRef<StringRef> allowedKeywords) parseOptionalKeyword() argument
396 StringRef keyword; parseOptionalKeywordOrString() local
603 parseKeywordOrCompletion(StringRef * keyword) parseKeywordOrCompletion() argument
[all...]
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVParsingUtils.h51 StringRef keyword; variable
H A DSPIRVDialect.cpp776 StringRef keyword; parseType() local
[all...]
H A DSPIRVAttributes.cpp372 if (parser.parseKeyword(&keyword) || in parseKeywordList() local
/llvm-project/llvm/utils/lit/lit/
H A DTestRunner.py1492 # The keyword used to indicate the directive. argument
1437 __init__(self, start_line_number, end_line_number, keyword) global() argument
1445 add_continuation(self, line_number, keyword, line) global() argument
1488 __init__(self, start_line_number, end_line_number, keyword, line) global() argument
1520 __init__(self, start_line_number, end_line_number, keyword, new_subst, line) global() argument
1528 add_continuation(self, line_number, keyword, line) global() argument
1857 __init__(self, keyword, kind, parser=None, initial_value=None) global() argument
1942 _handleCommand(cls, line_number, line, output, keyword) global() argument
2006 _handleSubst(cls, line_number, line, output, keyword, new_subst) global() argument
[all...]
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMAttrs.cpp150 StringRef keyword; parseExpressionArg() local
185 if (const StringRef keyword = printExpressionArg() local
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_stream.c26 const struct isl_keyword *keyword = (const struct isl_keyword *)entry; in same_name() local
35 struct isl_keyword *keyword; in isl_stream_register_keyword() local
320 struct isl_keyword *keyword; in check_keywords() local
781 struct isl_keyword *keyword = *p; in free_keyword() local
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformDialect.cpp73 StringRef keyword; in parseType() local
/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h62 ColorStyle keyword; member
/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp99 properties_sp->Apropos(keyword, matching_properties); in Apropos() argument
/llvm-project/mlir/include/mlir/IR/
H A DOpImplementation.h849 StringRef keyword; global() variable
856 parseKeyword(StringRef keyword) parseKeyword() argument
862 parseKeyword(StringRef * keyword) parseKeyword() argument
1290 parseKeywordType(const char * keyword,Type & result) parseKeywordType() argument
[all...]
/llvm-project/llvm/utils/lit/tests/unit/
H A DTestRunner.py74 def get_parser(parser_list, keyword): argument
/llvm-project/flang/include/flang/Evaluate/
H A Dcall.h116 std::optional<parser::CharBlock> keyword() const { return keyword_; } in keyword() function
/llvm-project/flang/lib/Parser/
H A Dparse-tree.cpp169 std::optional<Keyword> keyword; in ConvertToStructureConstructor() local
/llvm-project/flang/unittests/Evaluate/
H A Dintrinsics.cpp51 std::string keyword; member
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp236 StringRef keyword; parseType() local
460 parseAttributions(OpAsmParser & parser,StringRef keyword,SmallVectorImpl<OpAsmParser::Argument> & args) parseAttributions() argument
471 printAttributions(OpAsmPrinter & p,StringRef keyword,ArrayRef<BlockArgument> values) printAttributions() argument
1388 parseAttributions(OpAsmParser & parser,StringRef keyword,SmallVectorImpl<OpAsmParser::Argument> & args,Attribute & attributionAttrs) parseAttributions() argument
1504 printAttributions(OpAsmPrinter & p,StringRef keyword,ArrayRef<BlockArgument> values,ArrayAttr attributes) printAttributions() argument
[all...]
/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp452 llvm::StringRef keyword, in Apropos() argument
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestOpsSyntax.cpp260 StringRef keyword; in parse() local
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics.cpp241 const char *keyword{nullptr}; global() member
1551 CheckMaxMinArgument(parser::CharBlock keyword,std::set<parser::CharBlock> & set,const char * intrinsicName,parser::ContextualMessages & messages) CheckMaxMinArgument() argument
[all...]
/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp749 verifyDeviceTypeCountMatch(Op op,OperandRange operands,ArrayAttr deviceTypes,llvm::StringRef keyword) verifyDeviceTypeCountMatch() argument
759 verifyDeviceTypeAndSegmentCountMatch(Op op,OperandRange operands,DenseI32ArrayAttr segments,ArrayAttr deviceTypes,llvm::StringRef keyword,int32_t maxInSegment=0) verifyDeviceTypeAndSegmentCountMatch() argument
1570 parseGangValue(OpAsmParser & parser,llvm::StringRef keyword,llvm::SmallVectorImpl<mlir::OpAsmParser::UnresolvedOperand> & operands,llvm::SmallVectorImpl<Type> & types,llvm::SmallVector<GangArgTypeAttr> & attributes,GangArgTypeAttr gangArgType,bool & needCommaBetweenValues,bool & newValue) parseGangValue() argument
[all...]
/llvm-project/flang/lib/Semantics/
H A Dtype.cpp45 AddRawParamValue(const parser::Keyword * keyword,ParamValue && value) AddRawParamValue() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp402 const char *keyword = g_keywords[i]; in DoExecute() local
/llvm-project/flang/runtime/
H A Dio-api.cpp514 static RT_API_ATTRS bool YesOrNo(const char *keyword, std::size_t length, in YesOrNo() argument
[all...]
/llvm-project/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp359 StringRef keyword; parseScheduleClause() local
811 StringRef keyword; parseDependVarList() local
[all...]
/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp2187 printKeywordOrString(StringRef keyword,raw_ostream & os) printKeywordOrString() argument
2827 printKeywordOrString(StringRef keyword) printKeywordOrString() argument
2832 printString(StringRef keyword) printString() argument
[all...]

12