Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp826 const InstructionCost CallCost = in getCastInstrCost() local
835 return Lanes * CallCost; in getCastInstrCost()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7326 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost() local
7329 return std::min(CallCost, IntrinsicCost); in getInstructionCost()
7331 return CallCost; in getInstructionCost()
8356 InstructionCost CallCost = in tryToWidenCall() local
8360 return IntrinsicCost <= CallCost; in tryToWidenCall()
H A DSLPVectorizer.cpp7692 InstructionCost CallCost = TTI->getCallInstrCost( in getSpillCost() local
7694 if (IntrCost < CallCost) in getSpillCost()