Searched defs:operand (Results 201 - 225 of 294) sorted by relevance

1234567891011>>

/external/v8/src/compiler/
H A Dinstruction.h44 // Location operand kinds.
48 // Location operand kinds must be last.
184 // Lifetime of operand inside the instruction.
186 // USED_AT_START operand is guaranteed to be live only at
188 // to some other operand used inside instruction (i.e. temporary or
192 // USED_AT_END operand is treated as live until the end of
194 // register for any other operand inside instruction.
236 // Predicates for the operand policy.
301 // [virtual_register]: The virtual register ID for this operand.
323 // stored within the operand
683 set_source(const InstructionOperand& operand) argument
687 set_destination(const InstructionOperand& operand) argument
[all...]
H A Dregister-allocator.h254 UsePosition(LifetimePosition pos, InstructionOperand* operand, void* hint,
257 InstructionOperand* operand() const { return operand_; } function in class:v8::internal::compiler::final
557 InstructionOperand* operand);
558 void SetSpillOperand(InstructionOperand* operand);
564 const InstructionOperand& operand,
747 void AddOperand(InstructionOperand* operand);
748 void CommitAssignment(const InstructionOperand& operand);
760 InstructionOperand* operand; member in struct:v8::internal::compiler::LiveRange::final::DelayedReference
890 InstructionOperand* AllocateFixed(UnallocatedOperand* operand, int pos,
942 void MapPhiHint(InstructionOperand* operand, UsePositio
954 Define(LifetimePosition position, InstructionOperand* operand) argument
960 Use(LifetimePosition block_start, LifetimePosition position, InstructionOperand* operand) argument
[all...]
/external/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc204 Node* operand, InstructionOperand inputs[], size_t* input_count,
207 BaseWithIndexAndDisplacement64Matcher m(operand,
210 BaseWithIndexAndDisplacement32Matcher m(operand,
221 inputs[(*input_count)++] = UseRegister(operand->InputAt(0));
222 inputs[(*input_count)++] = UseRegister(operand->InputAt(1));
444 // If both inputs refer to the same operand, enforce allocating a register
549 // If both inputs refer to the same operand, enforce allocating a register
1837 // if one of the two inputs is a memory operand, make sure it's on the left.
1863 // generate memory operand
1964 // generate memory operand
203 GetEffectiveAddressMemoryOperand( Node* operand, InstructionOperand inputs[], size_t* input_count, OperandModes immediate_mode = OperandMode::kInt20Imm) argument
[all...]
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc33 LUnallocated* operand = LUnallocated::cast(it.Current()); local
34 DCHECK(operand->HasFixedPolicy() ||
35 operand->IsUsedAtStart());
38 LUnallocated* operand = LUnallocated::cast(it.Current()); local
39 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
470 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
475 operand->set_virtual_register(value->id());
476 return operand;
562 LUnallocated* operand local
575 LUnallocated* operand = local
588 LUnallocated* operand = ToUnallocated(reg); local
595 LUnallocated* operand = ToUnallocated(reg); local
826 LUnallocated* operand = LUnallocated::cast(it.Current()); local
833 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
H A Dlithium-arm.h276 void set_result(LOperand* operand) { results_[0] = operand; } argument
2401 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2409 // register for any other operand inside instruction.
2412 // to some other operand used inside instruction (i.e. temporary or
2417 // An input operand in a register that may be trashed.
2420 // An input operand in a register or stack slot.
2424 // An input operand in a register, stack slot or a constant operand.
2428 // An input operand i
[all...]
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc33 LUnallocated* operand = LUnallocated::cast(it.Current()); local
34 DCHECK(operand->HasFixedPolicy() ||
35 operand->IsUsedAtStart());
38 LUnallocated* operand = LUnallocated::cast(it.Current()); local
39 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
323 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
328 operand->set_virtual_register(value->id());
329 return operand;
459 LUnallocated* operand local
472 LUnallocated* operand = local
497 LUnallocated* operand = ToUnallocated(reg); local
504 LUnallocated* operand = ToUnallocated(reg); local
669 LUnallocated* operand = LUnallocated::cast(it.Current()); local
676 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
H A Dlithium-arm64.h280 void set_result(LOperand* operand) { results_[0] = operand; } argument
2721 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2727 // The operand created by UseRegister is guaranteed to be live until the end
2729 // register for any other operand inside instruction.
2732 // The operand created by UseRegisterAndClobber is guaranteed to be live until
2741 // The operand created by UseRegisterAtStart is guaranteed to be live only at
2743 // register to some other operand used inside instruction (i.e. temporary or
2747 // An input operand in a register or a constant operand
[all...]
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc36 LUnallocated* operand = LUnallocated::cast(it.Current()); local
37 DCHECK(operand->HasFixedPolicy() ||
38 operand->IsUsedAtStart());
41 LUnallocated* operand = LUnallocated::cast(it.Current()); local
42 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
512 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
517 operand->set_virtual_register(value->id());
518 return operand;
607 LUnallocated* operand local
620 LUnallocated* operand = ToUnallocated(reg); local
627 LUnallocated* operand = ToUnallocated(reg); local
859 LUnallocated* operand = LUnallocated::cast(it.Current()); local
866 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
H A Dlithium-ia32.h279 void set_result(LOperand* operand) { results_[0] = operand; } argument
2412 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2420 // register for any other operand inside instruction.
2423 // to some other operand used inside instruction (i.e. temporary or
2428 // An input operand in a register that may be trashed.
2431 // An input operand in a register or stack slot.
2435 // An input operand in a register, stack slot or a constant operand.
2439 // An input operand i
[all...]
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc35 LUnallocated* operand = LUnallocated::cast(it.Current()); local
36 DCHECK(operand->HasFixedPolicy() ||
37 operand->IsUsedAtStart());
40 LUnallocated* operand = LUnallocated::cast(it.Current()); local
41 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
477 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
482 operand->set_virtual_register(value->id());
483 return operand;
569 LUnallocated* operand local
582 LUnallocated* operand = local
595 LUnallocated* operand = ToUnallocated(reg); local
602 LUnallocated* operand = ToUnallocated(reg); local
836 LUnallocated* operand = LUnallocated::cast(it.Current()); local
843 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
H A Dlithium-mips.h274 void set_result(LOperand* operand) { results_[0] = operand; } argument
2358 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2366 // register for any other operand inside instruction.
2369 // to some other operand used inside instruction (i.e. temporary or
2374 // An input operand in a register that may be trashed.
2377 // An input operand in a register or stack slot.
2381 // An input operand in a register, stack slot or a constant operand.
2385 // An input operand i
[all...]
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc35 LUnallocated* operand = LUnallocated::cast(it.Current()); local
36 DCHECK(operand->HasFixedPolicy() ||
37 operand->IsUsedAtStart());
40 LUnallocated* operand = LUnallocated::cast(it.Current()); local
41 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
477 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
482 operand->set_virtual_register(value->id());
483 return operand;
569 LUnallocated* operand local
582 LUnallocated* operand = local
595 LUnallocated* operand = ToUnallocated(reg); local
602 LUnallocated* operand = ToUnallocated(reg); local
836 LUnallocated* operand = LUnallocated::cast(it.Current()); local
843 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
H A Dlithium-mips64.h277 void set_result(LOperand* operand) { results_[0] = operand; } argument
2404 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2412 // register for any other operand inside instruction.
2415 // to some other operand used inside instruction (i.e. temporary or
2420 // An input operand in a register that may be trashed.
2423 // An input operand in a register or stack slot.
2427 // An input operand in a register, stack slot or a constant operand.
2431 // An input operand i
[all...]
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc32 LUnallocated* operand = LUnallocated::cast(it.Current()); local
33 DCHECK(operand->HasFixedPolicy() || operand->IsUsedAtStart());
36 LUnallocated* operand = LUnallocated::cast(it.Current()); local
37 DCHECK(operand->HasFixedPolicy() || !operand->HasRegisterPolicy());
483 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
488 operand->set_virtual_register(value->id());
489 return operand;
574 LUnallocated* operand local
587 LUnallocated* operand = local
600 LUnallocated* operand = ToUnallocated(reg); local
607 LUnallocated* operand = ToUnallocated(reg); local
841 LUnallocated* operand = LUnallocated::cast(it.Current()); local
848 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
H A Dlithium-ppc.h274 void set_result(LOperand* operand) { results_[0] = operand; } argument
2327 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2335 // register for any other operand inside instruction.
2338 // to some other operand used inside instruction (i.e. temporary or
2343 // An input operand in a register that may be trashed.
2346 // An input operand in a register or stack slot.
2350 // An input operand in a register, stack slot or a constant operand.
2354 // An input operand i
[all...]
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc32 LUnallocated* operand = LUnallocated::cast(it.Current()); local
33 DCHECK(operand->HasFixedPolicy() || operand->IsUsedAtStart());
36 LUnallocated* operand = LUnallocated::cast(it.Current()); local
37 DCHECK(operand->HasFixedPolicy() || !operand->HasRegisterPolicy());
434 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
439 operand->set_virtual_register(value->id());
440 return operand;
515 LUnallocated* operand local
527 LUnallocated* operand = local
539 LUnallocated* operand = ToUnallocated(reg); local
545 LUnallocated* operand = ToUnallocated(reg); local
771 LUnallocated* operand = LUnallocated::cast(it.Current()); local
778 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
H A Dlithium-s390.h268 void set_result(LOperand* operand) { results_[0] = operand; } argument
2159 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2167 // register for any other operand inside instruction.
2170 // to some other operand used inside instruction (i.e. temporary or
2175 // An input operand in a register that may be trashed.
2178 // An input operand in a register or stack slot.
2182 // An input operand in a register, stack slot or a constant operand.
2186 // An input operand i
[all...]
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc37 LUnallocated* operand = LUnallocated::cast(it.Current()); local
38 DCHECK(operand->HasFixedPolicy() ||
39 operand->IsUsedAtStart());
42 LUnallocated* operand = LUnallocated::cast(it.Current()); local
43 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
505 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
510 operand->set_virtual_register(value->id());
511 return operand;
600 LUnallocated* operand local
613 LUnallocated* operand = ToUnallocated(reg); local
620 LUnallocated* operand = ToUnallocated(reg); local
853 LUnallocated* operand = LUnallocated::cast(it.Current()); local
860 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
H A Dlithium-x64.h279 void set_result(LOperand* operand) { results_[0] = operand; } argument
2398 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2406 // register for any other operand inside instruction.
2409 // to some other operand used inside instruction (i.e. temporary or
2414 // An input operand in a register that may be trashed.
2417 // An input operand in a register that may be trashed or a constant operand.
2420 // An input operand in a register or stack slot.
2424 // An input operand i
[all...]
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc36 LUnallocated* operand = LUnallocated::cast(it.Current()); local
37 DCHECK(operand->HasFixedPolicy() ||
38 operand->IsUsedAtStart());
41 LUnallocated* operand = LUnallocated::cast(it.Current()); local
42 DCHECK(operand->HasFixedPolicy() ||!operand->HasRegisterPolicy());
518 LOperand* LChunkBuilder::Use(HValue* value, LUnallocated* operand) { argument
523 operand->set_virtual_register(value->id());
524 return operand;
612 LUnallocated* operand local
625 LUnallocated* operand = ToUnallocated(reg); local
864 LUnallocated* operand = LUnallocated::cast(it.Current()); local
871 LUnallocated* operand = LUnallocated::cast(it.Current()); local
[all...]
H A Dlithium-x87.h282 void set_result(LOperand* operand) { results_[0] = operand; } argument
2408 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2414 // register for any other operand inside instruction.
2417 // to some other operand used inside instruction (i.e. temporary or
2422 // An input operand in a register that may be trashed.
2425 // An input operand in a register or stack slot.
2429 // An input operand in a register, stack slot or a constant operand.
2433 // An input operand i
[all...]
/external/v8/src/parsing/
H A Dparser.h722 VariableProxy* operand = expression->AsVariableProxy(); local
723 return operand != nullptr && !operand->is_this();
/external/valgrind/coregrind/m_demangle/
H A Dcp-demangle.c3377 struct demangle_component *operand; local
3387 operand = d_exprlist (di, 'E');
3389 operand = d_template_args_1 (di);
3391 operand = d_expression_1 (di);
3398 operand, operand));
3401 operand);
5356 struct demangle_component *operand = d_right (dc); local
5366 if (operand->type == DEMANGLE_COMPONENT_TYPED_NAME
5367 && d_left (operand)
[all...]
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc732 const Operand& operand) {
734 LogicalMacro(rd, rn, operand, AND);
740 const Operand& operand) {
742 LogicalMacro(rd, rn, operand, ANDS);
746 void MacroAssembler::Tst(const Register& rn, const Operand& operand) { argument
748 Ands(AppropriateZeroRegFor(rn), rn, operand); local
754 const Operand& operand) {
756 LogicalMacro(rd, rn, operand, BIC);
762 const Operand& operand) {
764 LogicalMacro(rd, rn, operand, BIC
730 And(const Register& rd, const Register& rn, const Operand& operand) argument
738 Ands(const Register& rd, const Register& rn, const Operand& operand) argument
752 Bic(const Register& rd, const Register& rn, const Operand& operand) argument
760 Bics(const Register& rd, const Register& rn, const Operand& operand) argument
768 Orr(const Register& rd, const Register& rn, const Operand& operand) argument
776 Orn(const Register& rd, const Register& rn, const Operand& operand) argument
784 Eor(const Register& rd, const Register& rn, const Operand& operand) argument
792 Eon(const Register& rd, const Register& rn, const Operand& operand) argument
800 LogicalMacro(const Register& rd, const Register& rn, const Operand& operand, LogicalOp op) argument
916 Mov(const Register& rd, const Operand& operand, DiscardMoveMode discard_mode) argument
1121 Mvn(const Register& rd, const Operand& operand) argument
1155 Ccmp(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) argument
1168 Ccmn(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) argument
1181 ConditionalCompareMacro(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond, ConditionalCompareOp op) argument
1404 Add(const Register& rd, const Register& rn, const Operand& operand, FlagsUpdate S) argument
1418 Adds(const Register& rd, const Register& rn, const Operand& operand) argument
1425 Sub(const Register& rd, const Register& rn, const Operand& operand, FlagsUpdate S) argument
1439 Subs(const Register& rd, const Register& rn, const Operand& operand) argument
1446 Cmn(const Register& rn, const Operand& operand) argument
1448 Adds(AppropriateZeroRegFor(rn), rn, operand); local
1452 Cmp(const Register& rn, const Operand& operand) argument
1454 Subs(AppropriateZeroRegFor(rn), rn, operand); local
1546 Neg(const Register& rd, const Operand& operand) argument
1556 Negs(const Register& rd, const Operand& operand) argument
1678 AddSubMacro(const Register& rd, const Register& rn, const Operand& operand, FlagsUpdate S, AddSubOp op) argument
1726 Adc(const Register& rd, const Register& rn, const Operand& operand) argument
1734 Adcs(const Register& rd, const Register& rn, const Operand& operand) argument
1742 Sbc(const Register& rd, const Register& rn, const Operand& operand) argument
1750 Sbcs(const Register& rd, const Register& rn, const Operand& operand) argument
1758 Ngc(const Register& rd, const Operand& operand) argument
1765 Ngcs(const Register& rd, const Operand& operand) argument
1772 AddSubWithCarryMacro(const Register& rd, const Register& rn, const Operand& operand, FlagsUpdate S, AddSubWithCarryOp op) argument
[all...]
/external/error_prone/checkerframework/
H A Ddataflow-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/checkerframework/dataflow/ org/checkerframework/dataflow/analysis/ ...

Completed in 3039 milliseconds

1234567891011>>