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:opInfo
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/
H
A
D
nv50_ir_target_nv50.cpp
143
opInfo
[i].variants = NULL;
in initOpInfo()
144
opInfo
[i].op = (operation)i;
in initOpInfo()
145
opInfo
[i].srcTypes = 1 << (int)TYPE_F32;
in initOpInfo()
146
opInfo
[i].dstTypes = 1 << (int)TYPE_F32;
in initOpInfo()
147
opInfo
[i].immdBits = 0xffffffff;
in initOpInfo()
148
opInfo
[i].srcNr = operationSrcNr[i];
in initOpInfo()
150
for (j = 0; j <
opInfo
[i].srcNr; ++j) {
in initOpInfo()
151
opInfo
[i].srcMods[j] = 0;
in initOpInfo()
152
opInfo
[i].srcFiles[j] = 1 << (int)FILE_GPR;
in initOpInfo()
154
opInfo
[
in initOpInfo()
[all...]
H
A
D
nv50_ir_target_nvc0.cpp
175
opInfo
[prop->op].srcMods[s] |= NV50_IR_MOD_NEG;
177
opInfo
[prop->op].srcMods[s] |= NV50_IR_MOD_ABS;
179
opInfo
[prop->op].srcMods[s] |= NV50_IR_MOD_NOT;
181
opInfo
[prop->op].srcFiles[s] |= 1 << (int)FILE_MEMORY_CONST;
183
opInfo
[prop->op].srcFiles[s] |= 1 << (int)FILE_IMMEDIATE;
185
opInfo
[prop->op].immdBits = 0xffffffff;
188
opInfo
[prop->op].dstMods = NV50_IR_MOD_SAT;
227
opInfo
[i].variants = NULL;
228
opInfo
[i].op = (operation)i;
229
opInfo
[
[all...]
H
A
D
nv50_ir_target_gv100.cpp
54
opInfo
[i].variants = NULL;
in initOpInfo()
55
opInfo
[i].op = (operation)i;
in initOpInfo()
56
opInfo
[i].srcTypes = 1 << (int)TYPE_F32;
in initOpInfo()
57
opInfo
[i].dstTypes = 1 << (int)TYPE_F32;
in initOpInfo()
58
opInfo
[i].immdBits = 0;
in initOpInfo()
59
opInfo
[i].srcNr = operationSrcNr[i];
in initOpInfo()
61
for (j = 0; j <
opInfo
[i].srcNr; ++j) {
in initOpInfo()
62
opInfo
[i].srcMods[j] = 0;
in initOpInfo()
63
opInfo
[i].srcFiles[j] = 1 << (int)FILE_GPR;
in initOpInfo()
65
opInfo
[
in initOpInfo()
84
struct
opInfo
{
global()
struct
[all...]
H
A
D
nv50_ir_target.h
268
OpInfo
opInfo
[OP_LAST + 1];
member in nv50_ir::Target
273
return
opInfo
[MIN2(insn->op, OP_LAST)];
in getOpInfo()
278
return
opInfo
[op];
in getOpInfo()
H
A
D
nv50_ir_from_nir.cpp
1647
const nir_intrinsic_info &
opInfo
= nir_intrinsic_infos[op];
2196
if (
opInfo
.has_dest) {
2289
if (
opInfo
.num_srcs >= 2)
2294
if (
opInfo
.num_srcs >= 3 && target.isMS())
2297
if (
opInfo
.num_srcs >= 4 && lod_src != 4) {
2298
unsigned components =
opInfo
.src_components[3] ?
opInfo
.src_components[3] : insn->num_components;
2303
if (
opInfo
.num_srcs >= 5 && lod_src != 5)
2305
for (uint8_t i = 0u; i <
opInfo
.src_components[4]; ++i)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMFastISel.cpp
271
for (const MCOperandInfo &
opInfo
: MCID.operands())
in isARMNEONPred()
272
if (
opInfo
.isPredicate())
in isARMNEONPred()
Completed in 16 milliseconds