Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6097 auto IntrinsicCost = in getVectorCallCosts() local
6104 auto LibCost = IntrinsicCost; in getVectorCallCosts()
6111 return {IntrinsicCost, LibCost}; in getVectorCallCosts()
7236 InstructionCost IntrinsicCost = in getEntryCost() local
7241 IntrinsicCost -= TTI->getCmpSelInstrCost(Instruction::ICmp, VecTy, in getEntryCost()
7243 VecCost = std::min(VecCost, IntrinsicCost); in getEntryCost()
H A DLoopVectorize.cpp7328 InstructionCost IntrinsicCost = getVectorIntrinsicCost(CI, VF); in getInstructionCost() local
7329 return std::min(CallCost, IntrinsicCost); in getInstructionCost()
8358 InstructionCost IntrinsicCost = in tryToWidenCall() local
8360 return IntrinsicCost <= CallCost; in tryToWidenCall()