/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction.h | 354 inline bool IsNop() const; 724 inline bool Instruction::IsNop() const { in IsNop() function
|
D | module.cpp | 198 if (!(skip_nop && i->IsNop())) { in ToBinary()
|
D | loop_utils.cpp | 684 if (insn->IsNop()) return; in Analyze()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | instruction.h | 354 inline bool IsNop() const; 724 inline bool Instruction::IsNop() const { in IsNop() function
|
D | module.cpp | 198 if (!(skip_nop && i->IsNop())) { in ToBinary()
|
D | loop_utils.cpp | 684 if (insn->IsNop()) return; in Analyze()
|
/third_party/spirv-tools/source/opt/ |
D | instruction.h | 368 inline bool IsNop() const; 734 inline bool Instruction::IsNop() const { in IsNop() function
|
D | module.cpp | 203 if (!(skip_nop && i->IsNop())) { in ToBinary()
|
D | loop_utils.cpp | 684 if (insn->IsNop()) return; in Analyze()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | jump-threading.cc | 95 } else if (instr->IsNop()) { in ComputeForwarding()
|
D | code-generator.cc | 794 if (instr->IsNop() && instr->AreMovesRedundant()) return; in AssembleSourcePosition()
|
D | instruction.h | 950 bool IsNop() const { return arch_opcode() == kArchNop; } in IsNop() function
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | instructions-arm64.h | 400 bool IsNop(int n) { in IsNop() function
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | assembler-s390.cc | 733 bool Assembler::IsNop(SixByteInstr instr, int type) { in IsNop() function in v8::internal::Assembler
|
D | assembler-s390.h | 1347 static bool IsNop(SixByteInstr instr, int type = NON_MARKING_NOP);
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | assembler-loong64.h | 794 static bool IsNop(Instr instr, unsigned int type);
|
D | assembler-loong64.cc | 376 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | assembler-ppc.h | 1283 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
|
D | assembler-ppc.cc | 2041 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | assembler-arm.h | 1144 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
|
D | assembler-arm.cc | 831 DCHECK(IsNop(instr_at(pos + kInstrSize), dst.code())); in target_at_put() 833 DCHECK(IsNop(instr_at(pos + 2 * kInstrSize), dst.code())); in target_at_put() 5154 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 1661 static bool IsNop(Address addr);
|
D | assembler-ia32.cc | 412 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | assembler-riscv64.h | 1273 static bool IsNop(Instr instr);
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | assembler-mips.h | 1459 static bool IsNop(Instr instr, unsigned int type);
|