| /third_party/spirv-tools/source/opt/ |
| D | instruction.cpp | 52 opcode_(SpvOpNop), in Instruction() 61 opcode_(op), in Instruction() 71 opcode_(static_cast<SpvOp>(inst.opcode)), in Instruction() 91 opcode_(static_cast<SpvOp>(inst.opcode)), in Instruction() 108 opcode_(op), in Instruction() 128 opcode_(that.opcode_), in Instruction() 142 opcode_ = that.opcode_; in operator =() 154 clone->opcode_ = opcode_; in Clone() 182 if (opcode_ == SpvOpBranchConditional && in HasBranchWeights() 193 binary->push_back((num_words << 16) | static_cast<uint16_t>(opcode_)); in ToBinaryWithoutAttachedDebugInsts() [all …]
|
| D | instruction.h | 193 opcode_(SpvOpNop), in Instruction() 238 SpvOp opcode() const { return opcode_; } in opcode() 243 void SetOpcode(SpvOp op) { opcode_ = op; } in SetOpcode() 628 SpvOp opcode_; // Opcode variable 735 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && in IsNop() 740 opcode_ = SpvOpNop; in ToNop() 881 switch (opcode_) { in HasLabels()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | instruction.cpp | 52 opcode_(SpvOpNop), in Instruction() 61 opcode_(op), in Instruction() 71 opcode_(static_cast<SpvOp>(inst.opcode)), in Instruction() 92 opcode_(static_cast<SpvOp>(inst.opcode)), in Instruction() 110 opcode_(op), in Instruction() 130 opcode_(that.opcode_), in Instruction() 144 opcode_ = that.opcode_; in operator =() 156 clone->opcode_ = opcode_; in Clone() 184 if (opcode_ == SpvOpBranchConditional && in HasBranchWeights() 195 binary->push_back((num_words << 16) | static_cast<uint16_t>(opcode_)); in ToBinaryWithoutAttachedDebugInsts() [all …]
|
| D | instruction.h | 180 opcode_(SpvOpNop), in Instruction() 225 SpvOp opcode() const { return opcode_; } in opcode() 230 void SetOpcode(SpvOp op) { opcode_ = op; } in SetOpcode() 618 SpvOp opcode_; // Opcode variable 725 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && in IsNop() 730 opcode_ = SpvOpNop; in ToNop() 871 switch (opcode_) { in HasLabels()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | instruction.cpp | 52 opcode_(SpvOpNop), in Instruction() 61 opcode_(op), in Instruction() 71 opcode_(static_cast<SpvOp>(inst.opcode)), in Instruction() 92 opcode_(static_cast<SpvOp>(inst.opcode)), in Instruction() 110 opcode_(op), in Instruction() 130 opcode_(that.opcode_), in Instruction() 144 opcode_ = that.opcode_; in operator =() 156 clone->opcode_ = opcode_; in Clone() 184 if (opcode_ == SpvOpBranchConditional && in HasBranchWeights() 195 binary->push_back((num_words << 16) | static_cast<uint16_t>(opcode_)); in ToBinaryWithoutAttachedDebugInsts() [all …]
|
| D | instruction.h | 180 opcode_(SpvOpNop), in Instruction() 225 SpvOp opcode() const { return opcode_; } in opcode() 230 void SetOpcode(SpvOp op) { opcode_ = op; } in SetOpcode() 618 SpvOp opcode_; // Opcode variable 725 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && in IsNop() 730 opcode_ = SpvOpNop; in ToNop() 871 switch (opcode_) { in HasLabels()
|
| /third_party/spirv-tools/tools/sva/src/ |
| D | ast.js | 81 this.opcode_ = opcode; 87 opcode() { return this.opcode_; }
|
| /third_party/skia/third_party/externals/spirv-tools/tools/sva/src/ |
| D | ast.js | 81 this.opcode_ = opcode; 87 opcode() { return this.opcode_; }
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/ |
| D | ast.js | 81 this.opcode_ = opcode; 87 opcode() { return this.opcode_; }
|
| /third_party/node/deps/v8/src/compiler/ |
| D | operator.h | 76 constexpr Opcode opcode() const { return opcode_; } in NON_EXPORTED_BASE() 140 Opcode opcode_; in NON_EXPORTED_BASE() local
|
| D | operator.cc | 31 opcode_(opcode), in Operator()
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| D | instruction.cc | 326 : opcode_(opcode), in Instruction() 342 : opcode_(opcode), in Instruction()
|
| D | instruction.h | 884 InstructionCode opcode() const { return opcode_; } in opcode() 945 opcode_ = ArchOpcodeField::encode(kArchNop); in OverwriteWithNop() 1048 InstructionCode opcode_; variable
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| D | instruction-selector-arm64.cc | 236 return opcode_; in opcode() 244 ArchOpcode opcode_; member 258 opcode_ = kArm64Ldrsw; in Initialize() 3779 opcode_(opcode), in SimdAddOpMatcher() 3786 bool Matches() { return left_->opcode() == opcode_; } in Matches() 3792 if (right_->opcode() == opcode_) { in PutOpOnLeft() 3798 IrOpcode::Value opcode_; member
|
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| D | instruction-selector-loong64.cc | 209 return opcode_; in opcode() 217 ArchOpcode opcode_; member 243 opcode_ = kLoong64Ld_w; in Initialize() 244 if (g.CanBeImmediate(offset, opcode_)) { in Initialize()
|
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| D | instruction-selector-mips64.cc | 209 return opcode_; in opcode() 217 ArchOpcode opcode_; member 243 opcode_ = kMips64Lw; in Initialize() 244 if (g.CanBeImmediate(offset, opcode_)) { in Initialize()
|
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| D | instruction-selector-riscv64.cc | 215 return opcode_; in opcode() 223 ArchOpcode opcode_; member 249 opcode_ = kRiscvLw; in Initialize() 250 if (g.CanBeImmediate(offset, opcode_)) { in Initialize()
|