Searched refs:first_instr (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/nir/
H A Dnir_opt_trivial_continues.c39 nir_instr *first_instr = nir_block_first_instr(block); local
40 if (!first_instr || instr_is_continue(first_instr)) {
56 first_instr = nir_block_first_instr(block);
57 assert(!first_instr || instr_is_continue(first_instr));
H A Dnir_from_ssa.c736 nir_instr *first_instr = nir_block_first_instr(block); local
737 if (first_instr == NULL)
740 if (first_instr->type == nir_instr_type_parallel_copy) {
741 nir_parallel_copy_instr *pcopy = nir_instr_as_parallel_copy(first_instr);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c464 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); local
467 if (first_instr) {
468 LLVMPositionBuilderBefore(first_builder, first_instr);
/external/v8/src/compiler/
H A Dlive-range-separator.cc129 int first_instr = range->first_interval()->FirstGapIndex(); local
130 if (!data()->code()->GetInstructionBlock(first_instr)->IsDeferred()) {
/external/v8/src/s390/
H A Dcode-stubs-s390.h121 uint64_t first_instr = Assembler::instr_at(stub->instruction_start()); local
128 bool isFirstInstrNOP = isBranchNop(first_instr, first_instr_length);
/external/v8/src/crankshaft/
H A Dlithium.cc296 LInstruction* first_instr = instructions()->at(first); local
299 LLabel* label = LLabel::cast(first_instr);
/external/python/cpython2/Python/
H A Dceval.c814 unsigned char *first_instr; local
873 #define INSTR_OFFSET() ((int)(next_instr - first_instr))
877 #define JUMPTO(x) (next_instr = first_instr + (x))
1017 first_instr = (unsigned char*) PyString_AS_STRING(co->co_code);
1035 next_instr = first_instr + f->f_lasti + 1;
/external/mesa3d/src/amd/common/
H A Dac_nir_to_llvm.c3873 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); local
3877 if (first_instr) {
3878 LLVMPositionBuilderBefore(first_builder, first_instr);

Completed in 416 milliseconds