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:NOPs
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_insert_NOPs.cpp
277
handle_raw_hazard(State& state, int*
NOPs
, int min_states, Operand op)
in handle_raw_hazard()
argument
279
if (*
NOPs
>= min_states)
in handle_raw_hazard()
283
*
NOPs
= MAX2(*
NOPs
, res);
in handle_raw_hazard()
331
int*
NOPs
)
in handle_smem_clause_hazards()
334
if (!*
NOPs
& (ctx.smem_clause || ctx.smem_write)) {
in handle_smem_clause_hazards()
339
*
NOPs
= 1;
in handle_smem_clause_hazards()
344
*
NOPs
= 1;
in handle_smem_clause_hazards()
350
if (!*
NOPs
&& test_bitset_range(ctx.smem_clause_read_write, def.physReg(), def.size()))
in handle_smem_clause_hazards()
351
*
NOPs
in handle_smem_clause_hazards()
330
handle_smem_clause_hazards(Program* program, NOP_ctx_gfx6& ctx, aco_ptr<Instruction>& instr, int*
NOPs
)
handle_smem_clause_hazards()
argument
362
int
NOPs
= 0;
handle_instruction_gfx6()
local
[all...]
Completed in 2 milliseconds