/openbsd/gnu/llvm/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 | AMDGPUTargetTransformInfo.h | 52 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, 106 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | R600TargetTransformInfo.h | 44 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | AMDGPUTargetTransformInfo.cpp | 105 void AMDGPUTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in AMDGPUTTIImpl 1211 void GCNTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in GCNTTIImpl 1214 CommonTTI.getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetTransformInfo.h | 51 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | WebAssemblyTargetTransformInfo.cpp | 115 void WebAssemblyTTIImpl::getUnrollingPreferences( in getUnrollingPreferences() function in WebAssemblyTTIImpl
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.h | 104 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | NVPTXTargetTransformInfo.cpp | 453 void NVPTXTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in NVPTXTTIImpl 456 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.h | 55 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | SystemZTargetTransformInfo.cpp | 281 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in SystemZTTIImpl
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.h | 76 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | PPCTargetTransformInfo.cpp | 402 void PPCTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in PPCTTIImpl 415 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 103 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | RISCVTargetTransformInfo.cpp | 1372 void RISCVTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in RISCVTTIImpl 1380 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 216 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | AArch64TargetTransformInfo.cpp | 2724 void AArch64TTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in AArch64TTIImpl 2728 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.h | 311 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
|
H A D | ARMTargetTransformInfo.cpp | 2299 void ARMTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function in ARMTTIImpl 2308 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 501 void getUnrollingPreferences(Loop *L, ScalarEvolution &, 1605 virtual void getUnrollingPreferences(Loop *L, ScalarEvolution &, 1998 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function 2001 return Impl.getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
H A D | TargetTransformInfoImpl.h | 198 void getUnrollingPreferences(Loop *, ScalarEvolution &, in getUnrollingPreferences() function
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 335 void TargetTransformInfo::getUnrollingPreferences( in getUnrollingPreferences() function in TargetTransformInfo 338 return TTIImpl->getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 217 TTI.getUnrollingPreferences(L, SE, UP, &ORE); in gatherUnrollingPreferences()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 538 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() function
|