Home
last modified time | relevance | path

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

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