Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:spill_reg
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_fs_reg_allocate.cpp
360
void
spill_reg
(unsigned
spill_reg
);
1022
fs_reg_alloc::
spill_reg
(unsigned
spill_reg
)
in spill_reg()
argument
1024
int size = fs->alloc.sizes[
spill_reg
];
in spill_reg()
1075
ra_set_node_spill_cost(g, first_vgrf_node +
spill_reg
, 0);
in spill_reg()
1076
ra_reset_node_interference(g, first_vgrf_node +
spill_reg
);
in spill_reg()
1091
inst->src[i].nr ==
spill_reg
) {
in spill_reg()
1120
inst->dst.nr ==
spill_reg
&&
in spill_reg()
1204
spill_reg
(re
in assign_regs()
[all...]
H
A
D
brw_vec4.h
137
void
spill_reg
(unsigned
spill_reg
);
H
A
D
brw_vec4_reg_allocate.cpp
215
spill_reg
(reg);
in reg_allocate()
254
* - When we call this function from
spill_reg
(), we pass in scratch_reg the
318
* evaluate_spill_costs (since for the
spill_reg
path any block of
in can_use_scratch_for_source()
469
vec4_visitor::
spill_reg
(unsigned spill_reg_nr)
in spill_reg()
function in brw::vec4_visitor
H
A
D
brw_vec4.cpp
2482
spill_reg
(i);
in run()
/third_party/node/deps/v8/src/wasm/baseline/
H
A
D
liftoff-assembler.cc
320
LiftoffRegister
spill_reg
= move->src;
in ExecuteMoves()
local
321
asm_->Spill(last_spill_offset,
spill_reg
, move->kind);
in ExecuteMoves()
1283
LiftoffRegister
spill_reg
= cache_state_.GetNextSpillReg(candidates);
in SpillOneRegister()
local
1284
SpillRegister(
spill_reg
);
in SpillOneRegister()
1285
return
spill_reg
;
in SpillOneRegister()
Completed in 15 milliseconds