Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h68 InstructionCost getVectorInstrCostHelper(Type *Val, unsigned Index,
H A DAArch64TargetTransformInfo.cpp2187 InstructionCost AArch64TTIImpl::getVectorInstrCostHelper(Type *Val, in getVectorInstrCostHelper() function in AArch64TTIImpl
2231 return getVectorInstrCostHelper(Val, Index, false /* HasRealUse */); in getVectorInstrCost()
2238 return getVectorInstrCostHelper(Val, Index, true /* HasRealUse */); in getVectorInstrCost()