Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp862 static unsigned getOperandsExtensionCost(const Instruction *I) { in getOperandsExtensionCost() function
895 Cost += (I != nullptr ? getOperandsExtensionCost(I) : 2); in getCmpSelInstrCost()