Home
last modified time | relevance | path

Searched refs:NumInstructions (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h42 unsigned NumInstructions; variable
56 NumExecutedPredecessors(0), NumInstructions(0), NumExecuting(0), in MemoryGroup()
69 unsigned getNumInstructions() const { return NumInstructions; } in getNumInstructions()
99 return NumExecuting && (NumExecuting == (NumInstructions - NumExecuted)); in isExecuting()
101 bool isExecuted() const { return NumInstructions == NumExecuted; } in isExecuted()
157 ++NumInstructions; in addInstruction()
/third_party/mesa3d/src/mesa/program/
Dprogramopt.c52 const GLuint origLen = vprog->arb.NumInstructions; in insert_mvp_dp4_code()
109 vprog->arb.NumInstructions = newLen; in insert_mvp_dp4_code()
119 const GLuint origLen = vprog->arb.NumInstructions; in insert_mvp_mad_code()
210 vprog->arb.NumInstructions = newLen; in insert_mvp_mad_code()
255 const GLuint origLen = fprog->arb.NumInstructions; in _mesa_append_fog_code()
297 for (i = 0; i < fprog->arb.NumInstructions; i++) { in _mesa_append_fog_code()
410 fprog->arb.NumInstructions = inst - newInst; in _mesa_append_fog_code()
Darbprogparse.c92 program->arb.NumInstructions = prog.arb.NumInstructions; in _mesa_parse_arb_fragment_program()
185 program->arb.NumInstructions = prog.arb.NumInstructions; in _mesa_parse_arb_vertex_program()
Dprogram_parse.y362 state->prog->arb.NumInstructions++;
2610 state->prog->arb.NumInstructions + 1);
2617 for (i = 0; i < state->prog->arb.NumInstructions; i++) {
2626 const GLuint numInst = state->prog->arb.NumInstructions;
2630 state->prog->arb.NumInstructions++;
2640 state->prog->arb.NumNativeInstructions = state->prog->arb.NumInstructions;
Dprog_print.c808 for (i = 0; i < prog->arb.NumInstructions; i++) { in _mesa_fprint_program_opt()
867 fprintf(f, "NumInstructions=%d\n", prog->arb.NumInstructions); in _mesa_fprint_program_parameters()
Dprogram.c444 int num_instr = prog->arb.NumInstructions; in _mesa_add_separate_state_parameters()
Dprog_to_nir.c1021 for (unsigned int i = 0; i < prog->arb.NumInstructions; i++) { in prog_to_nir()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp197 unsigned NumInstructions; member
206 Cost = (NumInstructions * (NumBlocks - 1)) - in calculateCost()
220 << " #Insts=" << C.NumInstructions << " #PHIs=" << C.NumPHIs << ">"; in operator <<()
752 Cand.NumInstructions = ++InstNum; in analyzeInstructionForSinking()
827 for (unsigned I = 0; I < C.NumInstructions; ++I) in sinkBB()
830 return C.NumInstructions; in sinkBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp222 unsigned NumInstructions = 0; member in __anon874a04240111::CallAnalyzer
564 if (NumVectorInstructions <= NumInstructions / 10) in finalizeAnalysis()
566 else if (NumVectorInstructions <= NumInstructions / 2) in finalizeAnalysis()
592 assert(NumInstructions == 0); in onAnalysisStart()
1755 ++NumInstructions; in analyzeBlock()
2052 DEBUG_PRINT_STAT(NumInstructions); in dump()
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c583 assert(p->program->arb.NumInstructions <= p->max_inst); in emit_op3fn()
585 if (p->program->arb.NumInstructions == p->max_inst) { in emit_op3fn()
600 p->program->arb.NumInstructions); in emit_op3fn()
607 nr = p->program->arb.NumInstructions++; in emit_op3fn()
1728 p.program->arb.NumInstructions = in create_new_program()
Dshader_types.h670 GLuint NumInstructions; member
Darbprogram.c892 *params = prog->arb.NumInstructions; in get_program_iv()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h390 uint NumInstructions; member
Dtgsi_exec.c1058 mach->NumInstructions = 0; in tgsi_exec_machine_bind_shader()
1209 mach->NumInstructions = numInstructions; in tgsi_exec_machine_bind_shader()
6052 assert(mach->pc < (int) mach->NumInstructions); in tgsi_exec_machine_run()