Searched refs:Quotient_A_One (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUISelLowering.cpp | 250 SDValue Quotient_A_One = DAG.getNode(ISD::ADD, DL, VT, Quotient, in LowerUDIVREM() local 259 Quotient, Quotient_A_One, ISD::SETEQ); in LowerUDIVREM()
|
/external/llvm/test/CodeGen/R600/ |
D | udivrem.ll | 45 ; SI-DAG: v_add_i32_e32 [[Quotient_A_One:v[0-9]+]], 1, [[Quotient]]
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 1797 SDValue Quotient_A_One = DAG.getNode(ISD::ADD, DL, VT, Quotient, in LowerUDIVREM() local 1806 Quotient, Quotient_A_One, ISD::SETEQ); in LowerUDIVREM()
|