Searched refs:Quotient_A_One (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.cpp249 // Quotient_A_One = Quotient + 1
250 SDValue Quotient_A_One = DAG.getNode(ISD::ADD, DL, VT, Quotient, local
257 // Div = (Tmp1 == 0 ? Quotient : Quotient_A_One)
259 Quotient, Quotient_A_One, ISD::SETEQ);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.cpp249 // Quotient_A_One = Quotient + 1
250 SDValue Quotient_A_One = DAG.getNode(ISD::ADD, DL, VT, Quotient, local
257 // Div = (Tmp1 == 0 ? Quotient : Quotient_A_One)
259 Quotient, Quotient_A_One, ISD::SETEQ);
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp1590 // Quotient_A_One = Quotient + 1
1591 SDValue Quotient_A_One = DAG.getNode(ISD::ADD, DL, VT, Quotient, local
1598 // Div = (Tmp1 == 0 ? Quotient : Quotient_A_One)
1600 Quotient, Quotient_A_One, ISD::SETEQ);

Completed in 108 milliseconds