Home
last modified time | relevance | path

Searched refs:TRT (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h198 /// The optional parameter \p TRT can be used to specify the max. distance
203 std::optional<unsigned> TRT = std::nullopt);
206 /// The optional parameter \p TRT can be used to specify the max. distance
211 std::optional<unsigned> TRT = std::nullopt);
273 std::optional<unsigned> TRT; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp565 std::optional<unsigned> TRT) in CacheCost() argument
566 : Loops(Loops), TRT(TRT.value_or(TemporalReuseThreshold)), LI(LI), SE(SE), in CacheCost()
581 DependenceInfo &DI, std::optional<unsigned> TRT) { in getCacheCost() argument
596 return std::make_unique<CacheCost>(Loops, AR.LI, AR.SE, AR.TTI, AR.AA, DI, TRT); in getCacheCost()
657 R->hasTemporalReuse(Representative, *TRT, *InnerMostLoop, DI, AA); in populateReferenceGroups()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZEC12.td604 (instregex "TRT$")>;
607 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT(R)?E(Opt)?$")>;
H A DSystemZScheduleZ196.td591 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT$")>;
594 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT(R)?E(Opt)?$")>;
H A DSystemZScheduleZ13.td633 (instregex "TRT$")>;
636 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT(R)?E(Opt)?$")>;
H A DSystemZScheduleZ14.td643 (instregex "TRT$")>;
646 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT(R)?E(Opt)?$")>;
H A DSystemZScheduleZ15.td658 (instregex "TRT$")>;
661 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT(R)?E(Opt)?$")>;
H A DSystemZScheduleZ16.td658 (instregex "TRT$")>;
661 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT(R)?E(Opt)?$")>;
H A DSystemZInstrInfo.td1841 def TRT : SideEffectBinarySSa<"trt", 0xDD>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11086 TypeSourceInfo *TRT = nullptr; in CheckConversionDeclarator() local
11087 GetTypeFromParser(Chunk.Fun.getTrailingReturnType(), &TRT); in CheckConversionDeclarator()
11088 if (TRT) extendRight(After, TRT->getTypeLoc().getSourceRange()); in CheckConversionDeclarator()