HomeSort by: relevance | last modified time | path
    Searched refs:getUnrollingPreferences (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.h 51 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
WebAssemblyTargetTransformInfo.cpp 116 void WebAssemblyTTIImpl::getUnrollingPreferences(
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.h 101 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
NVPTXTargetTransformInfo.cpp 404 void NVPTXTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
406 BaseT::getUnrollingPreferences(L, SE, UP);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.h 55 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
110 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
241 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
AMDGPUTargetTransformInfo.cpp 102 void AMDGPUTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
1231 void GCNTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
1233 CommonTTI.getUnrollingPreferences(L, SE, UP);
1357 void R600TTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
1359 CommonTTI.getUnrollingPreferences(L, SE, UP);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.h 54 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
SystemZTargetTransformInfo.cpp 245 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.h 63 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
HexagonTargetTransformInfo.cpp 66 void HexagonTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h 74 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
PPCTargetTransformInfo.cpp 789 void PPCTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
801 BaseT::getUnrollingPreferences(L, SE, UP);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 198 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
AArch64TargetTransformInfo.cpp 1360 void AArch64TTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
1363 BaseT::getUnrollingPreferences(L, SE, UP);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 281 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
ARMTargetTransformInfo.cpp 2131 void ARMTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
2139 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 508 void getUnrollingPreferences(Loop *L, ScalarEvolution &,
1471 virtual void getUnrollingPreferences(Loop *L, ScalarEvolution &,
1801 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
1803 return Impl.getUnrollingPreferences(L, SE, UP);
TargetTransformInfoImpl.h 189 void getUnrollingPreferences(Loop *, ScalarEvolution &,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 319 void TargetTransformInfo::getUnrollingPreferences(
321 return TTIImpl->getUnrollingPreferences(L, SE, UP);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 217 TTI.getUnrollingPreferences(L, SE, UP);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 486 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,

Completed in 67 milliseconds