Home
last modified time | relevance | path

Searched refs:operand_ (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator-verifier.h80 operand_(operand), in PendingAssessment()
97 InstructionOperand operand() const { return operand_; } in operand()
103 InstructionOperand operand_; variable
Dregister-allocator.h468 InstructionOperand* operand() const { return operand_; } in NON_EXPORTED_BASE()
469 bool HasOperand() const { return operand_ != nullptr; } in NON_EXPORTED_BASE()
513 InstructionOperand* const operand_; in NON_EXPORTED_BASE() local
Dregister-allocator.cc163 : operand_(operand), hint_(hint), next_(nullptr), pos_(pos), flags_(0) { in UsePosition()
167 if (operand_ != nullptr && operand_->IsUnallocated()) { in UsePosition()
168 const UnallocatedOperand* unalloc = UnallocatedOperand::cast(operand_); in UsePosition()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h80 inline int32_t operand() const { return operand_; } in operand()
83 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase()
86 int32_t operand_; variable
101 operand_ = *reinterpret_cast<const int32_t*>(instr);
104 DCHECK(reinterpret_cast<void*>(&operand_) == this);
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h81 inline int32_t operand() const { return operand_; } in operand()
84 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase()
87 int32_t operand_; variable
102 operand_ = *reinterpret_cast<const int32_t*>(instr);
105 DCHECK(reinterpret_cast<void*>(&operand_) == this);
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h81 inline int32_t operand() const { return operand_; } in operand()
84 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase()
87 int32_t operand_; variable
102 operand_ = *reinterpret_cast<const int32_t*>(instr);
105 DCHECK(reinterpret_cast<void*>(&operand_) == this);
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h268 DCHECK(operand_.IsInvalid()); in SetUnallocated()
269 operand_ = compiler::UnallocatedOperand(args...); in SetUnallocated()
274 DCHECK(operand_.IsUnallocated()); in SetAllocated()
275 operand_ = compiler::AllocatedOperand(args...); in SetAllocated()
281 operand_ = compiler::AllocatedOperand(args...); in InjectAllocated()
286 DCHECK(operand_.IsUnallocated()); in SetConstant()
287 operand_ = compiler::ConstantOperand(args...); in SetConstant()
292 compiler::AllocatedOperand::cast(operand_).register_code()); in AssignedRegister()
295 const compiler::InstructionOperand& operand() const { return operand_; } in operand()
296 const compiler::InstructionOperand& operand() { return operand_; } in operand()
[all …]
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h196 inline int32_t operand() const { return operand_; } in operand()
199 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase()
202 int32_t operand_; variable
217 operand_ = *reinterpret_cast<const int32_t*>(instr);
220 DCHECK(reinterpret_cast<void*>(&operand_) == this);
/third_party/gn/src/gn/
Dparse_tree.h545 const ParseNode* operand() const { return operand_.get(); } in operand()
547 operand_ = std::move(operand); in set_operand()
554 std::unique_ptr<ParseNode> operand_; variable
Dparse_tree.cc1148 Value operand_value = operand_->Execute(scope, err); in Execute()
1155 return op_.range().Union(operand_->GetRange()); in GetRange()
1166 child.GetList().push_back(operand_->GetJSONNode()); in GetJSONNode()
1177 ret->operand_ = ParseNode::BuildFromJSON(child->GetList()[0]); in NewFromJSON()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc268 operand_(operand), in OutOfLineRecordWrite()
288 __ leaq(scratch1_, operand_); in Generate()
318 Operand const operand_; member in v8::internal::compiler::__anon49880e4b0111::OutOfLineRecordWrite
451 operand_(operand), in OutOfLineTSANStore()
467 __ leaq(scratch0_, operand_); in Generate()
486 Operand const operand_; member in v8::internal::compiler::__anon49880e4b0111::OutOfLineTSANStore
574 operand_(operand), in OutOfLineTSANRelaxedLoad()
587 __ leaq(scratch0_, operand_); in Generate()
605 Operand const operand_; member in v8::internal::compiler::__anon49880e4b0111::OutOfLineTSANRelaxedLoad
/third_party/vixl/src/aarch32/
Ddisasm-aarch32.h226 const MemOperand& operand_; variable
230 : location_type_(location_type), operand_(operand) {} in PrintMemOperand()
232 const MemOperand& GetOperand() const { return operand_; } in GetOperand()
237 const AlignedMemOperand& operand_; variable
242 : location_type_(location_type), operand_(operand) {} in PrintAlignedMemOperand()
244 const AlignedMemOperand& GetOperand() const { return operand_; } in GetOperand()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc312 operand_(operand), in OutOfLineRecordWrite()
329 __ lea(scratch1_, operand_); in Generate()
357 Operand const operand_; member in v8::internal::compiler::__anon48ae17450111::OutOfLineRecordWrite