Home
last modified time | relevance | path

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

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