Home
last modified time | relevance | path

Searched refs:LAC (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h39 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 DPathDiagnostic.cpp481 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 DPathDiagnostic.h210 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 DX86LowerAMXType.cpp1201 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 DAVRDevices.td101 // XCH, LAS, LAC, and LAT.
104 "instructions: XCH, LAS, LAC, LAT">;