Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h930 InstructionCost DivCost = thisT()->getArithmeticInstrCost( variable
936 return DivCost + MulCost + SubCost;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2872 InstructionCost DivCost = BaseT::getArithmeticInstrCost( in getArithmeticInstrCost() local
2874 return (4 + DivCost) * VTy->getNumElements(); in getArithmeticInstrCost()