Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5237 bool UseNPQ = false; in buildUDivUsingMul() local
5280 UseNPQ |= SelNPQ; in buildUDivUsingMul()
5310 if (UseNPQ) { in buildUDivUsingMul()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6488 bool UseNPQ = false, UsePreShift = false, UsePostShift = false; in BuildUDIV() local
6522 UseNPQ |= magics.IsAdd; in BuildUDIV()
6609 if (UseNPQ) { in BuildUDIV()