Searched refs:TRT (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopCacheAnalysis.h | 198 /// 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 D | LoopCacheAnalysis.cpp | 565 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 D | SystemZScheduleZEC12.td | 604 (instregex "TRT$")>; 607 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT(R)?E(Opt)?$")>;
|
H A D | SystemZScheduleZ196.td | 591 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT$")>; 594 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT(R)?E(Opt)?$")>;
|
H A D | SystemZScheduleZ13.td | 633 (instregex "TRT$")>; 636 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT(R)?E(Opt)?$")>;
|
H A D | SystemZScheduleZ14.td | 643 (instregex "TRT$")>; 646 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT(R)?E(Opt)?$")>;
|
H A D | SystemZScheduleZ15.td | 658 (instregex "TRT$")>; 661 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT(R)?E(Opt)?$")>;
|
H A D | SystemZScheduleZ16.td | 658 (instregex "TRT$")>; 661 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "TRT(R)?E(Opt)?$")>;
|
H A D | SystemZInstrInfo.td | 1841 def TRT : SideEffectBinarySSa<"trt", 0xDD>;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 11086 TypeSourceInfo *TRT = nullptr; in CheckConversionDeclarator() local 11087 GetTypeFromParser(Chunk.Fun.getTrailingReturnType(), &TRT); in CheckConversionDeclarator() 11088 if (TRT) extendRight(After, TRT->getTypeLoc().getSourceRange()); in CheckConversionDeclarator()
|