Lines Matching defs:operator

33   // Gets the operator only if it is supported.
38 // Always gets the operator, even for unsupported operators. This is useful to
39 // use the operator as a placeholder in a graph, for instance.
70 V8_EXPORT_PRIVATE bool operator==(AtomicLoadParameters, AtomicLoadParameters);
71 bool operator!=(AtomicLoadParameters, AtomicLoadParameters);
75 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, AtomicLoadParameters);
88 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, MemoryAccessKind);
107 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, LoadTransformation);
116 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&,
122 V8_EXPORT_PRIVATE bool operator==(LoadTransformParameters,
124 bool operator!=(LoadTransformParameters, LoadTransformParameters);
132 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, LoadLaneParameters);
155 V8_EXPORT_PRIVATE bool operator==(StoreRepresentation, StoreRepresentation);
156 bool operator!=(StoreRepresentation, StoreRepresentation);
160 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, StoreRepresentation);
191 V8_EXPORT_PRIVATE bool operator==(AtomicStoreParameters, AtomicStoreParameters);
192 bool operator!=(AtomicStoreParameters, AtomicStoreParameters);
196 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&,
214 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, StoreLaneParameters);
232 V8_EXPORT_PRIVATE bool operator==(StackSlotRepresentation,
234 bool operator!=(StackSlotRepresentation, StackSlotRepresentation);
238 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&,
254 uint8_t operator[](int x) const { return immediate_[x]; }
260 V8_EXPORT_PRIVATE bool operator==(S128ImmediateParameter const& lhs,
262 bool operator!=(S128ImmediateParameter const& lhs,
267 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&,
282 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream&, ShiftKind);
290 std::ostream& operator<<(std::ostream& os, TruncateKind kind);
408 MachineOperatorBuilder& operator=(const MachineOperatorBuilder&) = delete;
517 // This operator reinterprets the bits of a tagged pointer as a word.
520 // This operator reinterprets the bits of a tagged value as a word preserving
528 // This operator reinterprets the bits of a tagged MaybeObject pointer as
532 // This operator reinterprets the bits of a word as tagged pointer.
535 // This operator reinterprets the bits of a word as a Smi.