Searched refs:CallCost (Results 1 – 2 of 2) sorted by relevance
5069 InstructionCost CallCost = Cost->getVectorCallCost(CI, VF, NeedToScalarize); in widenCallInstruction() local5071 bool UseVectorIntrinsic = ID && IntrinsicCost <= CallCost; in widenCallInstruction()5074 assert((IntrinsicCost.isValid() || CallCost.isValid()) && in widenCallInstruction()7775 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost() local7778 return std::min(CallCost, IntrinsicCost); in getInstructionCost()7780 return CallCost; in getInstructionCost()8739 InstructionCost CallCost = CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall() local8741 bool UseVectorIntrinsic = ID && IntrinsicCost <= CallCost; in tryToWidenCall()8742 assert((IntrinsicCost.isValid() || CallCost.isValid()) && in tryToWidenCall()
750 const InstructionCost CallCost = in getCastInstrCost() local759 return Lanes * CallCost; in getCastInstrCost()