Searched refs:is_const (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dloop_analysis.h174 const bool is_const = (this->num_assignments == 0) local in function:loop_variable::is_loop_constant
186 return is_const;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_llvm_types.py199 is_const = re.search(r'\s+const\s+', line)
201 if is_const is not None:
202 is_const = True
204 is_const = False
257 if is_const and is_pointer:
276 elif is_const:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_llvm_types.py198 is_const = re.search(r'\s+const\s+', line)
200 if is_const is not None:
201 is_const = True
203 is_const = False
256 if is_const and is_pointer:
275 elif is_const:
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dloop_analysis.h174 const bool is_const = (this->num_assignments == 0) local in function:loop_variable::is_loop_constant
186 return is_const;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp130 if (a->src[0]->is_const() && a->src[0]->literal_value == literal(0)) {
138 if (swapped || (a->src[1]->is_const() &&
259 if (d->src[0]->is_const() && d->src[0]->literal_value == literal(0))
261 else if ((d->src[1]->is_const() &&
H A Dsb_if_conversion.cpp74 if (a->pred || !a->src[0]->is_const() || !a->src[1]->is_const())
H A Dsb_gvn.cpp200 } else if (rewrite && v->gvn_source && v->gvn_source->is_const() &&
H A Dsb_expr.cpp203 bool isc0 = v0->is_const();
204 bool isc1 = v1->is_const();
398 if (!v0->is_const()) {
645 if (v1->is_const()) {
673 if (v0->is_const()) {
798 bool isc0 = v0->is_const();
799 bool isc1 = v1->is_const();
961 bool isc0 = v0->is_const();
962 bool isc1 = v1->is_const();
963 bool isc2 = v2->is_const();
[all...]
H A Dsb_bc_finalize.cpp329 if (d && d->is_rel() && d->rel && !d->rel->is_const()) {
388 if (!v->rel->is_const()) {
502 } else if (v->is_const()) {
609 } else if (v->is_const()) {
733 } else if (v->is_const()) {
H A Dsb_ir.h494 bool is_const() { return kind == VLK_CONST || kind == VLK_UNDEF; } function in class:r600_sb::value
527 return v->is_const() && (v->literal_value == literal(0)
568 assert(v->is_const());
574 return is_const()
601 if (rel && rel->is_const())
845 if (v && v->rel && !v->rel->is_const())
H A Dsb_ra_checker.cpp166 if (v->rel->is_const()) {
H A Dsb_ra_init.cpp816 assert(s->rel->is_const());
H A Dsb_sched.cpp1502 if (!rel->is_const()) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp130 if (a->src[0]->is_const() && a->src[0]->literal_value == literal(0)) {
138 if (swapped || (a->src[1]->is_const() &&
259 if (d->src[0]->is_const() && d->src[0]->literal_value == literal(0))
261 else if ((d->src[1]->is_const() &&
H A Dsb_if_conversion.cpp74 if (a->pred || !a->src[0]->is_const() || !a->src[1]->is_const())
H A Dsb_gvn.cpp200 } else if (rewrite && v->gvn_source && v->gvn_source->is_const() &&
H A Dsb_expr.cpp203 bool isc0 = v0->is_const();
204 bool isc1 = v1->is_const();
398 if (!v0->is_const()) {
645 if (v1->is_const()) {
673 if (v0->is_const()) {
798 bool isc0 = v0->is_const();
799 bool isc1 = v1->is_const();
961 bool isc0 = v0->is_const();
962 bool isc1 = v1->is_const();
963 bool isc2 = v2->is_const();
[all...]
H A Dsb_bc_finalize.cpp329 if (d && d->is_rel() && d->rel && !d->rel->is_const()) {
388 if (!v->rel->is_const()) {
502 } else if (v->is_const()) {
609 } else if (v->is_const()) {
733 } else if (v->is_const()) {
H A Dsb_ir.h494 bool is_const() { return kind == VLK_CONST || kind == VLK_UNDEF; } function in class:r600_sb::value
527 return v->is_const() && (v->literal_value == literal(0)
568 assert(v->is_const());
574 return is_const()
601 if (rel && rel->is_const())
846 if (v && v->rel && !v->rel->is_const())
H A Dsb_ra_checker.cpp166 if (v->rel->is_const()) {
H A Dsb_ra_init.cpp821 assert(s->rel->is_const());
H A Dsb_sched.cpp1502 if (!rel->is_const()) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c487 const bool is_const = !param_index; local in function:si_nir_store_output_tcs
505 if (is_const) {
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-internal.h1072 static_assert(!std::is_const<Element>::value, "Type must not be const");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.c460 static int is_const(int sel) function in typeref:typename:int
506 if (is_const(sel)) { /* Any constant, including literal and inline constants. */

Completed in 32 milliseconds

12