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

/freebsd-current/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, function in class:AArch64TTIImpl
2758 return getVectorInstrCostHelper(nullptr, Val, Index, HasRealUse);
2765 return getVectorInstrCostHelper(&I, Val, Index, true /* HasRealUse */);

Completed in 129 milliseconds