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

  /external/swiftshader/src/Shader/
PixelProgram.hpp 28 loopDepth(-1), ifDepth(0), loopRepDepth(0), breakDepth(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 365 int loopDepth;
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 

Completed in 165 milliseconds