Searched refs:ScalarRetTy (Results 1 – 3 of 3) sorted by relevance
105 Type *ScalarRetTy = RetTy->getScalarType(); in replaceWithCallToVeclib() local115 OloadTys.push_back(ScalarRetTy); in replaceWithCallToVeclib()166 FunctionType::get(ScalarRetTy, ScalarArgTypes, /*isVarArg*/ false); in replaceWithCallToVeclib()
2211 Type *ScalarRetTy = RetTy; in getTypeBasedIntrinsicInstrCost() local2218 ScalarRetTy = RetTy->getScalarType(); in getTypeBasedIntrinsicInstrCost()2235 IntrinsicCostAttributes ScalarAttrs(IID, ScalarRetTy, ScalarTys, FMF); in getTypeBasedIntrinsicInstrCost()
5780 Type *ScalarRetTy = CI->getType(); in setVectorizedCallDecision() local5790 TTI.getCallInstrCost(ScalarFunc, ScalarRetTy, ScalarTys, CostKind); in setVectorizedCallDecision()5811 Type *RetTy = toVectorizedTy(ScalarRetTy, VF); in setVectorizedCallDecision()