Searched refs:CallCost (Results 1 – 2 of 2) sorted by relevance
4190 InstructionCost CallCost = Cost->getVectorCallCost(&CI, VF, NeedToScalarize); in widenCallInstruction() local4193 bool UseVectorIntrinsic = ID && IntrinsicCost <= CallCost; in widenCallInstruction()4196 assert((IntrinsicCost.isValid() || CallCost.isValid()) && in widenCallInstruction()7251 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost() local7254 return std::min(CallCost, IntrinsicCost); in getInstructionCost()7256 return CallCost; in getInstructionCost()8268 InstructionCost CallCost = CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall() local8270 bool UseVectorIntrinsic = ID && IntrinsicCost <= CallCost; in tryToWidenCall()
825 const InstructionCost CallCost = in getCastInstrCost() local834 return Lanes * CallCost; in getCastInstrCost()