Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dinstruction.cpp52 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 …]
Dinstruction.h193 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/
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_ = opcode_; in Clone()
184 if (opcode_ == SpvOpBranchConditional && in HasBranchWeights()
195 binary->push_back((num_words << 16) | static_cast<uint16_t>(opcode_)); in ToBinaryWithoutAttachedDebugInsts()
[all …]
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 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/
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_ = opcode_; in Clone()
184 if (opcode_ == SpvOpBranchConditional && in HasBranchWeights()
195 binary->push_back((num_words << 16) | static_cast<uint16_t>(opcode_)); in ToBinaryWithoutAttachedDebugInsts()
[all …]
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 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/
Dast.js81 this.opcode_ = opcode;
87 opcode() { return this.opcode_; }
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dast.js81 this.opcode_ = opcode;
87 opcode() { return this.opcode_; }
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dast.js81 this.opcode_ = opcode;
87 opcode() { return this.opcode_; }
/third_party/node/deps/v8/src/compiler/
Doperator.h76 constexpr Opcode opcode() const { return opcode_; } in NON_EXPORTED_BASE()
140 Opcode opcode_; in NON_EXPORTED_BASE() local
Doperator.cc31 opcode_(opcode), in Operator()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc326 : opcode_(opcode), in Instruction()
342 : opcode_(opcode), in Instruction()
Dinstruction.h884 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/
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/loong64/
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/mips64/
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/riscv64/
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()