Home
last modified time | relevance | path

Searched refs:CoreArg (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/ghc/ghc-8.10.7/compiler/specialise/
H A DSpecConstr.hs854 data Value = ConVal AltCon [CoreArg] -- _Saturated_ constructors
1093 data Call = Call Id [CoreArg] ValueEnv
2105 get_bad_covars :: CoreArg -> CoVarSet
2129 -> CoreArg -- A call arg (or component thereof)
2131 -> UniqSM (Bool, CoreArg)
2259 wildCardPat :: Type -> UniqSM (Bool, CoreArg)
2266 -> [CoreArg] -> [ArgOcc] -- Should be same length
2267 -> UniqSM (Bool, [CoreArg])
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Opt/
H A DArity.hs1417 getArg_maybe :: [EtaInfo] -> Maybe (CoreArg, [EtaInfo])
1422 go :: MCoercion -> [EtaInfo] -> Maybe (CoreArg, [EtaInfo])
1630 pushCoArgs :: CoercionR -> [CoreArg] -> Maybe ([CoreArg], MCoercion)
1638 pushCoArg :: CoercionR -> CoreArg -> Maybe (CoreArg, MCoercion)
/dports/lang/ghc/ghc-8.10.7/compiler/stgSyn/
H A DCoreToStg.hs528 -> [CoreArg] -- Arguments
586 coreToStgArgs :: [CoreArg] -> CtsM ([StgArg], [Tickish Id])
939 myCollectArgs :: CoreExpr -> (Id, [CoreArg], [Tickish Id])
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/
H A DCore.hs17 CoreProgram, CoreExpr, CoreAlt, CoreBind, CoreArg, CoreBndr,
913 type InArg = CoreArg
924 type OutArg = CoreArg
1620 type CoreArg = Arg CoreBndr type
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/coreSyn/
H A DCoreSubst.hs226 extendSubst :: Subst -> Var -> CoreArg -> Subst
242 extendSubstList :: Subst -> [(Var,CoreArg)] -> Subst
280 mkOpenSubst :: InScopeSet -> [(Var,CoreArg)] -> Subst
H A DCoreSyn.hs15 CoreProgram, CoreExpr, CoreAlt, CoreBind, CoreArg, CoreBndr,
911 type InArg = CoreArg
922 type OutArg = CoreArg
1883 type CoreArg = Arg CoreBndr function
H A DCoreOpt.hs1238 pushCoArgs :: CoercionR -> [CoreArg] -> Maybe ([CoreArg], MCoercion)
1246 pushCoArg :: CoercionR -> CoreArg -> Maybe (CoreArg, MCoercion)
H A DCoreUnfold.hs174 -> [CoreArg] -- LHS arguments in the RULE
H A DCoreUtils.hs643 trimConArgs :: AltCon -> [CoreArg] -> [CoreArg]
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreSubst.hs226 extendSubst :: Subst -> Var -> CoreArg -> Subst
242 extendSubstList :: Subst -> [(Var,CoreArg)] -> Subst
280 mkOpenSubst :: InScopeSet -> [(Var,CoreArg)] -> Subst
H A DCoreSyn.hs15 CoreProgram, CoreExpr, CoreAlt, CoreBind, CoreArg, CoreBndr,
911 type InArg = CoreArg
922 type OutArg = CoreArg
1883 type CoreArg = Arg CoreBndr type
H A DCoreOpt.hs1238 pushCoArgs :: CoercionR -> [CoreArg] -> Maybe ([CoreArg], MCoercion)
1246 pushCoArg :: CoercionR -> CoreArg -> Maybe (CoreArg, MCoercion)
H A DCorePrep.hs785 data ArgInfo = CpeApp CoreArg
1030 -> CoreArg -> Type -> UniqSM (Floats, CpeArg)
H A DCoreUnfold.hs174 -> [CoreArg] -- LHS arguments in the RULE
H A DCoreUtils.hs643 trimConArgs :: AltCon -> [CoreArg] -> [CoreArg]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/
H A DCore.hs17 CoreProgram, CoreExpr, CoreAlt, CoreBind, CoreArg, CoreBndr,
913 type InArg = CoreArg
924 type OutArg = CoreArg
1892 type CoreArg = Arg CoreBndr type
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DSubst.hs228 extendSubst :: Subst -> Var -> CoreArg -> Subst
244 extendSubstList :: Subst -> [(Var,CoreArg)] -> Subst
282 mkOpenSubst :: InScopeSet -> [(Var,CoreArg)] -> Subst
H A DSimpleOpt.hs1358 pushCoArgs :: CoercionR -> [CoreArg] -> Maybe ([CoreArg], MCoercion)
1366 pushCoArg :: CoercionR -> CoreArg -> Maybe (CoreArg, MCoercion)
H A DUnfold.hs178 -> [CoreArg] -- LHS arguments in the RULE
H A DUtils.hs686 trimConArgs :: AltCon -> [CoreArg] -> [CoreArg]
H A DLint.hs919 ; let lintRunRWCont :: CoreArg -> LintM (LintedType, UsageEnv)
1167 lintCoreArgs :: (LintedType, UsageEnv) -> [CoreArg] -> LintM (LintedType, UsageEnv)
1170 lintCoreArg :: (LintedType, UsageEnv) -> CoreArg -> LintM (LintedType, UsageEnv)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DSubst.hs232 extendSubst :: Subst -> Var -> CoreArg -> Subst
248 extendSubstList :: Subst -> [(Var,CoreArg)] -> Subst
286 mkOpenSubst :: InScopeSet -> [(Var,CoreArg)] -> Subst
H A DUtils.hs688 trimConArgs :: AltCon -> [CoreArg] -> [CoreArg]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Unfold/
H A DMake.hs144 -> [CoreArg] -- LHS arguments in the RULE
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A Dsimplifier.tib747 requires a new data type, @CoreArg@, along with its ``in'' and ``out'' synonyms,
750 data CoreArg bindee = TypeArg UniType
753 type InArg = CoreArg InId
754 type OutArg = CoreArg OutId

12