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.cpp65 unsigned NumInstructions, NumVectorInstructions; member in class:__anon22011::CallAnalyzer
142 ContainsNoDuplicateCall(false), AllocatedSize(0), NumInstructions(0),
813 ++NumInstructions;
838 if (NumVectorInstructions > NumInstructions/2)
840 else if (NumVectorInstructions > NumInstructions/10)
915 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.cpp678 unsigned NumInstructions; member in struct:__anon22662::LoopVectorizationCostModel::RegisterUsage
4234 R.NumInstructions = std::max(R.NumInstructions, 1U);
4302 R.NumInstructions = 0;
4321 R.NumInstructions += (*bb)->size();
4385 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 426 milliseconds