Lines Matching defs:ICA
1865 IntrinsicCostAttributes ICA(IID, VecTy, {VecTy, VecTy}, FMF);
1866 VecCost += getIntrinsicInstrCost(ICA, CostKind);
1880 IntrinsicCostAttributes ICA(IID, Ty->getElementType(),
1884 (NumElts - 1) * getIntrinsicInstrCost(ICA, CostKind);
1907 ARMTTIImpl::getIntrinsicInstrCost(const IntrinsicCostAttributes &ICA,
1909 unsigned Opc = ICA.getID();
1928 Type *RetTy = ICA.getReturnType();
1969 Type *VT = ICA.getReturnType();
1981 Type *VT = ICA.getReturnType();
1989 if (ICA.getArgTypes().empty())
1992 auto LT = getTypeLegalizationCost(ICA.getArgTypes()[0]);
1993 EVT MTy = TLI->getValueType(DL, ICA.getReturnType());
2013 Type *LegalTy = Type::getIntNTy(ICA.getReturnType()->getContext(),
2029 Type *FPTy = ICA.getArgTypes()[0];
2030 Type *RetTy = ICA.getReturnType();
2049 return BaseT::getIntrinsicInstrCost(ICA, CostKind);