Searched refs:NumInstructions (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp428 unsigned NumInstructions = InstructionSpecifiers.size();
437 for (unsigned Index = 0; Index < NumInstructions; ++Index) {
469 for (unsigned index = 0; index < NumInstructions; ++index) {
500 if (index + 1 < NumInstructions)
/external/llvm/lib/Analysis/
H A DInlineCost.cpp57 unsigned NumInstructions, NumVectorInstructions; member in class:__anon8599::CallAnalyzer
130 NumInstructions(0), NumVectorInstructions(0),
700 ++NumInstructions;
718 if (NumVectorInstructions > NumInstructions/2)
720 else if (NumVectorInstructions > NumInstructions/10)
795 assert(NumInstructions == 0);
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1806 GLuint NumInstructions; member in struct:gl_program

Completed in 88 milliseconds