Home | History | Annotate | Download | only in compiler

Lines Matching refs:StoreGlobalParameters

326 bool operator==(StoreGlobalParameters const& lhs,
327 StoreGlobalParameters const& rhs) {
334 bool operator!=(StoreGlobalParameters const& lhs,
335 StoreGlobalParameters const& rhs) {
340 size_t hash_value(StoreGlobalParameters const& p) {
346 std::ostream& operator<<(std::ostream& os, StoreGlobalParameters const& p) {
351 const StoreGlobalParameters& StoreGlobalParametersOf(const Operator* op) {
353 return OpParameter<StoreGlobalParameters>(op);
1059 StoreGlobalParameters parameters(language_mode, feedback, name);
1060 return new (zone()) Operator1<StoreGlobalParameters>( // --