Home
last modified time | relevance | path

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

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