Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4111 InstructionCost DivCost = MulCost * (Is128bit ? 2 : 1) + // UMULL/UMULH in getArithmeticInstrCost() local
4159 InstructionCost DivCost = BaseT::getArithmeticInstrCost( in getArithmeticInstrCost() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1070 InstructionCost DivCost = thisT()->getArithmeticInstrCost( variable