Searched refs:FRI (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMCResourceInfo.cpp | 241 const AMDGPUResourceUsageAnalysisWrapperPass::FunctionResourceInfo &FRI, in gatherResourceInfo() argument 250 addMaxVGPRCandidate(FRI.NumVGPR); in gatherResourceInfo() 251 addMaxAGPRCandidate(FRI.NumAGPR); in gatherResourceInfo() 252 addMaxSGPRCandidate(FRI.NumExplicitSGPR); in gatherResourceInfo() 261 if (!FRI.Callees.empty()) { in gatherResourceInfo() 263 for (const Function *Callee : FRI.Callees) { in gatherResourceInfo() 272 if (!FRI.HasIndirectCall) { in gatherResourceInfo() 274 FRI.Callees, OutContext); in gatherResourceInfo() 288 SetMaxReg(MaxVGPRSym, FRI.NumVGPR, RIK_NumVGPR); in gatherResourceInfo() 289 SetMaxReg(MaxAGPRSym, FRI.NumAGPR, RIK_NumAGPR); in gatherResourceInfo() [all …]
|
| H A D | AMDGPUMCResourceInfo.h | 101 const AMDGPUResourceUsageAnalysisWrapperPass::FunctionResourceInfo &FRI,
|
| /freebsd/usr.bin/at/ |
| H A D | parsetime.c | 71 SUN, MON, TUE, WED, THU, FRI, SAT enumerator 136 { "friday", FRI, 0 }, 137 { "fri", FRI, 0 }, 514 case WED: case THU: case FRI: in month()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1934 bool RequireSemi, ForRangeInit *FRI, SourceLocation *DeclSpecStart) { in ParseSimpleDeclaration() argument 1978 return ParseDeclGroup(DS, Context, DeclAttrs, TemplateInfo, &DeclEnd, FRI); in ParseSimpleDeclaration() 2129 ForRangeInit *FRI) { in ParseDeclGroup() argument 2303 if (FRI && (Tok.is(tok::colon) || isTokIdentifier_in())) { in ParseDeclGroup() 2305 if (TryConsumeToken(tok::colon, FRI->ColonLoc)) { in ParseDeclGroup() 2323 FRI->RangeExpr = ParseBraceInitializer(); in ParseDeclGroup() 2325 FRI->RangeExpr = ParseExpression(); in ParseDeclGroup() 2334 FRI->LifetimeExtendTemps = std::move( in ParseDeclGroup() 2353 ParseDeclarationAfterDeclaratorAndAttributes(D, TemplateInfo, FRI); in ParseDeclGroup() 2466 Declarator &D, const ParsedTemplateInfo &TemplateInfo, ForRangeInit *FRI) { in ParseDeclarationAfterDeclaratorAndAttributes() argument [all …]
|
| H A D | ParseExprCXX.cpp | 1875 ForRangeInfo *FRI, bool EnterForConditionScope) { in ParseCXXCondition() argument 1912 switch (isCXXConditionDeclarationOrInitStatement(InitStmt, FRI)) { in ParseCXXCondition() 1976 assert(FRI && "should not parse a for range declaration here"); in ParseCXXCondition() 1980 DeclaratorContext::ForInit, DeclEnd, attrs, DeclSpecAttrs, false, FRI); in ParseCXXCondition() 1981 FRI->LoopVar = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseCXXCondition()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1765 ForRangeInit *FRI = nullptr, 1779 ForRangeInit *FRI = nullptr); 1815 ForRangeInit *FRI = nullptr); 4969 ForRangeInfo *FRI = nullptr,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | P9InstrResources.td | 415 (instregex "FRI(N|P|Z|M)(D|S)$"), 475 (instregex "FRI(N|P|Z|M)(D|S)_rec$"),
|