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

  /external/swiftshader/src/Shader/
PixelProgram.hpp 28 loopDepth(-1), ifDepth(0), loopRepDepth(0), currentLabel(-1), whileTest(false)
74 Int loopDepth; // FIXME: Add support for switch
VertexProgram.hpp 48 Int loopDepth;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CalcSpillWeights.cpp 94 unsigned loopDepth = 0;
122 loopDepth = loop ? loop->getLoopDepth() : 0;
129 weight = LiveIntervals::getSpillWeight(writes, reads, loopDepth);
StackSlotColoring.cpp 184 unsigned loopDepth = loopInfo->getLoopDepth(MBB);
199 li.weight += LiveIntervals::getSpillWeight(false, true, loopDepth);
RegAllocLinearScan.cpp 833 unsigned loopDepth = loopInfo->getLoopDepth(MI->getParent());
834 Conflicts += std::pow(10.0f, (float)loopDepth);
    [all...]
LiveIntervalAnalysis.cpp     [all...]
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 373 int loopDepth;
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.1.2/
error_prone_core-2.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.2.0/
error_prone_core-2.2.0.jar 
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 

Completed in 276 milliseconds