Home
last modified time | relevance | path

Searched refs:ScalarRetTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp105 Type *ScalarRetTy = RetTy->getScalarType(); in replaceWithCallToVeclib() local
115 OloadTys.push_back(ScalarRetTy); in replaceWithCallToVeclib()
166 FunctionType::get(ScalarRetTy, ScalarArgTypes, /*isVarArg*/ false); in replaceWithCallToVeclib()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2211 Type *ScalarRetTy = RetTy; in getTypeBasedIntrinsicInstrCost() local
2218 ScalarRetTy = RetTy->getScalarType(); in getTypeBasedIntrinsicInstrCost()
2235 IntrinsicCostAttributes ScalarAttrs(IID, ScalarRetTy, ScalarTys, FMF); in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5780 Type *ScalarRetTy = CI->getType(); in setVectorizedCallDecision() local
5790 TTI.getCallInstrCost(ScalarFunc, ScalarRetTy, ScalarTys, CostKind); in setVectorizedCallDecision()
5811 Type *RetTy = toVectorizedTy(ScalarRetTy, VF); in setVectorizedCallDecision()