| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600TargetTransformInfo.cpp | 136 void R600TTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in R600TTIImpl 139 CommonTTI.getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| H A D | R600TargetTransformInfo.h | 44 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | AMDGPUTargetTransformInfo.h | 52 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, 108 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 103 void AMDGPUTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in AMDGPUTTIImpl 1317 void GCNTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in GCNTTIImpl 1320 CommonTTI.getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.h | 51 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | WebAssemblyTargetTransformInfo.cpp | 115 void WebAssemblyTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in WebAssemblyTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 104 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | NVPTXTargetTransformInfo.cpp | 427 void NVPTXTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in NVPTXTTIImpl 430 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 57 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | SystemZTargetTransformInfo.cpp | 282 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in SystemZTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.h | 64 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | HexagonTargetTransformInfo.cpp | 81 void HexagonTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in HexagonTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 74 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | PPCTargetTransformInfo.cpp | 400 void PPCTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in PPCTTIImpl 413 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 115 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | RISCVTargetTransformInfo.cpp | 1390 void RISCVTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in RISCVTTIImpl 1398 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 229 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | AArch64TargetTransformInfo.cpp | 3340 void AArch64TTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in AArch64TTIImpl 3344 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 315 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | ARMTargetTransformInfo.cpp | 2430 void ARMTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in ARMTTIImpl 2445 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 612 void getUnrollingPreferences(Loop *L, ScalarEvolution &, 1798 virtual void getUnrollingPreferences(Loop *L, ScalarEvolution &, 2231 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function 2234 return Impl.getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| H A D | TargetTransformInfoImpl.h | 210 void getUnrollingPreferences(Loop *, ScalarEvolution &, in getUnrollingPreferences() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 383 void TargetTransformInfo::getUnrollingPreferences( in getUnrollingPreferences() function in TargetTransformInfo 386 return TTIImpl->getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 218 TTI.getUnrollingPreferences(L, SE, UP, &ORE); in gatherUnrollingPreferences()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 575 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function
|