OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_pred
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_ir_to_assembly.cpp
501
auto
new_pred
= pred;
local
502
new_pred
.set_cf_type(cf_alu);
503
visit(
new_pred
);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_sched.c
578
struct ir3_instruction *
new_pred
= NULL;
local
599
if (!
new_pred
) {
600
new_pred
= ir3_instr_clone(ctx->pred);
602
new_pred
->flags &= ~IR3_INSTR_MARK;
604
predicated->regs[1]->instr =
new_pred
;
611
return
new_pred
;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_sched.c
908
struct ir3_instruction *
new_pred
= NULL;
local
932
if (!
new_pred
) {
933
new_pred
= split_instr(ctx, ctx->pred);
935
new_pred
->flags &= ~IR3_INSTR_MARK;
937
predicated->srcs[0]->instr =
new_pred
;
941
sched_node_add_dep(predicated,
new_pred
, 0);
947
if (!
new_pred
) {
948
new_pred
= split_instr(ctx, ctx->pred);
950
new_pred
->flags &= ~IR3_INSTR_MARK;
952
ctx->block->condition =
new_pred
;
[
all
...]
Completed in 9 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026