Home
last modified time | relevance | path

Searched refs:targetTy (Results 1 – 7 of 7) sorted by relevance

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Converter/
H A DFunctionConverter.cpp70 TypeRef targetTy = getTargetTypeForOutput(val); in convertOutputs() local
71 if (!targetTy || targetTy == val.getType()) { in convertOutputs()
75 assert(targetTy->dims() == val.getType()->dims() && in convertOutputs()
80 val.setType(targetTy); in convertOutputs()
105 Node *conversion = createConversion(*parent, node, input, targetTy, in convertOutputs()
149 TypeRef targetTy = getTargetTypeForInput(node, idx); in convertInputs() local
150 if (!targetTy || targetTy == val.getType()) { in convertInputs()
154 assert(targetTy->dims() == val.getType()->dims() && in convertInputs()
158 createConversion(function_, node, val, targetTy, /* isInput */ true); in convertInputs()
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/brick-0.55/src/Brick/Widgets/
H A DFileBrowser.hs365 targetTy <- case fileStatusFileType <$> stat of
385 Right (FileStatus _ targetTy) -> return targetTy
393 , fileInfoLinkTargetType = targetTy
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/brick-0.62/src/Brick/Widgets/
H A DFileBrowser.hs378 targetTy <- case fileStatusFileType <$> stat of
398 Right (FileStatus _ targetTy) -> return targetTy
406 , fileInfoLinkTargetType = targetTy
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/brick-0.62/src/Brick/Widgets/
H A DFileBrowser.hs378 targetTy <- case fileStatusFileType <$> stat of
398 Right (FileStatus _ targetTy) -> return targetTy
406 , fileInfoLinkTargetType = targetTy
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/brick-0.62/src/Brick/Widgets/
H A DFileBrowser.hs378 targetTy <- case fileStatusFileType <$> stat of
398 Right (FileStatus _ targetTy) -> return targetTy
406 , fileInfoLinkTargetType = targetTy
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Quantization/
H A DQuantization.cpp333 TypeRef targetTy = getTargetTypeForInput(node, idx); in canConvert() local
334 inputTypes.push_back(targetTy); in canConvert()
349 TypeRef targetTy = getTargetTypeForOutput(val); in canConvert() local
350 outputTypes.push_back(targetTy); in canConvert()
/dports/lang/ghc/ghc-8.10.7/compiler/llvmGen/LlvmCodeGen/
H A DCodeGen.hs254 let targetTy = widthToLlvmInt width function
255 ptrExpr = Cast LM_Inttoptr addrVar (pLift targetTy)
256 ptrVar <- doExprW (pLift targetTy) ptrExpr
265 retVar <- doExprW targetTy $ AtomicRMW op ptrVar nVar SyncSeqCst
278 let targetTy = getVarType oldVar function
279 ptrExpr = Cast LM_Inttoptr addrVar (pLift targetTy)
280 ptrVar <- doExprW (pLift targetTy) ptrExpr
282 retVar <- doExprW (LMStructU [targetTy,i1])
284 retVar' <- doExprW targetTy $ ExtractV retVar 0