Lines Matching defs:ICA
1847 IntrinsicCostAttributes ICA(IID, VecTy, {VecTy, VecTy}, FMF);
1848 VecCost += getIntrinsicInstrCost(ICA, CostKind);
1862 IntrinsicCostAttributes ICA(IID, Ty->getElementType(),
1866 (NumElts - 1) * getIntrinsicInstrCost(ICA, CostKind);
1889 ARMTTIImpl::getIntrinsicInstrCost(const IntrinsicCostAttributes &ICA,
1891 switch (ICA.getID()) {
1909 Type *VT = ICA.getReturnType();
1929 Type *VT = ICA.getReturnType();
1941 Type *VT = ICA.getReturnType();
1949 if (ICA.getArgTypes().empty())
1951 bool IsSigned = ICA.getID() == Intrinsic::fptosi_sat;
1952 auto LT = getTypeLegalizationCost(ICA.getArgTypes()[0]);
1953 EVT MTy = TLI->getValueType(DL, ICA.getReturnType());
1973 Type *LegalTy = Type::getIntNTy(ICA.getReturnType()->getContext(),
1991 return BaseT::getIntrinsicInstrCost(ICA, CostKind);