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.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
1329 void GCNTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in GCNTTIImpl
1332 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.cpp127 void WebAssemblyTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in WebAssemblyTTIImpl
/freebsd/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 instCombineIntrinsic()
430 BaseT::getUnrollingPreferences(L, SE, UP, ORE);
461 void NVPTXTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, getUnrollingPreferences() function in NVPTXTTIImpl
/freebsd/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/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h57 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DSystemZTargetTransformInfo.cpp286 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in SystemZTTIImpl
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h229 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DAArch64TargetTransformInfo.cpp3614 void AArch64TTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in AArch64TTIImpl
3618 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h134 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DRISCVTargetTransformInfo.cpp1821 void RISCVTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in RISCVTTIImpl
1829 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h316 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
H A DARMTargetTransformInfo.cpp2442 void ARMTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in ARMTTIImpl
2457 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h622 void getUnrollingPreferences(Loop *L, ScalarEvolution &,
1861 virtual void getUnrollingPreferences(Loop *L, ScalarEvolution &,
2310 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function
2313 return Impl.getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
H A DTargetTransformInfoImpl.h216 void getUnrollingPreferences(Loop *, ScalarEvolution &, in getUnrollingPreferences() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp388 void TargetTransformInfo::getUnrollingPreferences( in getUnrollingPreferences() function in TargetTransformInfo
391 return TTIImpl->getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp224 TTI.getUnrollingPreferences(L, SE, UP, &ORE); in gatherUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h588 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function

12