OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Quotient_A_One
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp
249
//
Quotient_A_One
= Quotient + 1
250
SDValue
Quotient_A_One
= DAG.getNode(ISD::ADD, DL, VT, Quotient,
257
// Div = (Tmp1 == 0 ? Quotient :
Quotient_A_One
)
259
Quotient,
Quotient_A_One
, ISD::SETEQ);
/external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp
249
//
Quotient_A_One
= Quotient + 1
250
SDValue
Quotient_A_One
= DAG.getNode(ISD::ADD, DL, VT, Quotient,
257
// Div = (Tmp1 == 0 ? Quotient :
Quotient_A_One
)
259
Quotient,
Quotient_A_One
, ISD::SETEQ);
/external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp
408
//
Quotient_A_One
= Quotient + 1
409
SDValue
Quotient_A_One
= DAG.getNode(ISD::ADD, DL, VT, Quotient,
416
// Div = (Tmp1 == 0 ? Quotient :
Quotient_A_One
)
418
Quotient,
Quotient_A_One
, ISD::SETEQ);
Completed in 32 milliseconds