Searched refs:ir (Results 176 - 200 of 281) sorted by relevance

1234567891011>>

/external/clang/test/SemaTemplate/
H A Daddress-spaces.cpp84 int &ir = order1(i1); local
H A Dinstantiate-template-template-parm.cpp19 apply<add_reference, int>::type ir = i; variable
H A Dmember-access-expr.cpp115 void f(T* ptr) { int& ir = ptr->member(); } local
/external/curl/lib/
H A Dcurl_sasl.h92 const char *mech, const char *ir);
/external/harfbuzz_ng/win32/
H A Dintrospection-msvc.mak29 G_IR_SCANNER = $(PREFIX)\bin\g-ir-scanner
30 G_IR_COMPILER = $(PREFIX)\bin\g-ir-compiler.exe
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state.h97 uint32_t ir; member in struct:nv30_vertprog
/external/mesa3d/src/glsl/
H A Dast_function.cpp27 #include "ir.h"
610 ir_rvalue *ir = (ir_rvalue *) n; local
611 ir_rvalue *result = ir;
618 ir->type->vector_elements,
619 ir->type->matrix_columns);
626 result = convert_component(ir, desired_type);
648 ir->replace_with(result);
1272 ir_rvalue *ir = (ir_rvalue *) node; local
1283 ir, state)) {
1284 node->replace_with(ir);
1438 ir_rvalue *ir = (ir_rvalue *) n; local
[all...]
H A Dir_builder.h24 #include "ir.h"
76 void emit(ir_instruction *ir);
H A Dir_optimization.h40 bool do_common_optimization(exec_list *ir, bool linked,
H A Dir.cpp25 #include "ir.h"
1646 steal_memory(ir_instruction *ir, void *new_ctx) argument
1648 ir_variable *var = ir->as_variable();
1649 ir_constant *constant = ir->as_constant();
1651 steal_memory(var->constant_value, ir);
1654 steal_memory(var->constant_initializer, ir);
1663 steal_memory(field, ir);
1667 steal_memory(constant->array_elements[i], ir);
1672 ralloc_steal(new_ctx, ir);
1686 try_min_one(ir_rvalue *ir) argument
1703 try_max_zero(ir_rvalue *ir) argument
[all...]
H A Dir_hv_accept.cpp24 #include "ir.h"
53 ir_instruction *const ir = (ir_instruction *) n; local
55 v->base_ir = ir;
56 ir_visitor_status s = ir->accept(v);
H A Dir_reader.cpp304 ir_instruction *ir = read_instruction(sub, loop_ctx); local
305 if (ir != NULL) {
311 if (state->current_function == NULL && ir->as_variable() != NULL)
312 instructions->push_head(ir);
314 instructions->push_tail(ir);
748 ir_swizzle *ir = ir_swizzle::create(rvalue, swiz->value(),
750 if (ir == NULL)
753 return ir;
/external/skia/src/effects/gradients/
H A DSkSweepGradient.cpp73 int ir = (int)(result * g255Over2PI); local
74 SkASSERT(ir >= 0 && ir <= 255);
75 return ir;
/external/skia/src/effects/
H A DSkTileImageFilter.cpp29 SkRect ir = dstRect; local
30 if (!ir.intersect(srcRect)) {
33 CropRect cropRect(ir);
/external/opencv/cv/src/
H A Dcvundistort.cpp267 double a[9], ar[9], r[9], ir[9], k[5]={0,0,0,0,0}; local
275 CvMat _ir = cvMat( 3, 3, CV_64F, ir );
351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8];
353 for( j = 0; j < size.width; j++, _x += ir[0], _y += ir[
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp2189 Instruction *ir, *next; local
2195 for (ir = bb->getFirst(); ir; ir = ir->next)
2196 ir->serial = serial++;
2198 for (ir = bb->getEntry(); ir; ir = next) {
2202 next = ir
[all...]
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp134 int &ir = *ptr; local
145 int& ir = a[17]; local
180 int &ir = c(1); local
H A Doverload-member-call.cpp66 int &ir = x2p->member(); local
/external/syslinux/core/fs/ntfs/
H A Dntfs.c730 struct ntfs_idx_root *ir; local
760 ir = (struct ntfs_idx_root *)((uint8_t *)attr +
762 ie = (struct ntfs_idx_entry *)((uint8_t *)&ir->index +
763 ir->index.entries_offset);
768 (uint8_t *)&ir->index + ir->index.index_len ||
770 (uint8_t *)&ir->index + ir->index.index_len)
1027 struct ntfs_idx_root *ir; local
1057 ir
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_reg_allocate.cpp287 unspill_inst->ir = inst->ir;
431 spill_inst->ir = inst->ir;
/external/skia/src/gpu/
H A DGrRenderTargetOpList.cpp181 InstancedRendering* ir = this->instancedRendering(); local
182 ir->resetGpuResources(InstancedRendering::ResetType::kAbandon);
188 InstancedRendering* ir = this->instancedRendering(); local
189 ir->resetGpuResources(InstancedRendering::ResetType::kDestroy);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneOffsetLocalTest.java122 InitialTimeZoneRule ir = new InitialTimeZoneRule(
127 RuleBasedTimeZone rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir);
/external/llvm/utils/
H A Dupdate_llc_test_checks.py20 def llc(args, cmd_args, ir):
21 with open(ir) as ir_file:
/external/skia/src/core/
H A DSkScalerContext.cpp152 const SkIRect ir = devPath.getBounds().roundOut(); local
154 if (ir.isEmpty() || !ir.is16Bit()) {
157 glyph->fLeft = ir.fLeft;
158 glyph->fTop = ir.fTop;
159 glyph->fWidth = SkToU16(ir.width());
160 glyph->fHeight = SkToU16(ir.height());
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
H A Dquery.py48 def _wait_for(ir, iw, ix, expiration):
59 (r, w, x) = select.select(ir, iw, ix)
61 (r, w, x) = select.select(ir, iw, ix, timeout)

Completed in 4226 milliseconds

1234567891011>>