HomeSort by relevance Sort by last modified time
    Searched refs:UnrollingPreferences (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPUTargetTransformInfo.cpp 32 TTI::UnrollingPreferences &UP) {
AMDGPUTargetTransformInfo.h 64 void getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP);
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h 74 void getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP);
PPCTargetTransformInfo.cpp 185 TTI::UnrollingPreferences &UP) {
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 223 struct UnrollingPreferences {
272 void getUnrollingPreferences(Loop *L, UnrollingPreferences &UP) const;
537 virtual void getUnrollingPreferences(Loop *L, UnrollingPreferences &UP) = 0;
641 void getUnrollingPreferences(Loop *L, UnrollingPreferences &UP) override {
    [all...]
TargetTransformInfoImpl.h 203 void getUnrollingPreferences(Loop *, TTI::UnrollingPreferences &) {}
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 135 void getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP);
AArch64TargetTransformInfo.cpp 429 TTI::UnrollingPreferences &UP) {
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 154 // Fill in the UnrollingPreferences parameter with values from the
157 TargetTransformInfo::UnrollingPreferences &UP) {
179 const TargetTransformInfo::UnrollingPreferences &UP,
187 const TargetTransformInfo::UnrollingPreferences &UP,
684 unsigned PragmaCount, const TargetTransformInfo::UnrollingPreferences &UP,
745 TargetTransformInfo::UnrollingPreferences UP;
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 88 Loop *L, UnrollingPreferences &UP) const {
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 224 void getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP) {

Completed in 620 milliseconds