Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5040 bool UseNPQ = false; in buildUDivUsingMul() local
5080 UseNPQ |= SelNPQ; in buildUDivUsingMul()
5110 if (UseNPQ) { in buildUDivUsingMul()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6360 bool UseNPQ = false, UsePreShift = false, UsePostShift = false; in BuildUDIV() local
6393 UseNPQ |= magics.IsAdd; in BuildUDIV()
6480 if (UseNPQ) { in BuildUDIV()