Home
last modified time | relevance | path

Searched refs:StatementContext (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DConvertExpr.h40 class StatementContext; variable
48 StatementContext &stmtCtx);
71 StatementContext &stmtCtx);
80 StatementContext &stmtCtx);
96 StatementContext &stmtCtx);
123 StatementContext &stmtCtx);
131 StatementContext &stmtCtx);
175 StatementContext &stmtCtx);
186 StatementContext &stmtCtx);
193 StatementContext &stmtCtx);
[all …]
H A DStatementContext.h28 class StatementContext {
30 explicit StatementContext(bool cleanupProhibited = false) {
36 ~StatementContext() { in ~StatementContext()
91 StatementContext(const StatementContext &) = delete;
92 StatementContext &operator=(const StatementContext &) = delete;
93 StatementContext(StatementContext &&) = delete;
H A DAbstractConverter.h63 class StatementContext; variable
125 StatementContext &context,
130 StatementContext &stmtCtx) { in genExprAddr()
134 StatementContext &stmtCtx) { in genExprAddr()
140 StatementContext &context,
145 StatementContext &stmtCtx) { in genExprValue()
149 StatementContext &stmtCtx) { in genExprValue()
158 StatementContext &stmtCtx) = 0;
H A DAllocatable.h39 class StatementContext; variable
67 StatementContext &stmtCtx);
H A DIntrinsicCall.h21 class StatementContext; variable
33 StatementContext &);
H A DConvertVariable.h31 class StatementContext; variable
70 StatementContext &, mlir::Value preAlloc = {});
H A DIterationSpace.h186 StatementContext &stmtContext() { return stmtCtx; }
208 StatementContext stmtCtx;
365 StatementContext &stmtContext() { return stmtCtx; }
482 StatementContext &outermostContext() { return outerContext; }
540 StatementContext outerContext;
552 StatementContext stmtCtx;
H A DVectorSubscripts.h39 class StatementContext; variable
148 Fortran::lower::StatementContext &stmtCtx,
H A DCustomIntrinsicCall.h95 Fortran::lower::StatementContext &stmtCtx);
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp477 Fortran::lower::StatementContext stmtCtx; in genOutputItemList()
624 Fortran::lower::StatementContext stmtCtx; in genInputItemList()
672 Fortran::lower::StatementContext stmtCtx; in genIoLoop()
1212 Fortran::lower::StatementContext stmtCtx; in lowerErrorSpec()
1349 Fortran::lower::StatementContext &) { in maybeGetInternalIODescriptor() argument
1631 Fortran::lower::StatementContext stmtCtx; in genBasicIOStmt()
1685 Fortran::lower::StatementContext stmtCtx; in genNewunitSpec()
1706 Fortran::lower::StatementContext stmtCtx; in genOpenStatement()
1751 Fortran::lower::StatementContext stmtCtx; in genWaitStatement()
1909 Fortran::lower::StatementContext stmtCtx; in genDataTransferStmt()
[all …]
H A DOpenACC.cpp153 Fortran::lower::StatementContext &stmtCtx) { in genDeviceTypeClause()
175 Fortran::lower::StatementContext &stmtCtx) { in genIfClause()
187 Fortran::lower::StatementContext &stmtCtx) { in genWaitClause()
214 Fortran::lower::StatementContext stmtCtx; in createLoopOp()
379 Fortran::lower::StatementContext stmtCtx; in createParallelOp()
549 Fortran::lower::StatementContext stmtCtx; in genACCDataOp()
682 Fortran::lower::StatementContext stmtCtx; in genACCEnterDataOp()
757 Fortran::lower::StatementContext stmtCtx; in genACCExitDataOp()
823 Fortran::lower::StatementContext stmtCtx; in genACCInitShutdownOp()
871 Fortran::lower::StatementContext stmtCtx; in genACCUpdateOp()
[all …]
H A DCustomIntrinsicCall.cpp121 Fortran::lower::StatementContext &stmtCtx) { in lowerMinOrMax()
192 Fortran::lower::StatementContext &stmtCtx) { in lowerIshftc()
245 Fortran::lower::StatementContext &stmtCtx) { in lowerCustomIntrinsic()
H A DConvertVariable.cpp163 Fortran::lower::StatementContext stmtCtx; in genExtAddrInInitializer()
185 Fortran::lower::StatementContext stmtCtx; in genInitialDataTarget()
265 Fortran::lower::StatementContext &stmtCtx) { in genDefaultInitializerValue()
446 Fortran::lower::StatementContext stmtCtx( in defineGlobal()
531 Fortran::lower::StatementContext stmtCtx; in instantiateGlobal()
611 Fortran::lower::StatementContext stmtCtx; in instantiateLocal()
699 Fortran::lower::StatementContext stmtCtx; in defineGlobalAggregateStore()
803 Fortran::lower::StatementContext stmtCtx; in instantiateAlias()
996 Fortran::lower::StatementContext stmtCtx; in finalizeCommonBlockDefinition()
1072 Fortran::lower::StatementContext stmtCtx; in instantiateCommon()
[all …]
H A DBridge.cpp534 Fortran::lower::StatementContext stmtCtx; in copyHostAssociateVar()
713 Fortran::lower::StatementContext stmtCtx; in genLoopVariableAddress()
775 Fortran::lower::StatementContext stmtCtx; in genFIRConditionalBranch()
784 Fortran::lower::StatementContext stmtCtx; in genFIRConditionalBranch()
872 Fortran::lower::StatementContext stmtCtx; in genIfCondition()
897 Fortran::lower::StatementContext stmtCtx; in genFIR()
927 Fortran::lower::StatementContext stmtCtx; in genFIR()
949 Fortran::lower::StatementContext stmtCtx; in genFIR()
1691 Fortran::lower::StatementContext stmtCtx; in genFIR()
1874 Fortran::lower::StatementContext stmtCtx; in genFIR()
[all …]
H A DAllocatable.cpp58 Fortran::lower::StatementContext stmtCtx; in init()
336 Fortran::lower::StatementContext stmtCtx; in genInlinedAllocation()
401 Fortran::lower::StatementContext stmtCtx; in genSimpleAllocation()
439 Fortran::lower::StatementContext stmtCtx; in lowerAllocateLengthParameters()
684 mlir::ValueRange lbounds, Fortran::lower::StatementContext &stmtCtx) { in associateMutableBox()
H A DVectorSubscripts.cpp29 Fortran::lower::StatementContext &stmtCtx) in VectorSubscriptBoxBuilder()
237 Fortran::lower::StatementContext &stmtCtx;
250 Fortran::lower::StatementContext &stmtCtx, in genVectorSubscriptBox()
H A DOpenMP.cpp517 Fortran::lower::StatementContext stmtCtx; in genAllocateClause()
601 Fortran::lower::StatementContext &stmtCtx, in getIfClauseOperand()
624 Fortran::lower::StatementContext stmtCtx; in createCombinedParallelOp()
673 Fortran::lower::StatementContext stmtCtx; in genOMP()
910 Fortran::lower::StatementContext stmtCtx; in genOMP()
943 Fortran::lower::StatementContext stmtCtx; in genOMP()
1306 Fortran::lower::StatementContext stmtCtx; in genOmpAtomicUpdateStatement()
1373 Fortran::lower::StatementContext stmtCtx; in genOmpAtomicWrite()
1404 Fortran::lower::StatementContext stmtCtx; in genOmpAtomicRead()
H A DConvertExpr.cpp3349 Fortran::lower::StatementContext &stmtCtx;
7403 Fortran::lower::StatementContext &stmtCtx;
7436 Fortran::lower::StatementContext &stmtCtx) { in createSomeExtendedExpression()
7470 Fortran::lower::StatementContext &stmtCtx) { in createSomeInitializerExpression()
7481 Fortran::lower::StatementContext &stmtCtx) { in createSomeExtendedAddress()
7489 Fortran::lower::StatementContext &stmtCtx) { in createInitializerAddress()
7507 Fortran::lower::StatementContext &stmtCtx) { in createSomeArrayAssignment()
7515 Fortran::lower::StatementContext &stmtCtx) { in createSomeArrayAssignment()
7573 Fortran::lower::StatementContext &stmtCtx) { in createSomeArrayTempValue()
7606 Fortran::lower::StatementContext dummyStmtCtx; in createMutableBox()
[all …]
H A DRuntime.cpp47 Fortran::lower::StatementContext stmtCtx; in genStopStatement()
H A DIntrinsicCall.cpp135 mlir::Location loc, Fortran::lower::StatementContext *stmtCtx, in genFuncDim()
183 Fortran::lower::StatementContext *stmtCtx, llvm::StringRef errMsg, in genProdOrSum()
226 mlir::Location loc, Fortran::lower::StatementContext *stmtCtx, in genDotProd()
254 Fortran::lower::StatementContext *stmtCtx, in genExtremumVal()
316 mlir::Location loc, Fortran::lower::StatementContext *stmtCtx, in genExtremumloc()
417 Fortran::lower::StatementContext *stmtCtx = nullptr) in IntrinsicLibrary()
638 Fortran::lower::StatementContext *stmtCtx;
4489 Fortran::lower::StatementContext &stmtCtx) { in genIntrinsicCall()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt2110 flang/include/flang/Lower/StatementContext.h