Searched refs:getVectorInstrCostHelper (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 73 InstructionCost getVectorInstrCostHelper(
|
| H A D | AArch64TargetTransformInfo.cpp | 3725 InstructionCost AArch64TTIImpl::getVectorInstrCostHelper( in getVectorInstrCostHelper() function in AArch64TTIImpl 3906 return getVectorInstrCostHelper(Opcode, Val, CostKind, Index); in getVectorInstrCost() 3913 return getVectorInstrCostHelper(Opcode, Val, CostKind, Index, nullptr, Scalar, in getVectorInstrCost() 3921 return getVectorInstrCostHelper(I.getOpcode(), Val, CostKind, Index, &I); in getVectorInstrCost()
|