Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h69 InstructionCost getVectorInstrCostHelper(const Instruction *I, Type *Val,
H A DAArch64TargetTransformInfo.cpp2948 InstructionCost AArch64TTIImpl::getVectorInstrCostHelper(const Instruction *I, in getVectorInstrCostHelper() function in AArch64TTIImpl
3007 return getVectorInstrCostHelper(nullptr, Val, Index, HasRealUse); in getVectorInstrCost()
3014 return getVectorInstrCostHelper(&I, Val, Index, true /* HasRealUse */); in getVectorInstrCost()