Searched refs:IntrinsicCost (Results 1 – 2 of 2) sorted by relevance
6097 auto IntrinsicCost = in getVectorCallCosts() local6104 auto LibCost = IntrinsicCost; in getVectorCallCosts()6111 return {IntrinsicCost, LibCost}; in getVectorCallCosts()7236 InstructionCost IntrinsicCost = in getEntryCost() local7241 IntrinsicCost -= TTI->getCmpSelInstrCost(Instruction::ICmp, VecTy, in getEntryCost()7243 VecCost = std::min(VecCost, IntrinsicCost); in getEntryCost()
7328 InstructionCost IntrinsicCost = getVectorIntrinsicCost(CI, VF); in getInstructionCost() local7329 return std::min(CallCost, IntrinsicCost); in getInstructionCost()8358 InstructionCost IntrinsicCost = in tryToWidenCall() local8360 return IntrinsicCost <= CallCost; in tryToWidenCall()