HomeSort by relevance Sort by last modified time
    Searched refs:const_index (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/glsl/
opt_algebraic.cpp 58 int const_index,
127 ir_algebraic_visitor::reassociate_constant(ir_expression *ir1, int const_index,
149 reassociate_operands(ir1, const_index, ir2, 1);
152 reassociate_operands(ir1, const_index, ir2, 0);
156 if (reassociate_constant(ir1, const_index, constant,
162 if (reassociate_constant(ir1, const_index, constant,
lower_ubo_reference.cpp 119 ir_constant *const_index = deref_array->array_index->as_constant(); local
120 if (const_index) {
121 const_offset += array_stride * const_index->value.i[0];
ast_to_hir.cpp 1567 ir_constant *const const_index = op[1]->constant_expression_value(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_optimize.c 704 int const_index = -1; local
748 if (const_index != -1) {
752 const_index = i;
756 if (!rc_src_reg_is_immediate(c, inst_mul->U.I.SrcReg[const_index].File,
757 inst_mul->U.I.SrcReg[const_index].Index)) {
761 inst_mul->U.I.SrcReg[const_index].Index,
762 inst_mul->U.I.SrcReg[const_index].Swizzle,
763 inst_mul->U.I.SrcReg[const_index].Negate,
  /external/v8/test/unittests/compiler/
move-optimizer-unittest.cc 212 int const_index = 1; local
213 DefineConstant(const_index);
218 AddMove(last, Const(const_index), Reg(0));
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 2770 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
2780 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
4290 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 2664 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
2676 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
4235 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 2800 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
2812 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
4466 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 2873 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
2884 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
4559 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 2819 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
2831 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
4490 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 2724 int32_t const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
4373 int32_t const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 2581 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 2860 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]

Completed in 504 milliseconds