Searched defs:declOp (Results 1 – 5 of 5) sorted by relevance
/llvm-project/flang/lib/Optimizer/Transforms/ | ||
H A D | AddDebugInfo.cpp | 78 handleDeclareOp(fir::cg::XDeclareOp declOp,mlir::LLVM::DIFileAttr fileAttr,mlir::LLVM::DIScopeAttr scopeAttr,fir::DebugTypeGenerator & typeGen) handleDeclareOp() argument |
/llvm-project/flang/lib/Lower/OpenMP/ | ||
H A D | ReductionProcessor.cpp | 752 } else if (auto declOp = symVal.getDefiningOp<hlfir::DeclareOp>()) { addDeclareReduction() local |
H A D | ClauseProcessor.cpp | 764 auto declOp = symVal.getDefiningOp<hlfir::DeclareOp>(); processCopyprivate() local |
H A D | OpenMP.cpp | 158 if (auto declOp = mlir::dyn_cast<hlfir::DeclareOp>(op)) threadPrivatizeVars() local |
/llvm-project/flang/lib/Lower/ | ||
H A D | ConvertVariable.cpp | 893 if (auto declOp = mlir::dyn_cast<hlfir::DeclareOp>(op)) deallocateIntentOut() local |