/third_party/skia/src/sksl/ir/ |
D | SkSLNop.h | 19 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()
|
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()
|
D | SkSLExpressionStatement.cpp | 24 return Nop::Make(); in Make()
|
D | SkSLBlock.cpp | 18 return Nop::Make(); in MakeUnscoped()
|
D | SkSLForStatement.cpp | 178 return Nop::Make(); in Make()
|
D | SkSLSwitchStatement.cpp | 273 return Nop::Make(); in Make()
|
/third_party/vixl/test/aarch32/ |
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/ |
D | SkSLEliminateUnreachableCode.cpp | 37 if (!stmt->is<Nop>()) { in EliminateUnreachableCode() 42 stmt = Nop::Make(); in EliminateUnreachableCode()
|
D | SkSLEliminateDeadLocalVariables.cpp | 51 stmt = Nop::Make(); in EliminateDeadLocalVariables()
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | su.txt | 186 "Nop", 214 "Nopémber", 244 "Nopémber",
|
/third_party/icu/icu4c/source/data/locales/ |
D | su.txt | 219 "Nop", 247 "Nopémber", 277 "Nopémber",
|
/third_party/node/deps/v8/src/wasm/ |
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/subzero/unittest/AssemblerX8664/ |
D | Other.cpp | 16 TEST_F(AssemblerX8664LowLevelTest, Nop) { in TEST_F() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_pair.h | 91 unsigned int Nop:1; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | Other.cpp | 16 TEST_F(AssemblerX8632LowLevelTest, Nop) { in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonAsmBackend.cpp | 732 MCInst *Nop = new (Context) MCInst; in finishLayout() local 733 Nop->setOpcode(Hexagon::A2_nop); in finishLayout() 734 Inst.addOperand(MCOperand::createInst(Nop)); in finishLayout()
|
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/src/sksl/dsl/ |
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/ |
D | WebAssemblyAsmBackend.cpp | 96 OS << char(WebAssembly::Nop); in writeNopData()
|
D | WebAssemblyMCTargetDesc.h | 144 static const unsigned Nop = 0x01; variable
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.hpp | 82 void Nop();
|
/third_party/skia/src/sksl/dsl/priv/ |
D | DSLWriter.cpp | 84 return SkSL::Nop::Make(); in Declaration()
|
/third_party/rust/crates/rustix/src/ |
D | io_uring.rs | 189 Nop = sys::IORING_OP_NOP as _, enumerator 312 Self::Nop in default()
|
/third_party/vixl/benchmarks/aarch64/ |
D | bench-utils.cc | 204 __ Nop(); in GenerateTrivialSequence()
|
/third_party/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 1553 __ Nop(); in TbzRangePoolLimitHelper() 3849 __ Nop(); in TEST() 7072 __ Nop(); in TEST() 7094 __ Nop(); in BtiHelper() 7173 __ Nop(); in TEST() 7175 __ Nop(); in TEST() 7197 __ Nop(); in TEST() 7199 __ Nop(); in TEST() 7221 __ Nop(); in TEST() 7223 __ Nop(); in TEST() [all …]
|