OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_literal
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
asm.h
54
bool
is_literal
: 1;
member in struct:asm_instruction
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_optimizer.cpp
227
bool
is_literal
(unsigned bits)
function in struct:aco::ssa_info
1004
if ((info.is_constant(bits) || (info.
is_literal
(bits) && instr->isPseudo())) &&
3738
if (!sgpr_used && ctx.info[instr->operands[i].tempId()].
is_literal
(bits)) {
3746
} else if (!sgpr_used && ctx.info[instr->operands[i].tempId()].
is_literal
(bits) &&
3874
} else if (!op.isTemp() || !ctx.info[op.tempId()].
is_literal
(bits)) {
3962
if (op.isTemp() && ctx.info[op.tempId()].
is_literal
(bits) && ctx.uses[op.tempId()] == 0) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_ir.h
573
bool
is_literal
() {
function in class:r600_sb::value
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_module.c
1138
unsigned
is_literal
= a->operands[i].type == DXIL_OP_LITERAL;
local
1139
if (!dxil_buffer_emit_bits(&m->buf,
is_literal
, 1))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_ir.h
573
bool
is_literal
() {
function in class:r600_sb::value
Completed in 14 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026