Searched refs:LAC (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | HotColdSplitting.h | 39 function_ref<AssumptionCache *(Function &)> LAC) in HotColdSplitting() argument 40 : PSI(ProfSI), GetBFI(GBFI), GetTTI(GTTI), GetORE(GORE), LookupAC(LAC) {} in HotColdSplitting()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 481 assert(!LAC.isNull() && in getValidSourceLocation() 489 if (LAC.is<const LocationContext*>()) in getValidSourceLocation() 490 ADC = LAC.get<const LocationContext*>()->getAnalysisDeclContext(); in getValidSourceLocation() 492 ADC = LAC.get<AnalysisDeclContext*>(); in getValidSourceLocation() 588 LocationOrAnalysisDeclContext LAC) { in createBegin() argument 589 return PathDiagnosticLocation(getValidSourceLocation(S, LAC), in createBegin() 596 LocationOrAnalysisDeclContext LAC) { in createEnd() argument 599 return PathDiagnosticLocation(getValidSourceLocation(S, LAC, /*End=*/true), in createEnd() 756 return FullSourceLoc(getValidSourceLocation(S, LAC), in genLocation() 769 PathDiagnosticLocation::genRange(LocationOrAnalysisDeclContext LAC) const { in genRange() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 210 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const; 213 LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext *)nullptr) const; 262 const LocationOrAnalysisDeclContext LAC) { in createBegin() argument 269 const LocationOrAnalysisDeclContext LAC); 277 const LocationOrAnalysisDeclContext LAC); 324 getValidSourceLocation(const Stmt *S, LocationOrAnalysisDeclContext LAC,
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXType.cpp | 1201 X86LowerAMXCast LAC(F); in runOnFunction() local 1202 C |= LAC.combineAMXcast(TLI); in runOnFunction() 1205 C |= LAC.transformAllAMXCast(); in runOnFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRDevices.td | 101 // XCH, LAS, LAC, and LAT. 104 "instructions: XCH, LAS, LAC, LAT">;
|