Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4614 int IntOrFpCost = ScalarType->isFloatingPointTy() ? 0 : 1; in getVectorInstrCost() local
4615 return ShuffleCost + IntOrFpCost + RegisterFileMoveCost; in getVectorInstrCost()