| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600TargetTransformInfo.cpp | 138 void R600TTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in R600TTIImpl 141 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 | 53 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, 109 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 110 void AMDGPUTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in AMDGPUTTIImpl 1443 void GCNTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in GCNTTIImpl 1446 CommonTTI.getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.h | 51 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | WebAssemblyTargetTransformInfo.cpp | 260 void WebAssemblyTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in WebAssemblyTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 150 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | NVPTXTargetTransformInfo.cpp | 542 void NVPTXTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in NVPTXTTIImpl 545 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 58 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | SystemZTargetTransformInfo.cpp | 365 void SystemZTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in SystemZTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.h | 65 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | HexagonTargetTransformInfo.cpp | 81 void HexagonTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in HexagonTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 74 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | PPCTargetTransformInfo.cpp | 403 void PPCTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in PPCTTIImpl 416 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 327 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | ARMTargetTransformInfo.cpp | 2565 void ARMTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in ARMTTIImpl 2580 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 151 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | RISCVTargetTransformInfo.cpp | 2533 void RISCVTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in RISCVTTIImpl 2541 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 264 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | AArch64TargetTransformInfo.cpp | 4891 void AArch64TTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in AArch64TTIImpl 4895 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 402 void TargetTransformInfo::getUnrollingPreferences( in getUnrollingPreferences() function in TargetTransformInfo 405 return TTIImpl->getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 646 LLVM_ABI void getUnrollingPreferences(Loop *L, ScalarEvolution &,
|
| H A D | TargetTransformInfoImpl.h | 259 virtual void getUnrollingPreferences(Loop *, ScalarEvolution &, in getUnrollingPreferences() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 225 TTI.getUnrollingPreferences(L, SE, UP, &ORE); in gatherUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 686 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function
|