Searched defs:NumInstructions (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h329 uint NumInstructions; member in struct:tgsi_exec_machine
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp68 unsigned NumInstructions, NumVectorInstructions; member in class:__anon25683::CallAnalyzer
149 AllocatedSize(0), NumInstructions(0), NumVectorInstructions(0),
896 ++NumInstructions;
922 if (NumVectorInstructions > NumInstructions/2)
924 else if (NumVectorInstructions > NumInstructions/10)
999 assert(NumInstructions == 0);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h329 uint NumInstructions; member in struct:tgsi_exec_machine
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp879 unsigned NumInstructions; member in struct:__anon26368::LoopVectorizationCostModel::RegisterUsage
5364 R.NumInstructions = std::max(R.NumInstructions, 1U);
5469 R.NumInstructions = 0;
5488 R.NumInstructions += (*bb)->size();
5552 DEBUG(dbgs() << "LV(REG): LoopSize: " << R.NumInstructions << '\n');
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1963 GLuint NumInstructions; member in struct:gl_program
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1963 GLuint NumInstructions; member in struct:gl_program

Completed in 160 milliseconds