Home
last modified time | relevance | path

Searched refs:getUnrollingPreferences (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp133 void R600TTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in R600TTIImpl
136 CommonTTI.getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
H A DAMDGPUTargetTransformInfo.h51 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
103 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DR600TargetTransformInfo.h44 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DAMDGPUTargetTransformInfo.cpp104 void AMDGPUTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in AMDGPUTTIImpl
1134 void GCNTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in GCNTTIImpl
1137 CommonTTI.getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h51 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DWebAssemblyTargetTransformInfo.cpp116 void WebAssemblyTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in WebAssemblyTTIImpl
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h105 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DNVPTXTargetTransformInfo.cpp457 void NVPTXTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in NVPTXTTIImpl
460 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/AArch64/
H A Dunroll-upperbound.ll5 ; After setting up `UP.UpperBound = true` in `getUnrollingPreferences`,
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp374 void RISCVTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in RISCVTTIImpl
382 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
H A DRISCVTargetTransformInfo.h75 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h55 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DSystemZTargetTransformInfo.cpp281 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in SystemZTTIImpl
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h63 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DHexagonTargetTransformInfo.cpp66 void HexagonTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in HexagonTTIImpl
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h74 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DPPCTargetTransformInfo.cpp797 void PPCTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in PPCTTIImpl
810 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h217 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DAArch64TargetTransformInfo.cpp2414 void AArch64TTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in AArch64TTIImpl
2418 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h295 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DARMTargetTransformInfo.cpp2258 void ARMTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in ARMTTIImpl
2267 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h519 void getUnrollingPreferences(Loop *L, ScalarEvolution &,
1554 virtual void getUnrollingPreferences(Loop *L, ScalarEvolution &,
1929 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function
1932 return Impl.getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
H A DTargetTransformInfoImpl.h194 void getUnrollingPreferences(Loop *, ScalarEvolution &, in getUnrollingPreferences() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp330 void TargetTransformInfo::getUnrollingPreferences( in getUnrollingPreferences() function in TargetTransformInfo
333 return TTIImpl->getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp217 TTI.getUnrollingPreferences(L, SE, UP, &ORE); in gatherUnrollingPreferences()

12