| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600TargetTransformInfo.cpp | 133 void R600TTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in R600TTIImpl 136 CommonTTI.getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| H A D | AMDGPUTargetTransformInfo.h | 51 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, 103 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | R600TargetTransformInfo.h | 44 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 104 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 D | WebAssemblyTargetTransformInfo.h | 51 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | WebAssemblyTargetTransformInfo.cpp | 116 void WebAssemblyTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in WebAssemblyTTIImpl
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 105 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | NVPTXTargetTransformInfo.cpp | 457 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 D | unroll-upperbound.ll | 5 ; After setting up `UP.UpperBound = true` in `getUnrollingPreferences`,
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 374 void RISCVTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in RISCVTTIImpl 382 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| H A D | RISCVTargetTransformInfo.h | 75 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 55 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | SystemZTargetTransformInfo.cpp | 281 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in SystemZTTIImpl
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.h | 63 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | HexagonTargetTransformInfo.cpp | 66 void HexagonTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in HexagonTTIImpl
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 74 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | PPCTargetTransformInfo.cpp | 797 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 D | AArch64TargetTransformInfo.h | 217 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | AArch64TargetTransformInfo.cpp | 2414 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 D | ARMTargetTransformInfo.h | 295 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | ARMTargetTransformInfo.cpp | 2258 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 D | TargetTransformInfo.h | 519 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 D | TargetTransformInfoImpl.h | 194 void getUnrollingPreferences(Loop *, ScalarEvolution &, in getUnrollingPreferences() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 330 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 D | LoopUnrollPass.cpp | 217 TTI.getUnrollingPreferences(L, SE, UP, &ORE); in gatherUnrollingPreferences()
|