Home
last modified time | relevance | path

Searched defs:isVecType (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Cmm/
H A DType.hs305 isVecType (CmmType (VecCat {}) _) = True function
306 isVecType _ = False function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Cmm/
H A DType.hs306 isVecType (CmmType (VecCat {}) _) = True function
307 isVecType _ = False function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/cmm/
H A DCmmType.hs314 isVecType (CmmType (VecCat {}) _) = True function
315 isVecType _ = False function
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmType.hs314 isVecType (CmmType (VecCat {}) _) = True function
315 isVecType _ = False function
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCShader.cpp2685 bool isVecType = value->getType()->isVectorTy(); in GetSymbol() local