/llvm-project/flang/lib/Semantics/ |
H A D | check-directive-structure.h | 35 NoBranchingEnforce(SemanticsContext & context,parser::CharBlock sourcePosition,D directive,std::string && upperCaseDirName) NoBranchingEnforce() argument 191 D directive; global() member 233 SetContextDirectiveSource(const parser::CharBlock & directive) SetContextDirectiveSource() argument 384 getDirectiveName(D directive) getDirectiveName() argument 396 CheckNoBranching(const parser::Block & block,D directive,const parser::CharBlock & directiveSource) CheckNoBranching() argument [all...] |
H A D | check-acc-structure.cpp | 818 getDirectiveName(llvm::acc::Directive directive) getDirectiveName() argument [all...] |
H A D | check-cuda.cpp | 508 const auto &directive{std::get<parser::CUFKernelDoConstruct::Directive>(x.t)}; Enter() local
|
H A D | resolve-directives.cpp | 48 T directive; global() member 1956 IsNestedInDirective(llvm::omp::Directive directive) IsNestedInDirective() argument [all...] |
H A D | check-omp-structure.cpp | 3250 getDirectiveName(llvm::omp::Directive directive) getDirectiveName() argument [all...] |
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | ClauseProcessor.h | 250 processTODO(mlir::Location currentLocation,llvm::omp::Directive directive) processTODO() argument
|
H A D | OpenMP.cpp | 1183 genTargetEnterExitUpdateDataClauses(lower::AbstractConverter & converter,semantics::SemanticsContext & semaCtx,lower::StatementContext & stmtCtx,const List<Clause> & clauses,mlir::Location loc,llvm::omp::Directive directive,mlir::omp::TargetEnterExitUpdateDataClauseOps & clauseOps) genTargetEnterExitUpdateDataClauses() argument 1802 [[maybe_unused]] llvm::omp::Directive directive; genTargetEnterExitUpdateDataOp() local 2228 const auto &directive = std::get<parser::OmpSimpleStandaloneDirective>( genOMP() local 2398 llvm::omp::Directive directive = genOMP() local 2452 llvm::omp::Directive directive = genOMP() local 2488 llvm::omp::Directive directive = genOMP() local [all...] |
H A D | ClauseProcessor.cpp | 153 auto &directive = getIfClauseOperand() local
|
/llvm-project/flang/lib/Parser/ |
H A D | parsing.cpp | 126 std::string directive; EmitPreprocessedSource() local [all...] |
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreAsmPrinter.cpp | 186 printInlineJT(const MachineInstr * MI,int opNum,raw_ostream & O,const std::string & directive) printInlineJT() argument
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFAsmParser.cpp | 334 ParseDirectiveSection(StringRef directive,SMLoc loc) ParseDirectiveSection() argument 412 ParseDirectivePushSection(StringRef directive,SMLoc loc) ParseDirectivePushSection() argument [all...] |
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Lexer.h | 93 directive, enumerator
|
H A D | Parser.cpp | 768 if (directive == "#include") in parseDirective() local
|
/llvm-project/flang/lib/Lower/ |
H A D | PFTBuilder.cpp | 285 return enterConstructOrDirective(directive); in Pre() argument 268 Pre(const parser::CompilerDirective & directive) Pre() argument 1328 dumpCompilerDirectiveUnit(llvm::raw_ostream & outputStream,const lower::pft::CompilerDirectiveUnit & directive) dumpCompilerDirectiveUnit() argument 1363 dumpOpenACCDirectiveUnit(llvm::raw_ostream & outputStream,const lower::pft::OpenACCDirectiveUnit & directive) dumpOpenACCDirectiveUnit() argument [all...] |