Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15169 int NumZExts = 0, NumSExts = 0; in shouldSinkOperands() local
15179 NumZExts++; in shouldSinkOperands()
15195 NumZExts++; in shouldSinkOperands()
15221 NumZExts++; in shouldSinkOperands()
15230 NumZExts++; in shouldSinkOperands()
15238 return !Ops.empty() && (NumSExts == 2 || NumZExts == 2); in shouldSinkOperands()