Home
last modified time | relevance | path

Searched defs:IsNop (Results 1 – 14 of 14) sorted by relevance

/third_party/spirv-tools/source/opt/
Dinstruction.h744 inline bool Instruction::IsNop() const { in IsNop() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.h724 inline bool Instruction::IsNop() const { in IsNop() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.h724 inline bool Instruction::IsNop() const { in IsNop() function
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.h400 bool IsNop(int n) { in IsNop() function
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.cc733 bool Assembler::IsNop(SixByteInstr instr, int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h950 bool IsNop() const { return arch_opcode() == kArchNop; } in IsNop() function
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc2041 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.cc376 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc412 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc644 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc596 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64.cc465 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.cc5154 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.cc324 bool Assembler::IsNop(Instr instr) { return instr == kNopByte; } in IsNop() function in v8::internal::Assembler