Home
last modified time | relevance | path

Searched refs:currentLocation (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp196 return firOpBuilder.createConvert(currentLocation, in genCommonBlockMember()
231 currentLocation, symValue.getType(), symValue); in threadPrivatizeVars()
770 currentLocation, /*simd=*/nullptr); in genOMP()
993 TODO(currentLocation, in genOMP()
1006 redType, currentLocation); in genOMP()
1008 TODO(currentLocation, in genOMP()
1017 TODO(currentLocation, in genOMP()
1171 currentLocation, name, hint); in genOMP()
1208 TODO(currentLocation, "OMPC_Reduction"); in genOMP()
1321 currentLocation, address, hint, memory_order); in genOmpAtomicUpdateStatement()
[all …]
H A DOpenACC.cpp213 mlir::Location currentLocation = converter.getCurrentLocation(); in createLoopOp() local
279 currentLocation, firOpBuilder.getIntegerType(32), in createLoopOp()
305 firOpBuilder, currentLocation, operands, operandSegments); in createLoopOp()
378 mlir::Location currentLocation = converter.getCurrentLocation(); in createParallelOp() local
422 currentLocation, firOpBuilder.getI1Type(), cond); in createParallelOp()
548 mlir::Location currentLocation = converter.getCurrentLocation(); in genACCDataOp() local
615 firOpBuilder, currentLocation, operands, operandSegments); in genACCDataOp()
733 firOpBuilder, currentLocation, operands, operandSegments); in genACCEnterDataOp()
804 firOpBuilder, currentLocation, operands, operandSegments); in genACCExitDataOp()
913 firOpBuilder, currentLocation, operands, operandSegments); in genACCUpdateOp()
[all …]
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp112 Result.Range.Start = currentLocation(); in getNextToken()
209 Result.Range.End = currentLocation(); in getNextToken()
261 Range.End = currentLocation(); in consumeNumberLiteral()
295 Range.End = currentLocation(); in consumeStringLiteral()
308 SourceLocation currentLocation() { in currentLocation() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer