/freebsd/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 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 D | WebAssemblyTargetTransformInfo.h | 51 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | WebAssemblyTargetTransformInfo.cpp | 127 void WebAssemblyTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in WebAssemblyTTIImpl
|
/freebsd/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 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 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/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.h | 57 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | SystemZTargetTransformInfo.cpp | 286 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in SystemZTTIImpl
|
/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 | 400 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 D | AArch64TargetTransformInfo.h | 229 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | AArch64TargetTransformInfo.cpp | 3614 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 D | RISCVTargetTransformInfo.h | 134 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | RISCVTargetTransformInfo.cpp | 1821 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 D | ARMTargetTransformInfo.h | 316 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | ARMTargetTransformInfo.cpp | 2442 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 D | TargetTransformInfo.h | 622 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 D | TargetTransformInfoImpl.h | 216 void getUnrollingPreferences(Loop *, ScalarEvolution &, in getUnrollingPreferences() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 388 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 D | LoopUnrollPass.cpp | 224 TTI.getUnrollingPreferences(L, SE, UP, &ORE); in gatherUnrollingPreferences()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 588 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function
|