/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A 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_ in Clone() [all...] |
H A 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 member in spvtools::opt::Instruction 725 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && 730 opcode_ = SpvOpNop; 871 switch (opcode_) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A 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_ in Clone() [all...] |
H A 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 member in spvtools::opt::Instruction 725 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && 730 opcode_ = SpvOpNop; 871 switch (opcode_) {
|
/third_party/spirv-tools/source/opt/ |
H A D | instruction.cpp | 51 opcode_(spv::Op::OpNop), in Instruction() 60 opcode_(op), in Instruction() 70 opcode_(static_cast<spv::Op>(inst.opcode)), in Instruction() 91 opcode_(static_cast<spv::Op>(inst.opcode)), in Instruction() 109 opcode_(op), in Instruction() 137 opcode_(that.opcode_), in Instruction() 151 opcode_ = that.opcode_; in operator =() 163 clone->opcode_ in Clone() [all...] |
H A D | instruction.h | 193 opcode_(spv::Op::OpNop), in Instruction() 238 spv::Op opcode() const { return opcode_; } in opcode() 243 void SetOpcode(spv::Op op) { opcode_ = op; } in SetOpcode() 634 spv::Op opcode_; // Opcode member in spvtools::opt::Instruction 745 return opcode_ == spv::Op::OpNop && !has_type_id_ && !has_result_id_ && 750 opcode_ = spv::Op::OpNop; 891 switch (opcode_) {
|
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/ |
H A 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/ |
H A D | ast.js | 81 this.opcode_ = opcode; 87 opcode() { return this.opcode_; }
|
/third_party/spirv-tools/tools/sva/src/ |
H A D | ast.js | 81 this.opcode_ = opcode; 87 opcode() { return this.opcode_; }
|
/third_party/node/deps/v8/src/compiler/ |
H A D | operator.h | 76 constexpr Opcode opcode() const { return opcode_; } in opcode() 140 Opcode opcode_; member in v8::internal::compiler::Operator
|
H A D | operator.cc | 31 opcode_(opcode), in Operator()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction.cc | 326 : opcode_(opcode), 342 : opcode_(opcode),
|
H A D | instruction.h | 884 InstructionCode opcode() const { return opcode_; } in opcode() 945 opcode_ = ArchOpcodeField::encode(kArchNop); in OverwriteWithNop() 1048 InstructionCode opcode_;
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A 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/mips64/ |
H A 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/loong64/ |
H A 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/riscv64/ |
H A 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()
|