Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp952 static unsigned getOperandsExtensionCost(const Instruction *I) { in getOperandsExtensionCost() function
985 Cost += (I != nullptr ? getOperandsExtensionCost(I) : 2); in getCmpSelInstrCost()