Home
last modified time | relevance | path

Searched refs:opcode_ (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction.cpp52 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 Dinstruction.h180 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 Dinstruction.cpp52 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 Dinstruction.h180 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 Dinstruction.cpp51 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 Dinstruction.h193 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 Dast.js81 this.opcode_ = opcode;
87 opcode() { return this.opcode_; }
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dast.js81 this.opcode_ = opcode;
87 opcode() { return this.opcode_; }
/third_party/spirv-tools/tools/sva/src/
H A Dast.js81 this.opcode_ = opcode;
87 opcode() { return this.opcode_; }
/third_party/node/deps/v8/src/compiler/
H A Doperator.h76 constexpr Opcode opcode() const { return opcode_; } in opcode()
140 Opcode opcode_; member in v8::internal::compiler::Operator
H A Doperator.cc31 opcode_(opcode), in Operator()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.cc326 : opcode_(opcode),
342 : opcode_(opcode),
H A Dinstruction.h884 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 Dinstruction-selector-arm64.cc236 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 Dinstruction-selector-mips64.cc209 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 Dinstruction-selector-loong64.cc209 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 Dinstruction-selector-riscv64.cc215 return opcode_; in opcode()
223 ArchOpcode opcode_; member
249 opcode_ = kRiscvLw; in Initialize()
250 if (g.CanBeImmediate(offset, opcode_)) { in Initialize()

Completed in 40 milliseconds