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/
H A Dregister-allocator-verifier.h80 operand_(operand), in PendingAssessment()
97 InstructionOperand operand() const { return operand_; } in operand()
103 InstructionOperand operand_; member in v8::internal::compiler::final
H A Dregister-allocator.h468 InstructionOperand* operand() const { return operand_; } in operand()
469 bool HasOperand() const { return operand_ != nullptr; } in HasOperand()
513 InstructionOperand* const operand_; member in v8::internal::compiler::RegisterAllocationFlag::final
H A 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/
H A 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_; member in v8::internal::SimInstructionBase
101 operand_ = *reinterpret_cast<const int32_t*>(instr); in operator =()
104 DCHECK(reinterpret_cast<void*>(&operand_) == this); in operator =()
/third_party/node/deps/v8/src/execution/mips64/
H A 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_; member in v8::internal::SimInstructionBase
102 operand_ = *reinterpret_cast<const int32_t*>(instr); in operator =()
105 DCHECK(reinterpret_cast<void*>(&operand_) == this); in operator =()
/third_party/node/deps/v8/src/execution/mips/
H A 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_; member in v8::internal::SimInstructionBase
102 operand_ = *reinterpret_cast<const int32_t*>(instr); in operator =()
105 DCHECK(reinterpret_cast<void*>(&operand_) == this); in operator =()
/third_party/node/deps/v8/src/maglev/
H A 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()
299 compiler::InstructionOperand operand_; global() member in v8::internal::maglev::ValueLocation
[all...]
/third_party/gn/src/gn/
H A Dparse_tree.h548 const ParseNode* operand() const { return operand_.get(); } in operand()
550 operand_ = std::move(operand); in set_operand()
557 std::unique_ptr<ParseNode> operand_; member in UnaryOpNode
H A Dparse_tree.cc1155 Value operand_value = operand_->Execute(scope, err); in Execute()
1162 return op_.range().Union(operand_->GetRange()); in GetRange()
1173 child.GetList().push_back(operand_->GetJSONNode()); in GetJSONNode()
1184 ret->operand_ = ParseNode::BuildFromJSON(child->GetList()[0]); in NewFromJSON()
/third_party/node/deps/v8/src/execution/riscv64/
H A 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_; member in v8::internal::SimInstructionBase
217 operand_ = *reinterpret_cast<const int32_t*>(instr); in operator =()
220 DCHECK(reinterpret_cast<void*>(&operand_) == this); in operator =()
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.h232 const MemOperand& operand_; member in vixl::aarch32::Disassembler::PrintMemOperand
236 : location_type_(location_type), operand_(operand) {} in PrintMemOperand()
238 const MemOperand& GetOperand() const { return operand_; } in GetOperand()
243 const AlignedMemOperand& operand_; member in vixl::aarch32::Disassembler::PrintAlignedMemOperand
248 : location_type_(location_type), operand_(operand) {} in PrintAlignedMemOperand()
250 const AlignedMemOperand& GetOperand() const { return operand_; } in GetOperand()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc268 operand_(operand), in OutOfLineRecordWrite()
288 __ leaq(scratch1_, operand_);
318 Operand const operand_; member in v8::internal::compiler::__anon14310::final::final
451 operand_(operand), in OutOfLineTSANStore()
467 __ leaq(scratch0_, operand_);
486 Operand const operand_; member in v8::internal::compiler::__anon14310::final::OutOfLineTSANStore
574 operand_(operand), in OutOfLineTSANRelaxedLoad()
587 __ leaq(scratch0_, operand_);
605 Operand const operand_; member in v8::internal::compiler::__anon14310::final::final
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc312 operand_(operand), in OutOfLineRecordWrite()
329 __ lea(scratch1_, operand_);
357 Operand const operand_; member in v8::internal::compiler::__anon14257::final::final

Completed in 63 milliseconds