Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp138 void R600TTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in R600TTIImpl
141 CommonTTI.getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
H A DR600TargetTransformInfo.h44 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DAMDGPUTargetTransformInfo.h53 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
109 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DAMDGPUTargetTransformInfo.cpp110 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 DWebAssemblyTargetTransformInfo.h51 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DWebAssemblyTargetTransformInfo.cpp260 void WebAssemblyTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in WebAssemblyTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h150 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DNVPTXTargetTransformInfo.cpp542 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 DSystemZTargetTransformInfo.h58 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DSystemZTargetTransformInfo.cpp365 void SystemZTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in SystemZTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h65 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DHexagonTargetTransformInfo.cpp81 void HexagonTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in HexagonTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h74 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DPPCTargetTransformInfo.cpp403 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 DARMTargetTransformInfo.h327 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DARMTargetTransformInfo.cpp2565 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 DRISCVTargetTransformInfo.h151 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DRISCVTargetTransformInfo.cpp2533 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 DAArch64TargetTransformInfo.h264 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DAArch64TargetTransformInfo.cpp4891 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 DTargetTransformInfo.cpp402 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 DTargetTransformInfo.h646 LLVM_ABI void getUnrollingPreferences(Loop *L, ScalarEvolution &,
H A DTargetTransformInfoImpl.h259 virtual void getUnrollingPreferences(Loop *, ScalarEvolution &, in getUnrollingPreferences() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp225 TTI.getUnrollingPreferences(L, SE, UP, &ORE); in gatherUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h686 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function

12