Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h895 InstructionCost DivCost = thisT()->getArithmeticInstrCost( variable
901 return DivCost + MulCost + SubCost;
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2333 InstructionCost DivCost = BaseT::getArithmeticInstrCost( in getArithmeticInstrCost() local
2335 return (4 + DivCost) * VTy->getNumElements(); in getArithmeticInstrCost()