Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.cpp2499 int ScalarCompareCost = getCmpSelInstrCost( in getMaskedMemoryOpCost() local
2502 int MaskCmpCost = NumElem * (BranchCost + ScalarCompareCost); in getMaskedMemoryOpCost()
3265 int ScalarCompareCost = in getGSScalarCost() local
3269 MaskUnpackCost += VF * (BranchCost + ScalarCompareCost); in getGSScalarCost()