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:Nop
(Results
1 - 25
of
55
) sorted by relevance
1
2
3
/third_party/skia/src/sksl/ir/
H
A
D
SkSLNop.h
19
class
Nop
final : public Statement {
23
Nop
()
in Nop()
function in SkSL::final
27
return std::make_unique<
Nop
>();
in Make()
39
return std::make_unique<
Nop
>();
H
A
D
SkSLIfStatement.cpp
59
return (stmt && (!isEmpty || stmt->is<
Nop
>())) ? std::move(stmt)
in replace_empty_with_nop()
60
:
Nop
::Make();
in replace_empty_with_nop()
97
// Replace an empty if-true branches with
Nop
; eliminate empty if-false branches entirely.
in Make()
H
A
D
SkSLExpressionStatement.cpp
22
// Expression-statements without any side effect can be replaced with a
Nop
.
in Make()
24
return
Nop
::Make();
in Make()
H
A
D
SkSLBlock.cpp
16
// If the Block is completely empty, synthesize a
Nop
.
in MakeUnscoped()
18
return
Nop
::Make();
in MakeUnscoped()
H
A
D
SkSLForStatement.cpp
175
// A zero-iteration unrollable loop can be replaced with
Nop
.
in Make()
176
// An unrollable loop with an empty body can be replaced with
Nop
.
in Make()
178
return
Nop
::Make();
in Make()
H
A
D
SkSLSwitchStatement.cpp
273
return
Nop
::Make();
in Make()
/third_party/vixl/test/aarch32/
H
A
D
test-assembler-aarch32.cc
1496
__
Nop
();
in EmitLdrdLiteralTest()
1617
__
Nop
();
in EmitLdrdLiteralStressTest()
1706
__
Nop
();
in TEST_T32()
1923
__
Nop
();
in GenerateLdrLiteralTriggerPoolEmission()
2000
__
Nop
();
in GenerateLdrLiteralRangeTest()
2508
__
Nop
();
in TEST_T32()
2538
__
Nop
();
in TEST_T32()
2619
while (masm.GetCursorOffset() < end) __
Nop
();
in TEST_T32()
2658
__
Nop
();
in TEST_T32()
3427
__
Nop
();
in TEST()
[all...]
/third_party/skia/src/sksl/transform/
H
A
D
SkSLEliminateUnreachableCode.cpp
37
if (!stmt->is<
Nop
>()) {
in EliminateUnreachableCode()
38
// Eliminate the dead statement by substituting a
Nop
.
in EliminateUnreachableCode()
42
stmt =
Nop
::Make();
in EliminateUnreachableCode()
H
A
D
SkSLEliminateDeadLocalVariables.cpp
44
// replaces pure expressions with
Nop
.
in EliminateDeadLocalVariables()
51
stmt =
Nop
::Make();
in EliminateDeadLocalVariables()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_program_pair.h
91
unsigned int
Nop
:1;
member
H
A
D
r300_fragprog_emit.c
281
if (inst->
Nop
)
in emit_alu()
H
A
D
radeon_pair_schedule.c
733
emitted->Prev->U.P.
Nop
= 1;
in presub_nop()
749
emitted->Prev->U.P.
Nop
= 1;
in presub_nop()
/third_party/node/deps/v8/src/wasm/
H
A
D
jump-table-assembler.cc
36
Nop
(2); // 2 bytes
in EmitFarJumpSlot()
59
Nop
(bytes);
in NopBytes()
85
Nop
(bytes);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H
A
D
HexagonAsmBackend.cpp
732
MCInst *
Nop
= new (Context) MCInst;
variable
733
Nop
->setOpcode(Hexagon::A2_nop);
734
Inst.addOperand(MCOperand::createInst(
Nop
));
H
A
D
HexagonMCInstrInfo.cpp
806
MCInst
Nop
;
in padEndloop()
local
807
Nop
.setOpcode(Hexagon::A2_nop);
in padEndloop()
813
MCB.addOperand(MCOperand::createInst(new (Context) MCInst(
Nop
)));
in padEndloop()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H
A
D
Other.cpp
16
TEST_F(AssemblerX8632LowLevelTest,
Nop
) {
in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H
A
D
Other.cpp
16
TEST_F(AssemblerX8664LowLevelTest,
Nop
) {
in TEST_F()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
LLVMReactor.hpp
82
void
Nop
();
/third_party/skia/src/sksl/dsl/
H
A
D
DSLStatement.cpp
56
fStatement = SkSL::
Nop
::Make();
in DSLStatement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
H
A
D
WebAssemblyAsmBackend.cpp
96
OS << char(WebAssembly::
Nop
);
in writeNopData()
H
A
D
WebAssemblyMCTargetDesc.h
144
static const unsigned
Nop
= 0x01;
member
/third_party/skia/src/sksl/dsl/priv/
H
A
D
DSLWriter.cpp
84
return SkSL::
Nop
::Make();
in Declaration()
110
// If the variable declaration generated an error, we can end up with a
Nop
statement here.
in AddVarDeclaration()
/third_party/rust/crates/rustix/src/
H
A
D
io_uring.rs
189
Nop
= sys::IORING_OP_NOP as _,
312
Self::
Nop
in default()
/third_party/vixl/benchmarks/aarch64/
H
A
D
bench-utils.cc
205
__
Nop
();
in GenerateTrivialSequence()
/third_party/skia/src/sksl/
H
A
D
SkSLInliner.cpp
537
return
Nop
::Make();
in inlineStatement()
546
return
Nop
::Make();
in inlineStatement()
Completed in 19 milliseconds
1
2
3