Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp136 void R600TTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in R600TTIImpl
139 CommonTTI.getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
H A DR600TargetTransformInfo.h44 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DAMDGPUTargetTransformInfo.h52 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
108 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DAMDGPUTargetTransformInfo.cpp103 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 DWebAssemblyTargetTransformInfo.h51 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DWebAssemblyTargetTransformInfo.cpp115 void WebAssemblyTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in WebAssemblyTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h104 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DNVPTXTargetTransformInfo.cpp427 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 DSystemZTargetTransformInfo.h57 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DSystemZTargetTransformInfo.cpp282 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in SystemZTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h64 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DHexagonTargetTransformInfo.cpp81 void HexagonTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in HexagonTTIImpl
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h74 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DPPCTargetTransformInfo.cpp400 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 DRISCVTargetTransformInfo.h115 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DRISCVTargetTransformInfo.cpp1390 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 DAArch64TargetTransformInfo.h229 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DAArch64TargetTransformInfo.cpp3340 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 DARMTargetTransformInfo.h315 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DARMTargetTransformInfo.cpp2430 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 DTargetTransformInfo.h612 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 DTargetTransformInfoImpl.h210 void getUnrollingPreferences(Loop *, ScalarEvolution &, in getUnrollingPreferences() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp383 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 DLoopUnrollPass.cpp218 TTI.getUnrollingPreferences(L, SE, UP, &ORE); in gatherUnrollingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h575 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function

12