Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5069 InstructionCost CallCost = Cost->getVectorCallCost(CI, VF, NeedToScalarize); in widenCallInstruction() local
5071 bool UseVectorIntrinsic = ID && IntrinsicCost <= CallCost; in widenCallInstruction()
5074 assert((IntrinsicCost.isValid() || CallCost.isValid()) && in widenCallInstruction()
7775 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost() local
7778 return std::min(CallCost, IntrinsicCost); in getInstructionCost()
7780 return CallCost; in getInstructionCost()
8739 InstructionCost CallCost = CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall() local
8741 bool UseVectorIntrinsic = ID && IntrinsicCost <= CallCost; in tryToWidenCall()
8742 assert((IntrinsicCost.isValid() || CallCost.isValid()) && in tryToWidenCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp750 const InstructionCost CallCost = in getCastInstrCost() local
759 return Lanes * CallCost; in getCastInstrCost()