| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Coarray.cpp | 30 TODO(converter.getCurrentLocation(), "CHANGE TEAM construct"); in genChangeTeamConstruct() 37 TODO(converter.getCurrentLocation(), "CHANGE TEAM stmt"); in genChangeTeamStmt() 44 TODO(converter.getCurrentLocation(), "END CHANGE TEAM"); in genEndChangeTeamStmt() 50 TODO(converter.getCurrentLocation(), "FORM TEAM"); in genFormTeamStatement() 60 TODO(converter.getCurrentLocation(), "co-array address"); in genAddr() 65 TODO(converter.getCurrentLocation(), "co-array value"); in genValue()
|
| H A D | OpenMP.cpp | 146 TODO(converter.getCurrentLocation(), in privatizeVars() 163 TODO(converter.getCurrentLocation(), in privatizeVars() 295 TODO(converter.getCurrentLocation(), in genCopyinClause() 342 mlir::emitWarning(converter.getCurrentLocation(), in getLoopVarType() 489 converter.getCurrentLocation()); in genOMP() 493 converter.getCurrentLocation()); in genOMP() 497 converter.getCurrentLocation()); in genOMP() 516 auto currentLocation = converter.getCurrentLocation(); in genAllocateClause() 562 TODO(converter.getCurrentLocation(), in genOMP() 1574 TODO(converter.getCurrentLocation(), in genOpenMPDeclarativeConstruct() [all …]
|
| H A D | Runtime.cpp | 46 mlir::Location loc = converter.getCurrentLocation(); in genStopStatement() 114 mlir::Location loc = converter.getCurrentLocation(); in genFailImageStatement() 124 TODO(converter.getCurrentLocation(), "EVENT POST runtime"); in genEventPostStatement() 130 TODO(converter.getCurrentLocation(), "EVENT WAIT runtime"); in genEventWaitStatement() 136 TODO(converter.getCurrentLocation(), "LOCK runtime"); in genLockStatement() 142 TODO(converter.getCurrentLocation(), "UNLOCK runtime"); in genUnlockStatement() 148 TODO(converter.getCurrentLocation(), "SYNC ALL runtime"); in genSyncAllStatement() 154 TODO(converter.getCurrentLocation(), "SYNC IMAGES runtime"); in genSyncImagesStatement() 160 TODO(converter.getCurrentLocation(), "SYNC MEMORY runtime"); in genSyncMemoryStatement() 166 TODO(converter.getCurrentLocation(), "SYNC TEAM runtime"); in genSyncTeamStatement() [all …]
|
| H A D | OpenACC.cpp | 213 mlir::Location currentLocation = converter.getCurrentLocation(); in createLoopOp() 378 mlir::Location currentLocation = converter.getCurrentLocation(); in createParallelOp() 548 mlir::Location currentLocation = converter.getCurrentLocation(); in genACCDataOp() 655 TODO(converter.getCurrentLocation(), in genACC() 660 TODO(converter.getCurrentLocation(), in genACC() 681 mlir::Location currentLocation = converter.getCurrentLocation(); in genACCEnterDataOp() 941 TODO(converter.getCurrentLocation(), in genACC() 1037 TODO(converter.getCurrentLocation(), in genOpenACCConstruct() 1044 TODO(converter.getCurrentLocation(), in genOpenACCConstruct() 1060 TODO(converter.getCurrentLocation(), in genOpenACCDeclarativeConstruct() [all …]
|
| H A D | CallInterface.cpp | 72 return ::getMangledName(converter.getCurrentLocation(), in getMangledName() 108 return converter.getCurrentLocation(); in getCalleeLocation() 228 TODO(converter.getCurrentLocation(), in walkResultLengths() 262 converter.getCurrentLocation(), in walkResultExtents() 285 mlir::Location loc = converter.getCurrentLocation(); in getArgumentValue() 309 mlir::Location loc = converter.getCurrentLocation(); in getResultSymbol() 676 TODO(interface.converter.getCurrentLocation(), in handleImplicitResult() 794 TODO(interface.converter.getCurrentLocation(), in translateDynamicType() 815 interface.converter.getCurrentLocation(); in handleExplicitDummy() 905 TODO(interface.converter.getCurrentLocation(), in handleImplicitDummy() [all …]
|
| H A D | CustomIntrinsicCall.cpp | 93 mlir::Location loc = converter.getCurrentLocation(); in prepareMinOrMaxArguments() 236 TODO(converter.getCurrentLocation(), in prepareCustomIntrinsicArgument()
|
| H A D | HostAssociations.cpp | 161 TODO(converter.getCurrentLocation(), in getType() 486 mlir::Location loc = converter.getCurrentLocation(); in hostProcedureBindings() 514 mlir::Location loc = converter.getCurrentLocation(); in internalProcedureBindings()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMTypeSyntax.cpp | 186 SMLoc loc = parser.getCurrentLocation(); in parseFunctionType() 226 SMLoc loc = parser.getCurrentLocation(); in parsePointerType() 260 SMLoc loc = parser.getCurrentLocation(); in parseVectorType() 261 if (parser.parseLess() || parser.getCurrentLocation(&dimPos) || in parseVectorType() 263 parser.getCurrentLocation(&typePos) || in parseVectorType() 296 SMLoc loc = parser.getCurrentLocation(); in parseArrayType() 297 if (parser.parseLess() || parser.getCurrentLocation(&sizePos) || in parseArrayType() 374 SMLoc kwLoc = parser.getCurrentLocation(); in parseStructType() 410 SMLoc subtypesLoc = parser.getCurrentLocation(); in parseStructType() 439 SMLoc keyLoc = parser.getCurrentLocation(); in dispatchParse() [all …]
|
| H A D | LLVMDialect.cpp | 142 if (parser.getCurrentLocation(&predicateLoc) || in parseCmpOp() 235 parser.getCurrentLocation(&trailingTypeLoc) || parser.parseType(type)) in parse() 1373 if (parser.getCurrentLocation(&loc) || parser.parseOperand(vector) || in parse() 1512 parser.getCurrentLocation(&attributeLoc) || in parse() 1515 parser.getCurrentLocation(&trailingTypeLoc) || in parse() 1593 if (parser.getCurrentLocation(&loc) || parser.parseOperand(value) || in parse() 1647 parser.getCurrentLocation(&attributeLoc) || in parse() 1650 parser.getCurrentLocation(&trailingTypeLoc) || in parse() 2128 if (parser.getCurrentLocation(&loc) || parser.parseOperand(v1) || in parse() 2268 auto signatureLocation = parser.getCurrentLocation(); in parse() [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpImplementation.h | 477 *loc = getCurrentLocation(); in getCurrentLocation() 564 auto loc = getCurrentLocation(); in parseString() 606 auto loc = getCurrentLocation(); in parseInteger() 618 auto loc = getCurrentLocation(); in parseOptionalInteger() 757 auto loc = getCurrentLocation(); in parseKeyword() 824 SMLoc loc = getCurrentLocation(); 858 SMLoc loc = getCurrentLocation(); in parseAttribute() 889 SMLoc loc = getCurrentLocation(); in parseCustomAttributeWithFallback() 925 SMLoc loc = getCurrentLocation(); in parseCustomAttributeWithFallback() 1054 SMLoc loc = getCurrentLocation(); in parseType() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVDialect.cpp | 158 SMLoc typeLoc = parser.getCurrentLocation(); in parseAndVerifyType() 202 SMLoc typeLoc = parser.getCurrentLocation(); in parseAndVerifyMatrixType() 238 SMLoc typeLoc = parser.getCurrentLocation(); in parseAndVerifySampledImageType() 266 SMLoc strideLoc = parser.getCurrentLocation(); in parseOptionalArrayStride() 291 SMLoc countLoc = parser.getCurrentLocation(); in parseArrayType() 329 SMLoc countLoc = parser.getCurrentLocation(); in parseCooperativeMatrixType() 370 SMLoc storageClassLoc = parser.getCurrentLocation(); in parsePointerType() 412 SMLoc countLoc = parser.getCurrentLocation(); in parseMatrixType() 445 SMLoc enumLoc = parser.getCurrentLocation(); in parseAndVerify() 573 SMLoc offsetLoc = parser.getCurrentLocation(); in parseStructMemberDecorations()
|
| H A D | SPIRVAttributes.cpp | 363 auto loc = parser.getCurrentLocation(); in parseKeywordList() 386 auto loc = parser.getCurrentLocation(); in parseInterfaceVarABIAttr() 403 auto loc = parser.getCurrentLocation(); in parseInterfaceVarABIAttr() 420 auto loc = parser.getCurrentLocation(); in parseInterfaceVarABIAttr() 451 auto loc = parser.getCurrentLocation(); in parseVerCapExtAttr() 531 auto loc = parser.getCurrentLocation(); in parseTargetEnvAttr() 541 loc = parser.getCurrentLocation(); in parseTargetEnvAttr() 552 loc = parser.getCurrentLocation(); in parseTargetEnvAttr()
|
| H A D | SPIRVOps.cpp | 74 SMLoc loc = parser.getCurrentLocation(); in parseOneResultSameOperandTypeOp() 176 auto loc = parser.getCurrentLocation(); in parseEnumStrAttr() 1036 auto loc = parser.getCurrentLocation(); in parse() 1157 auto loc = parser.getCurrentLocation(); in parseAtomicCompareExchangeImpl() 1276 auto loc = parser.getCurrentLocation(); in parse() 1625 auto loc = parser.getCurrentLocation(); in parse() 1759 auto loc = parser.getCurrentLocation(); in parse() 2475 auto loc = parser.getCurrentLocation(); in parse() 2640 auto loc = parser.getCurrentLocation(); in parse() 2871 auto loc = parser.getCurrentLocation(); in parse() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/ |
| H A D | TypeParser.cpp | 26 auto typeLoc = parser.getCurrentLocation(); in parseStorageType() 79 SMLoc minLoc = parser.getCurrentLocation(), maxLoc; in parseStorageRange() 81 parser.getCurrentLocation(&maxLoc) || in parseStorageRange() 97 auto typeLoc = parser.getCurrentLocation(); in parseExpressedTypeAndRange() 253 SMLoc scaleZPLoc = parser.getCurrentLocation(); in parseUniformType()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | FunctionImplementation.cpp | 31 parser.getCurrentLocation(), in parseFunctionArgumentList() 54 argument.ssaName.location = parser.getCurrentLocation(); in parseFunctionArgumentList() 182 SMLoc signatureLocation = parser.getCurrentLocation(); in parseFunctionOp() 204 SMLoc attributeDictLocation = parser.getCurrentLocation(); in parseFunctionOp() 228 SMLoc loc = parser.getCurrentLocation(); in parseFunctionOp()
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | default-type-attr-print-parser.td | 28 // ATTR: ::llvm::SMLoc typeLoc = parser.getCurrentLocation(); 56 // TYPE: ::llvm::SMLoc typeLoc = parser.getCurrentLocation();
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | ScriptParser.cpp | 288 SymbolAssignment *cmd = make<SymbolAssignment>(name, e, getCurrentLocation()); in readDefsym() 562 v.push_back(make<SymbolAssignment>(".", moveDot, getCurrentLocation())); in readOverlay() 888 OutputDesc *osd = script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription() 914 std::string location = getCurrentLocation(); in readOutputSectionDescription() 1037 return make<SymbolAssignment>(".", readAssert(), getCurrentLocation()); in readAssignment() 1077 std::string loc = getCurrentLocation(); in readSymbolAssignment() 1105 return make<SymbolAssignment>(name, e, getCurrentLocation()); in readSymbolAssignment() 1128 std::string loc = getCurrentLocation(); in combine() 1137 std::string loc = getCurrentLocation(); in combine() 1202 std::string location = getCurrentLocation(); in getPageSize() [all …]
|
| H A D | ScriptLexer.h | 35 std::string getCurrentLocation();
|
| H A D | ScriptLexer.cpp | 88 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation() function in ScriptLexer 100 std::string s = (getCurrentLocation() + ": " + msg).str(); in setError()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/EmitC/IR/ |
| H A D | EmitC.cpp | 200 SMLoc loc = parser.getCurrentLocation(); in parse() 231 SMLoc loc = parser.getCurrentLocation(); in parse()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | ParserUtils.h | 31 auto loc = parser.getCurrentLocation();
|
| /llvm-project-15.0.7/mlir/lib/Dialect/PDL/IR/ |
| H A D | PDLTypes.cpp | 70 SMLoc elementLoc = parser.getCurrentLocation(); in parse()
|
| /llvm-project-15.0.7/mlir/lib/AsmParser/ |
| H A D | AsmParserImpl.h | 54 SMLoc getCurrentLocation() override { return parser.getToken().getLoc(); } in getCurrentLocation() function 297 auto loc = getCurrentLocation(); in parseKeyword()
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | AbstractConverter.h | 207 virtual mlir::Location getCurrentLocation() = 0;
|
| /llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/ |
| H A D | OpenMPDialect.cpp | 118 SMLoc loc = parser.getCurrentLocation(); in parseClauseAttr() 262 SMLoc loc = parser.getCurrentLocation(); in parseScheduleClause() 404 return parser.emitError(parser.getCurrentLocation()) in parseSynchronizationHint()
|