/external/v8/src/compiler/ |
D | instruction-selector-impl.h | 223 return Constant(OpParameter<int32_t>(node)); in ToConstant() 225 return Constant(OpParameter<int64_t>(node)); in ToConstant() 227 return Constant(OpParameter<float>(node)); in ToConstant() 230 return Constant(OpParameter<RelocatablePtrConstantInfo>(node)); in ToConstant() 233 return Constant(OpParameter<double>(node)); in ToConstant() 236 return Constant(OpParameter<ExternalReference>(node)); in ToConstant() 238 return Constant(OpParameter<Handle<HeapObject>>(node)); in ToConstant() 249 return Constant(-OpParameter<int32_t>(node)); in ToNegatedConstant() 251 return Constant(-OpParameter<int64_t>(node)); in ToNegatedConstant()
|
D | js-operator.cc | 45 return OpParameter<ConvertReceiverMode>(op); in ConvertReceiverModeOf() 51 return OpParameter<ToBooleanHints>(op); in ToBooleanHintsOf() 80 return OpParameter<CallConstructParameters>(op); in CallConstructParametersOf() 93 return OpParameter<CallFunctionParameters>(op); in CallFunctionParametersOf() 121 return OpParameter<CallRuntimeParameters>(op); in CallRuntimeParametersOf() 159 return OpParameter<ContextAccess>(op); in ContextAccessOf() 191 return OpParameter<CreateCatchContextParameters>(op); in CreateCatchContextParametersOf() 220 return OpParameter<NamedAccess>(op); in NamedAccessOf() 243 return OpParameter<PropertyAccess>(op); in PropertyAccessOf() 278 return OpParameter<LoadGlobalParameters>(op); in LoadGlobalParametersOf() [all …]
|
D | common-operator.cc | 35 return OpParameter<BranchHint>(op); in BranchHintOf() 41 return OpParameter<DeoptimizeReason>(op); in DeoptimizeReasonOf() 75 return OpParameter<DeoptimizeParameters>(op); in DeoptimizeParametersOf() 102 return OpParameter<SelectParameters>(op); in SelectParametersOf() 108 return OpParameter<CallDescriptor const*>(op); in CallDescriptorOf() 113 return OpParameter<size_t>(op); in ProjectionIndexOf() 119 return OpParameter<MachineRepresentation>(op); in PhiRepresentationOf() 125 return OpParameter<ParameterInfo>(op).index(); in ParameterIndexOf() 131 return OpParameter<ParameterInfo>(op); in ParameterInfoOf() 191 return OpParameter<RegionObservability>(op); in RegionObservabilityOf() [all …]
|
D | simplified-operator.cc | 86 return OpParameter<BufferAccess>(op); in BufferAccessOf() 173 return OpParameter<FieldAccess>(op); in FieldAccessOf() 181 return OpParameter<ElementAccess>(op); in ElementAccessOf() 187 return OpParameter<ExternalArrayType>(op); in ExternalArrayTypeOf() 207 return OpParameter<CheckFloat64HoleMode>(op); in CheckFloat64HoleModeOf() 214 return OpParameter<CheckForMinusZeroMode>(op); in CheckMinusZeroModeOf() 249 return OpParameter<CheckTaggedInputMode>(op); in CheckTaggedInputModeOf() 274 return OpParameter<GrowFastElementsFlags>(op); in GrowFastElementsFlagsOf() 294 return OpParameter<ElementsTransition>(op); in ElementsTransitionOf() 331 return OpParameter<NumberOperationHint>(op); in NumberOperationHintOf() [all …]
|
D | node-matchers.h | 57 value_ = OpParameter<T>(node); in ValueMatcher() 80 value_ = static_cast<uint32_t>(OpParameter<int32_t>(node)); in ValueMatcher() 89 value_ = OpParameter<int32_t>(node); in ValueMatcher() 92 value_ = OpParameter<int64_t>(node); in ValueMatcher() 103 value_ = static_cast<uint32_t>(OpParameter<int32_t>(node)); in ValueMatcher() 106 value_ = static_cast<uint64_t>(OpParameter<int64_t>(node)); in ValueMatcher() 614 value = OpParameter<int32_t>(displacement); in Initialize() 618 value = OpParameter<int64_t>(displacement); in Initialize()
|
D | js-create-lowering.cc | 110 FrameStateInfo outer_state_info = OpParameter<FrameStateInfo>(outer_state); in GetArgumentsFrameState() 290 FrameStateInfo state_info = OpParameter<FrameStateInfo>(frame_state); in ReduceJSCreateArguments() 356 FrameStateInfo args_state_info = OpParameter<FrameStateInfo>(args_state); in ReduceJSCreateArguments() 389 FrameStateInfo args_state_info = OpParameter<FrameStateInfo>(args_state); in ReduceJSCreateArguments() 420 FrameStateInfo args_state_info = OpParameter<FrameStateInfo>(args_state); in ReduceJSCreateArguments() 788 int slot_count = OpParameter<int>(node->op()); in ReduceJSCreateFunctionContext() 820 Handle<ScopeInfo> scope_info = OpParameter<Handle<ScopeInfo>>(node); in ReduceJSCreateWithContext() 884 Handle<ScopeInfo> scope_info = OpParameter<Handle<ScopeInfo>>(node); in ReduceJSCreateBlockContext() 919 FrameStateInfo state_info = OpParameter<FrameStateInfo>(frame_state); in AllocateArguments() 942 FrameStateInfo state_info = OpParameter<FrameStateInfo>(frame_state); in AllocateRestArguments() [all …]
|
D | machine-operator.cc | 41 return OpParameter<LoadRepresentation>(op); in LoadRepresentationOf() 47 return OpParameter<StoreRepresentation>(op); in StoreRepresentationOf() 52 return OpParameter<UnalignedLoadRepresentation>(op); in UnalignedLoadRepresentationOf() 58 return OpParameter<UnalignedStoreRepresentation>(op); in UnalignedStoreRepresentationOf() 63 return OpParameter<CheckedLoadRepresentation>(op); in CheckedLoadRepresentationOf() 69 return OpParameter<CheckedStoreRepresentation>(op); in CheckedStoreRepresentationOf() 74 return OpParameter<MachineRepresentation>(op); in StackSlotRepresentationOf() 79 return OpParameter<MachineRepresentation>(op); in AtomicStoreRepresentationOf()
|
D | graph-replay.cc | 58 PrintF("%g", OpParameter<double>(op)); in PrintReplayOpCreator()
|
D | js-generic-lowering.cc | 341 LanguageMode language_mode = OpParameter<LanguageMode>(node); in LowerJSDeleteProperty() 454 int const slot_count = OpParameter<int>(node->op()); in LowerJSCreateFunctionContext() 539 Handle<ScopeInfo> scope_info = OpParameter<Handle<ScopeInfo>>(node); in LowerJSCreateWithContext() 545 Handle<ScopeInfo> scope_info = OpParameter<Handle<ScopeInfo>>(node); in LowerJSCreateBlockContext() 552 Handle<ScopeInfo> scope_info = OpParameter<Handle<ScopeInfo>>(node); in LowerJSCreateScriptContext()
|
D | js-inlining.cc | 254 FrameStateInfo const& frame_info = OpParameter<FrameStateInfo>(frame_state); in CreateTailCallerFrameState() 264 FrameStateInfo const& frame_info = OpParameter<FrameStateInfo>(frame_state); in CreateTailCallerFrameState() 445 FrameStateInfo const& frame_info = OpParameter<FrameStateInfo>(frame_state); in ReduceJSCall()
|
D | representation-change.cc | 427 DoubleToFloat32(OpParameter<double>(node))); in GetFloat32RepresentationFor() 488 return jsgraph()->Float64Constant(OpParameter<double>(node)); in GetFloat64RepresentationFor() 563 double const fv = OpParameter<double>(node); in GetWord32RepresentationFor() 692 Handle<HeapObject> value = OpParameter<Handle<HeapObject>>(node); in GetBitRepresentationFor()
|
D | simd-scalar-lowering.cc | 256 int32_t lane = OpParameter<int32_t>(laneNode); in LowerNode() 290 int32_t lane = OpParameter<int32_t>(laneNode); in LowerNode()
|
D | store-store-elimination.cc | 266 FieldAccess access = OpParameter<FieldAccess>(node->op()); in RecomputeSet() 307 FieldAccess access = OpParameter<FieldAccess>(node->op()); in RecomputeSet()
|
D | node.h | 344 static inline const T& OpParameter(const Node* node) { in OpParameter() function 345 return OpParameter<T>(node->op()); in OpParameter()
|
D | js-call-reducer.cc | 111 FrameStateInfo outer_info = OpParameter<FrameStateInfo>(outer_state); in ReduceFunctionPrototypeApply() 116 FrameStateInfo state_info = OpParameter<FrameStateInfo>(frame_state); in ReduceFunctionPrototypeApply()
|
D | operator.h | 217 inline T const& OpParameter(const Operator* op) { in OpParameter() function
|
D | js-inlining-heuristic.cc | 106 FrameStateInfo const& frame_info = OpParameter<FrameStateInfo>(frame_state); in Reduce()
|
D | node-properties.cc | 320 return Handle<Context>::cast(OpParameter<Handle<HeapObject>>(node)); in GetSpecializationContext()
|
D | js-typed-lowering.cc | 350 DCHECK(OpParameter<FrameStateInfo>(dummy_state).bailout_id().IsNone()); in CreateFrameStateForLeftInput() 357 DCHECK(OpParameter<FrameStateInfo>(dummy_state).bailout_id().IsNone()); in CreateFrameStateForRightInput() 1517 int32_t cell_index = OpParameter<int32_t>(node); in ReduceJSLoadModule() 1554 int32_t cell_index = OpParameter<int32_t>(node); in ReduceJSStoreModule() 2096 int register_count = OpParameter<int>(node); in ReduceJSGeneratorStore() 2150 int index = OpParameter<int>(node); in ReduceJSGeneratorRestoreRegister()
|
D | memory-optimizer.cc | 167 if (OpParameter<int32_t>(group->size()) < state_size) { in VisitAllocate()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 40 return OpParameter<int32_t>(node); in GetImmediate() 42 return OpParameter<int64_t>(node); in GetImmediate() 51 value = OpParameter<int32_t>(node); in CanBeImmediate() 53 value = OpParameter<int64_t>(node); in CanBeImmediate()
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 28 const int64_t value = OpParameter<int64_t>(node); in CanBeImmediate() 32 const double value = OpParameter<double>(node); in CanBeImmediate() 43 return OpParameter<int32_t>(node); in GetImmediateIntegerValue() 46 return static_cast<int32_t>(OpParameter<int64_t>(node)); in GetImmediateIntegerValue()
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 73 Handle<HeapObject> value = OpParameter<Handle<HeapObject>>(node); in CanBeImmediate() 91 : OpParameter<int32_t>(displacement_node); in GenerateMemoryOperandInputs() 97 displacement += OpParameter<int32_t>(base); in GenerateMemoryOperandInputs()
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 77 Handle<HeapObject> value = OpParameter<Handle<HeapObject>>(node); in CanBeImmediate() 95 : OpParameter<int32_t>(displacement_node); in GenerateMemoryOperandInputs() 101 displacement += OpParameter<int32_t>(base); in GenerateMemoryOperandInputs()
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 51 return OpParameter<int32_t>(node); in GetIntegerConstantValue() 61 return OpParameter<float>(node); in GetFloatConstantValue() 64 return OpParameter<double>(node); in GetFloatConstantValue()
|