Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp6339 int NumZExts = 0, NumSExts = 0; in isProfitableToSinkOperands() local
6355 NumZExts++; in isProfitableToSinkOperands()
6374 NumZExts++; in isProfitableToSinkOperands()
6397 NumZExts++; in isProfitableToSinkOperands()
6405 NumZExts++; in isProfitableToSinkOperands()
6417 if (!Ops.empty() && (NumSExts == 2 || NumZExts == 2)) in isProfitableToSinkOperands()