| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600TargetTransformInfo.cpp | 144 void R600TTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences() function in R600TTIImpl 146 CommonTTI.getPeelingPreferences(L, SE, PP); in getPeelingPreferences()
|
| H A D | R600TargetTransformInfo.h | 47 void getPeelingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | AMDGPUTargetTransformInfo.h | 57 void getPeelingPreferences(Loop *L, ScalarEvolution &SE, 113 void getPeelingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 275 void AMDGPUTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences() function in AMDGPUTTIImpl 277 BaseT::getPeelingPreferences(L, SE, PP); in getPeelingPreferences() 1449 void GCNTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences() function in GCNTTIImpl 1451 CommonTTI.getPeelingPreferences(L, SE, PP); in getPeelingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 87 void HexagonTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences() function in HexagonTTIImpl 89 BaseT::getPeelingPreferences(L, SE, PP); in getPeelingPreferences()
|
| H A D | HexagonTargetTransformInfo.h | 69 void getPeelingPreferences(Loop *L, ScalarEvolution &SE,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 154 void getPeelingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | NVPTXTargetTransformInfo.cpp | 555 void NVPTXTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences() function in NVPTXTTIImpl 557 BaseT::getPeelingPreferences(L, SE, PP); in getPeelingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 62 void getPeelingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | SystemZTargetTransformInfo.cpp | 421 void SystemZTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences() function in SystemZTTIImpl 423 BaseT::getPeelingPreferences(L, SE, PP); in getPeelingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 77 void getPeelingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | PPCTargetTransformInfo.cpp | 419 void PPCTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences() function in PPCTTIImpl 421 BaseT::getPeelingPreferences(L, SE, PP); in getPeelingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 334 void getPeelingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | ARMTargetTransformInfo.cpp | 2695 void ARMTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences() function in ARMTTIImpl 2697 BaseT::getPeelingPreferences(L, SE, PP); in getPeelingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 155 void getPeelingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | RISCVTargetTransformInfo.cpp | 2610 void RISCVTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences() function in RISCVTTIImpl 2612 BaseT::getPeelingPreferences(L, SE, PP); in getPeelingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 268 void getPeelingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | AArch64TargetTransformInfo.cpp | 4971 void AArch64TTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences() function in AArch64TTIImpl 4973 BaseT::getPeelingPreferences(L, SE, PP); in getPeelingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 408 void TargetTransformInfo::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences() function in TargetTransformInfo 410 return TTIImpl->getPeelingPreferences(L, SE, PP); in getPeelingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 697 LLVM_ABI void getPeelingPreferences(Loop *L, ScalarEvolution &SE,
|
| H A D | TargetTransformInfoImpl.h | 263 virtual void getPeelingPreferences(Loop *, ScalarEvolution &, in getPeelingPreferences() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 1002 TTI.getPeelingPreferences(L, SE, PP); in gatherPeelingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 758 void getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences() function
|