Lines Matching refs:Operator
25 class Operator; variable
73 TrapId TrapIdOf(const Operator* const op);
92 const Operator* const) V8_WARN_UNUSED_RESULT;
93 V8_EXPORT_PRIVATE BranchHint BranchHintOf(const Operator* const)
97 int ValueInputCountOfReturn(Operator const* const op);
129 DeoptimizeParameters const& DeoptimizeParametersOf(Operator const* const)
132 IsSafetyCheck IsSafetyCheckOf(const Operator* op) V8_WARN_UNUSED_RESULT;
156 const Operator* const) V8_WARN_UNUSED_RESULT;
158 V8_EXPORT_PRIVATE CallDescriptor const* CallDescriptorOf(const Operator* const)
161 V8_EXPORT_PRIVATE size_t ProjectionIndexOf(const Operator* const)
165 PhiRepresentationOf(const Operator* const) V8_WARN_UNUSED_RESULT;
184 V8_EXPORT_PRIVATE int ParameterIndexOf(const Operator* const)
186 const ParameterInfo& ParameterInfoOf(const Operator* const)
364 RegionObservability RegionObservabilityOf(Operator const*)
370 Type TypeGuardTypeOf(Operator const*) V8_WARN_UNUSED_RESULT;
372 int OsrValueIndexOf(Operator const*) V8_WARN_UNUSED_RESULT;
374 SparseInputMask SparseInputMaskOf(Operator const*) V8_WARN_UNUSED_RESULT;
376 ZoneVector<MachineType> const* MachineTypesOf(Operator const*)
400 ArgumentsStateType ArgumentsStateTypeOf(Operator const*) V8_WARN_UNUSED_RESULT;
402 uint32_t ObjectIdOf(Operator const*);
404 MachineRepresentation DeadValueRepresentationOf(Operator const*)
429 const Operator* op) V8_WARN_UNUSED_RESULT;
431 const FrameStateInfo& FrameStateInfoOf(const Operator* op)
434 Handle<HeapObject> HeapConstantOf(const Operator* op) V8_WARN_UNUSED_RESULT;
443 const Operator* Dead(); in NON_EXPORTED_BASE()
444 const Operator* DeadValue(MachineRepresentation rep); in NON_EXPORTED_BASE()
445 const Operator* Unreachable(); in NON_EXPORTED_BASE()
446 const Operator* End(size_t control_input_count); in NON_EXPORTED_BASE()
447 const Operator* Branch(BranchHint = BranchHint::kNone, in NON_EXPORTED_BASE()
449 const Operator* IfTrue(); in NON_EXPORTED_BASE()
450 const Operator* IfFalse(); in NON_EXPORTED_BASE()
451 const Operator* IfSuccess(); in NON_EXPORTED_BASE()
452 const Operator* IfException(); in NON_EXPORTED_BASE()
453 const Operator* Switch(size_t control_output_count); in NON_EXPORTED_BASE()
454 const Operator* IfValue(int32_t value, int32_t order = 0); in NON_EXPORTED_BASE()
455 const Operator* IfDefault(); in NON_EXPORTED_BASE()
456 const Operator* Throw(); in NON_EXPORTED_BASE()
457 const Operator* Deoptimize(DeoptimizeKind kind, DeoptimizeReason reason, in NON_EXPORTED_BASE()
459 const Operator* DeoptimizeIf( in NON_EXPORTED_BASE()
463 const Operator* DeoptimizeUnless( in NON_EXPORTED_BASE()
467 const Operator* TrapIf(TrapId trap_id); in NON_EXPORTED_BASE()
468 const Operator* TrapUnless(TrapId trap_id); in NON_EXPORTED_BASE()
469 const Operator* Return(int value_input_count = 1); in NON_EXPORTED_BASE()
470 const Operator* Terminate(); in NON_EXPORTED_BASE()
472 const Operator* Start(int value_output_count); in NON_EXPORTED_BASE()
473 const Operator* Loop(int control_input_count); in NON_EXPORTED_BASE()
474 const Operator* Merge(int control_input_count); in NON_EXPORTED_BASE()
475 const Operator* Parameter(int index, const char* debug_name = nullptr); in NON_EXPORTED_BASE()
477 const Operator* OsrNormalEntry(); in NON_EXPORTED_BASE()
478 const Operator* OsrLoopEntry(); in NON_EXPORTED_BASE()
479 const Operator* OsrValue(int index); in NON_EXPORTED_BASE()
481 const Operator* Int32Constant(int32_t); in NON_EXPORTED_BASE()
482 const Operator* Int64Constant(int64_t); in NON_EXPORTED_BASE()
483 const Operator* Float32Constant(volatile float); in NON_EXPORTED_BASE()
484 const Operator* Float64Constant(volatile double); in NON_EXPORTED_BASE()
485 const Operator* ExternalConstant(const ExternalReference&); in NON_EXPORTED_BASE()
486 const Operator* NumberConstant(volatile double); in NON_EXPORTED_BASE()
487 const Operator* PointerConstant(intptr_t); in NON_EXPORTED_BASE()
488 const Operator* HeapConstant(const Handle<HeapObject>&); in NON_EXPORTED_BASE()
489 const Operator* ObjectId(uint32_t); in NON_EXPORTED_BASE()
491 const Operator* RelocatableInt32Constant(int32_t value, in NON_EXPORTED_BASE()
493 const Operator* RelocatableInt64Constant(int64_t value, in NON_EXPORTED_BASE()
496 const Operator* Select(MachineRepresentation, BranchHint = BranchHint::kNone); in NON_EXPORTED_BASE()
497 const Operator* Phi(MachineRepresentation representation, in NON_EXPORTED_BASE()
499 const Operator* EffectPhi(int effect_input_count); in NON_EXPORTED_BASE()
500 const Operator* InductionVariablePhi(int value_input_count); in NON_EXPORTED_BASE()
501 const Operator* LoopExit(); in NON_EXPORTED_BASE()
502 const Operator* LoopExitValue(); in NON_EXPORTED_BASE()
503 const Operator* LoopExitEffect(); in NON_EXPORTED_BASE()
504 const Operator* Checkpoint(); in NON_EXPORTED_BASE()
505 const Operator* BeginRegion(RegionObservability); in NON_EXPORTED_BASE()
506 const Operator* FinishRegion(); in NON_EXPORTED_BASE()
507 const Operator* StateValues(int arguments, SparseInputMask bitmask); in NON_EXPORTED_BASE()
508 const Operator* TypedStateValues(const ZoneVector<MachineType>* types, in NON_EXPORTED_BASE()
510 const Operator* ArgumentsElementsState(ArgumentsStateType type); in NON_EXPORTED_BASE()
511 const Operator* ArgumentsLengthState(ArgumentsStateType type); in NON_EXPORTED_BASE()
512 const Operator* ObjectState(uint32_t object_id, int pointer_slots); in NON_EXPORTED_BASE()
513 const Operator* TypedObjectState(uint32_t object_id, in NON_EXPORTED_BASE()
515 const Operator* FrameState(BailoutId bailout_id, in NON_EXPORTED_BASE()
518 const Operator* Call(const CallDescriptor* call_descriptor); in NON_EXPORTED_BASE()
519 const Operator* CallWithCallerSavedRegisters( in NON_EXPORTED_BASE()
521 const Operator* TailCall(const CallDescriptor* call_descriptor); in NON_EXPORTED_BASE()
522 const Operator* Projection(size_t index); in NON_EXPORTED_BASE()
523 const Operator* Retain(); in NON_EXPORTED_BASE()
524 const Operator* TypeGuard(Type type); in NON_EXPORTED_BASE()
528 const Operator* ResizeMergeOrPhi(const Operator* op, int size); in NON_EXPORTED_BASE()
535 const Operator* MarkAsSafetyCheck(const Operator* op, in NON_EXPORTED_BASE()