| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree-visitor.h | 37 if (visitor.Pre(x)) { in Walk() 45 if (mutator.Pre(x)) { in Walk() 87 if (visitor.Pre(x)) { in Walk() 95 if (mutator.Pre(x)) { in Walk() 136 if (visitor.Pre(x)) { in Walk() 143 if (mutator.Pre(x)) { in Walk() 150 if (visitor.Pre(x)) { in Walk() 157 if (mutator.Pre(x)) { in Walk() 167 if (visitor.Pre(x)) { in Walk() 173 if (mutator.Pre(x)) { in Walk() [all …]
|
| H A D | dump-parse-tree.h | 721 template <typename T> bool Pre(const T &x) { in NODE() 747 bool Pre(const CharBlock &) { return true; } in Pre() function 750 template <typename T> bool Pre(const Statement<T> &) { return true; } in Pre() function 752 template <typename T> bool Pre(const UnlabeledStatement<T> &) { return true; } in Pre() function 755 template <typename T> bool Pre(const common::Indirection<T> &) { in Pre() function 760 template <typename A> bool Pre(const Scalar<A> &) { in Pre() function 766 template <typename A> bool Pre(const Constant<A> &) { in Pre() function 772 template <typename A> bool Pre(const Integer<A> &) { in Pre() function 778 template <typename A> bool Pre(const Logical<A> &) { in Pre() function 784 template <typename A> bool Pre(const DefaultChar<A> &) { in Pre() function [all …]
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | rewrite-parse-tree.cpp | 38 template <typename T> bool Pre(T &) { return true; } in Pre() function in Fortran::semantics::RewriteMutator 43 bool Pre(parser::ExecutionPart &); 50 bool Pre(parser::EquivalenceStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator 51 bool Pre(parser::Keyword &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator 52 bool Pre(parser::EntryStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator 56 bool Pre(parser::EndBlockDataStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator 57 bool Pre(parser::EndFunctionStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator 59 bool Pre(parser::EndModuleStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator 61 bool Pre(parser::EndProgramStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator 64 bool Pre(parser::EndTypeStmt &) { return false; } in Pre() function in Fortran::semantics::RewriteMutator [all …]
|
| H A D | resolve-directives.cpp | 131 bool Pre(const parser::AccBindClause &); 155 bool Pre(const parser::AccClause::Attach &); 156 bool Pre(const parser::AccClause::Detach &); 158 bool Pre(const parser::AccClause::Copy &x) { in Pre() function in Fortran::semantics::AccAttributeVisitor 164 bool Pre(const parser::AccClause::Create &x) { in Pre() function in Fortran::semantics::AccAttributeVisitor 170 bool Pre(const parser::AccClause::Copyin &x) { in Pre() function in Fortran::semantics::AccAttributeVisitor 271 bool Pre(const parser::ModuleSubprogram &) { in Pre() function in Fortran::semantics::OmpAttributeVisitor 309 bool Pre(const parser::DoConstruct &); 366 bool Pre(const parser::OmpLinearClause &x) { in Pre() function in Fortran::semantics::OmpAttributeVisitor 420 bool Pre(const parser::OmpDependClause &x) { in Pre() function in Fortran::semantics::OmpAttributeVisitor [all …]
|
| H A D | resolve-names.cpp | 243 bool Pre(const parser::Pass &); 316 using AttrsVisitor::Pre; 377 using DeclTypeSpecVisitor::Pre; 859 using ScopeHandler::Pre; 1421 using AccVisitor::Pre; 1424 using ConstructVisitor::Pre; 1430 using InterfaceVisitor::Pre; 1432 using ModuleVisitor::Pre; 1434 using OmpVisitor::Pre; 1436 using ScopeHandler::Pre; [all …]
|
| H A D | unparse-with-symbols.cpp | 29 template <typename T> bool Pre(const T &) { return true; } in Pre() function in Fortran::semantics::SymbolDumpVisitor 31 template <typename T> bool Pre(const parser::Statement<T> &stmt) { in Pre() function in Fortran::semantics::SymbolDumpVisitor 38 bool Pre(const parser::AccClause &clause) { in Pre() function in Fortran::semantics::SymbolDumpVisitor 43 bool Pre(const parser::OmpClause &clause) { in Pre() function in Fortran::semantics::SymbolDumpVisitor 48 bool Pre(const parser::OpenMPThreadprivate &dir) { in Pre() function in Fortran::semantics::SymbolDumpVisitor
|
| H A D | resolve-labels.cpp | 203 template <typename A> constexpr bool Pre(const A &x) { in Pre() function in Fortran::semantics::ParseTreeAnalyzer 259 bool Pre(const parser::InternalSubprogram &) { in Pre() function in Fortran::semantics::ParseTreeAnalyzer 262 bool Pre(const parser::ModuleSubprogram &) { in Pre() function in Fortran::semantics::ParseTreeAnalyzer 268 bool Pre(const parser::BlockConstruct &blockConstruct) { in Pre() function in Fortran::semantics::ParseTreeAnalyzer 277 bool Pre(const parser::DoConstruct &doConstruct) { in Pre() function in Fortran::semantics::ParseTreeAnalyzer 280 bool Pre(const parser::IfConstruct &ifConstruct) { in Pre() function in Fortran::semantics::ParseTreeAnalyzer 283 bool Pre(const parser::IfConstruct::ElseIfBlock &) { in Pre() function in Fortran::semantics::ParseTreeAnalyzer 286 bool Pre(const parser::IfConstruct::ElseBlock &) { in Pre() function in Fortran::semantics::ParseTreeAnalyzer 289 bool Pre(const parser::CaseConstruct &caseConstruct) { in Pre() function in Fortran::semantics::ParseTreeAnalyzer 298 bool Pre(const parser::SelectRankConstruct::RankCase &) { in Pre() function in Fortran::semantics::ParseTreeAnalyzer [all …]
|
| H A D | check-coarray.cpp | 26 template <typename T> bool Pre(const T &) { return true; } in Pre() function in Fortran::semantics::CriticalBodyEnforce 29 template <typename T> bool Pre(const parser::Statement<T> &statement) { in Pre() function in Fortran::semantics::CriticalBodyEnforce
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | expression.h | 36 template <typename A> bool Pre(const A &x) { in Pre() function 424 bool Pre(const parser::Expr &x) { in Pre() function 428 bool Pre(const parser::Variable &x) { in Pre() function 432 bool Pre(const parser::Selector &x) { in Pre() function 436 bool Pre(const parser::DataStmtValue &x) { in Pre() function 440 bool Pre(const parser::AllocateObject &x) { in Pre() function 444 bool Pre(const parser::PointerObject &x) { in Pre() function 448 bool Pre(const parser::DataImpliedDo &); 450 bool Pre(const parser::CallStmt &x) { in Pre() function 454 bool Pre(const parser::AssignmentStmt &x) { in Pre() function [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeDeserializer.h | 114 RecordPrefix Pre(static_cast<uint16_t>(TypeLeafKind::LF_FIELDLIST)); in FieldListDeserializer() 115 CVType FieldList(&Pre, sizeof(Pre)); in FieldListDeserializer() 120 RecordPrefix Pre(static_cast<uint16_t>(TypeLeafKind::LF_FIELDLIST)); in ~FieldListDeserializer() 121 CVType FieldList(&Pre, sizeof(Pre)); in ~FieldListDeserializer()
|
| /llvm-project-15.0.7/flang/examples/PrintFlangFunctionNames/ |
| H A D | PrintFlangFunctionNames.cpp | 32 template <typename A> bool Pre(const A &) { return true; } in Pre() function 35 bool Pre(const Fortran::parser::FunctionSubprogram &) { in Pre() function 48 bool Pre(const Fortran::parser::SubroutineSubprogram &) { in Pre() function
|
| /llvm-project-15.0.7/llvm/lib/Option/ |
| H A D | Option.cpp | 63 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print() local 64 O << '"' << *Pre << (*(Pre + 1) == nullptr ? "\"" : "\", "); in print()
|
| H A D | OptTable.cpp | 182 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption() local 183 StringRef Prefix(*Pre); in matchOption()
|
| /llvm-project-15.0.7/flang/examples/FlangOmpReport/ |
| H A D | FlangOmpReportVisitor.h | 60 template <typename A> bool Pre(const A &) { return true; } in Pre() function 62 bool Pre(const OpenMPDeclarativeConstruct &c); 63 bool Pre(const OpenMPConstruct &c);
|
| H A D | FlangOmpReportVisitor.cpp | 156 bool OpenMPCounterVisitor::Pre(const OpenMPDeclarativeConstruct &c) { in Pre() function in Fortran::parser::OpenMPCounterVisitor 161 bool OpenMPCounterVisitor::Pre(const OpenMPConstruct &c) { in Pre() function in Fortran::parser::OpenMPCounterVisitor
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | 2008-05-16-PHIBlockMerge.ll | 101 ; CHECK: Pre-Exit: 113 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit 116 %b = phi i32 [ 1, %BB.nomerge ], [ 1, %Common ], [ 2, %Pre-Exit ] 118 br i1 %conde, label %Common, label %Pre-Exit 124 Pre-Exit: ; preds = %Succ 130 Exit: ; preds = %Pre-Exit
|
| H A D | EqualPHIEdgeBlockMerge.ll | 275 ; CHECK: Pre-Exit: 287 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit 290 %b = phi i32 [ 1, %BB.nomerge ], [ 1, %Common ], [ 2, %Pre-Exit ] 292 br i1 %conde, label %Common, label %Pre-Exit 298 Pre-Exit: ; preds = %Succ 304 Exit: ; preds = %Pre-Exit
|
| /llvm-project-15.0.7/libcxx/test/std/time/time.hms/time.hms.members/ |
| H A D | precision.pass.cpp | 56 using Pre = std::chrono::duration<CT, std::ratio<1, powers[width]>>; in check_precision() typedef 57 return std::is_same_v<typename HMS::precision, Pre>; in check_precision()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | ghc-cc-06.ll | 12 ; CHECK: LLVM ERROR: Pre allocated stack space for GHC function is too small
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | directive-arch-armv2.s | 23 @ CHECK-ATTR: Description: Pre-v4
|
| H A D | directive-arch-armv3.s | 23 @ CHECK-ATTR: Description: Pre-v4
|
| H A D | directive-arch-armv2a.s | 23 @ CHECK-ATTR: Description: Pre-v4
|
| H A D | directive-arch-armv3m.s | 23 @ CHECK-ATTR: Description: Pre-v4
|
| H A D | arm_addrmode2.s | 37 @ Pre-indexed
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | postrasched.ll | 5 ; Pre and post ra machine scheduling
|