Home
last modified time | relevance | path

Searched refs:Nop (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/src/sksl/ir/
DSkSLNop.h19 class Nop final : public Statement {
23 Nop() in Nop() function
27 return std::make_unique<Nop>(); in Make()
39 return std::make_unique<Nop>(); in clone()
DSkSLIfStatement.cpp59 return (stmt && (!isEmpty || stmt->is<Nop>())) ? std::move(stmt) in replace_empty_with_nop()
60 : Nop::Make(); in replace_empty_with_nop()
DSkSLExpressionStatement.cpp24 return Nop::Make(); in Make()
DSkSLBlock.cpp18 return Nop::Make(); in MakeUnscoped()
DSkSLForStatement.cpp178 return Nop::Make(); in Make()
DSkSLSwitchStatement.cpp273 return Nop::Make(); in Make()
/third_party/flutter/skia/src/sksl/ir/
DSkSLNop.h19 struct Nop : public Statement { struct
20 Nop() in Nop() argument
32 return std::unique_ptr<Statement>(new Nop()); in clone() argument
/third_party/skia/src/sksl/transform/
DSkSLEliminateUnreachableCode.cpp37 if (!stmt->is<Nop>()) { in EliminateUnreachableCode()
42 stmt = Nop::Make(); in EliminateUnreachableCode()
DSkSLEliminateDeadLocalVariables.cpp51 stmt = Nop::Make(); in EliminateDeadLocalVariables()
/third_party/icu/icu4c/source/data/locales/
Dsu.txt186 "Nop",
214 "Nopémber",
244 "Nopémber",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dsu.txt186 "Nop",
214 "Nopémber",
244 "Nopémber",
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DOther.cpp16 TEST_F(AssemblerX8664LowLevelTest, Nop) { in TEST_F() argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_pair.h91 unsigned int Nop:1; member
Dradeon_pair_schedule.c733 emitted->Prev->U.P.Nop = 1; in presub_nop()
749 emitted->Prev->U.P.Nop = 1; in presub_nop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp732 MCInst *Nop = new (Context) MCInst; in finishLayout() local
733 Nop->setOpcode(Hexagon::A2_nop); in finishLayout()
734 Inst.addOperand(MCOperand::createInst(Nop)); in finishLayout()
DHexagonMCInstrInfo.cpp806 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/
DOther.cpp16 TEST_F(AssemblerX8632LowLevelTest, Nop) { in TEST_F() argument
/third_party/skia/src/sksl/dsl/
DDSLStatement.cpp56 fStatement = SkSL::Nop::Make(); in DSLStatement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp96 OS << char(WebAssembly::Nop); in writeNopData()
DWebAssemblyMCTargetDesc.h144 static const unsigned Nop = 0x01; variable
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.hpp82 void Nop();
/third_party/skia/src/sksl/dsl/priv/
DDSLWriter.cpp84 return SkSL::Nop::Make(); in Declaration()
/third_party/flutter/skia/src/sksl/
DSkSLCompiler.cpp1028 (*iter)->setStatement(std::unique_ptr<Statement>(new Nop())); in simplifyStatement()
1044 (*iter)->setStatement(std::unique_ptr<Statement>(new Nop())); in simplifyStatement()
1066 (*iter)->setStatement(std::unique_ptr<Statement>(new Nop())); in simplifyStatement()
1116 (*iter)->setStatement(std::unique_ptr<Statement>(new Nop())); in simplifyStatement()
1133 (*iter)->setStatement(std::unique_ptr<Statement>(new Nop())); in simplifyStatement()
/third_party/rust/crates/rustix/src/
Dio_uring.rs189 Nop = sys::IORING_OP_NOP as _, enumerator
312 Self::Nop in default()
/third_party/skia/src/sksl/
DSkSLInliner.cpp537 return Nop::Make(); in inlineStatement()
546 return Nop::Make(); in inlineStatement()

12