Searched refs:CallCost (Results 1 – 3 of 3) sorted by relevance
826 const InstructionCost CallCost = in getCastInstrCost() local835 return Lanes * CallCost; in getCastInstrCost()
7326 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost() local7329 return std::min(CallCost, IntrinsicCost); in getInstructionCost()7331 return CallCost; in getInstructionCost()8356 InstructionCost CallCost = in tryToWidenCall() local8360 return IntrinsicCost <= CallCost; in tryToWidenCall()
7692 InstructionCost CallCost = TTI->getCallInstrCost( in getSpillCost() local7694 if (IntrCost < CallCost) in getSpillCost()