Searched refs:Operator1 (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | common-operator.cc | 95 return zone()->New<Operator1<const StringConstantBase*>>( in DelayedStringConstant() 636 struct BranchOperator final : public Operator1<BranchHint> { 638 : Operator1<BranchHint>( // -- in BranchOperator() 663 struct BeginRegionOperator final : public Operator1<RegionObservability> { 665 : Operator1<RegionObservability>( // -- in BeginRegionOperator() 703 struct LoopExitValueOperator final : public Operator1<MachineRepresentation> { 705 : Operator1<MachineRepresentation>(IrOpcode::kLoopExitValue, in LoopExitValueOperator() 716 struct DeoptimizeOperator final : public Operator1<DeoptimizeParameters> { 718 : Operator1<DeoptimizeParameters>( // -- in DeoptimizeOperator() 731 struct DeoptimizeIfOperator final : public Operator1<DeoptimizeParameter [all...] |
H A D | machine-operator.cc | 801 struct StackSlotOperator : public Operator1<StackSlotRepresentation> { 803 : Operator1<StackSlotRepresentation>( in StackSlotOperator() 820 struct NormalWord32SarOperator final : public Operator1<ShiftKind> { 822 : Operator1<ShiftKind>(IrOpcode::kWord32Sar, Operator::kPure, in NormalWord32SarOperator() 827 struct ShiftOutZerosWord32SarOperator final : public Operator1<ShiftKind> { 829 : Operator1<ShiftKind>(IrOpcode::kWord32Sar, Operator::kPure, in ShiftOutZerosWord32SarOperator() 834 struct NormalWord64SarOperator final : public Operator1<ShiftKind> { 836 : Operator1<ShiftKind>(IrOpcode::kWord64Sar, Operator::kPure, in NormalWord64SarOperator() 841 struct ShiftOutZerosWord64SarOperator final : public Operator1<ShiftKind> { 843 : Operator1<ShiftKin in ShiftOutZerosWord64SarOperator() [all...] |
H A D | simplified-operator.cc | 102 void Operator1<FieldAccess>::PrintParameter(std::ostream& os, in PrintParameter() 887 struct Name##Operator final : public Operator1<CheckParameters> { \ 889 : Operator1<CheckParameters>( \ 899 struct Name##Operator final : public Operator1<CheckBoundsParameters> { \ 901 : Operator1<CheckBoundsParameters>( \ 921 struct CheckIfOperator final : public Operator1<CheckIfParameters> { 923 : Operator1<CheckIfParameters>( in CheckIfOperator() 951 : public Operator1<CheckForMinusZeroMode> { 953 : Operator1<CheckForMinusZeroMode>( in ChangeFloat64ToTaggedOperator() 964 : public Operator1<CheckForMinusZeroMod [all...] |
H A D | js-operator.cc | 808 return zone()->New<Operator1<FeedbackParameter>>( \ 819 return zone()->New<Operator1<FeedbackParameter>>( \ 836 return zone()->New<Operator1<FeedbackParameter>>( // -- in DefineKeyedOwnPropertyInLiteral() 852 return zone()->New<Operator1<FeedbackParameter>>( // -- in StoreInArrayLiteral() 863 return zone()->New<Operator1<CallForwardVarargsParameters>>( // -- in CallForwardVarargs() 876 return zone()->New<Operator1<CallParameters>>( // -- in Call() 890 return zone()->New<Operator1<CallParameters>>( // -- in CallWithArrayLike() 906 return zone()->New<Operator1<CallParameters>>( // -- in CallWithSpread() 930 return zone()->New<Operator1<CallRuntimeParameters>>( // -- in CallRuntime() 942 return zone()->New<Operator1<JSWasmCallParameter in CallWasm() [all...] |
H A D | operator.h | 155 // Default equality function for below Operator1<*> class. 160 // Default hashing function for below Operator1<*> class. 168 class Operator1 : public Operator { class 170 Operator1(Opcode opcode, Properties properties, const char* mnemonic, in Operator1() function in v8::internal::compiler::Operator1 184 const Operator1<T, Pred, Hash>* that = 185 reinterpret_cast<const Operator1<T, Pred, Hash>*>(other); 213 // Helper to extract parameters from Operator1<*> operator. 216 return reinterpret_cast<const Operator1<T, OpEqualTo<T>, OpHash<T>>*>(op) in OpParameter()
|
H A D | simplified-operator.h | 148 void Operator1<FieldAccess>::PrintParameter(std::ostream& os,
|
Completed in 19 milliseconds