Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdconfig/share/
H A Dcommon.subr147 # Initialize debugging. Truncates $debugFile to zero bytes if set.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVVLPatterns.td537 // Truncates a RVV integer vector by one power-of-two. Carries both an extra
542 // Truncates a RVV integer vector by one power-of-two. If the value doesn't
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20200 unsigned Truncates = 0; member
20225 ++Truncates; in addSliceGain()
20236 Truncates += RHS.Truncates; in operator +=()
20244 return Loads == RHS.Loads && Truncates == RHS.Truncates && in operator ==()
20260 return (Truncates + ZExts + Shift + ExpensiveOpsLHS) < in operator <()
20261 (RHS.Truncates + RHS.ZExts + RHS.Shift + ExpensiveOpsRHS); in operator <()