Home
last modified time | relevance | path

Searched refs:CallCost (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4190 InstructionCost CallCost = Cost->getVectorCallCost(&CI, VF, NeedToScalarize); in widenCallInstruction() local
4193 bool UseVectorIntrinsic = ID && IntrinsicCost <= CallCost; in widenCallInstruction()
4196 assert((IntrinsicCost.isValid() || CallCost.isValid()) && in widenCallInstruction()
7251 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost() local
7254 return std::min(CallCost, IntrinsicCost); in getInstructionCost()
7256 return CallCost; in getInstructionCost()
8268 InstructionCost CallCost = CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall() local
8270 bool UseVectorIntrinsic = ID && IntrinsicCost <= CallCost; in tryToWidenCall()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp825 const InstructionCost CallCost = in getCastInstrCost() local
834 return Lanes * CallCost; in getCastInstrCost()