Home
last modified time | relevance | path

Searched defs:Nop (Results 1 – 15 of 15) sorted by relevance

/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
35 typedef Statement INHERITED;
/third_party/skia/src/sksl/ir/
DSkSLNop.h23 Nop() in Nop() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DOther.cpp16 TEST_F(AssemblerX8664LowLevelTest, Nop) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DOther.cpp16 TEST_F(AssemblerX8632LowLevelTest, Nop) { in TEST_F() argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_pair.h91 unsigned int Nop:1; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.h144 static const unsigned Nop = 0x01; variable
/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
DHexagonMCInstrInfo.cpp806 MCInst Nop; in padEndloop() local
/third_party/typescript/src/compiler/transformers/
Dgenerators.ts125 Nop, // No operation, used to force a new case in the state machine enumerator
/third_party/rust/crates/rustix/src/
Dio_uring.rs189 Nop = sys::IORING_OP_NOP as _, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2822 MCInst Nop; in emitNops() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.h399 Nop, enumerator
DIceInstX8632.h247 Nop, enumerator
3268 using Nop = InstX86Nop; member
DIceInstX8664.h186 Nop, enumerator
3167 using Nop = InstX86Nop; member
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp4087 void Nop() in Nop() function