OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWTrue
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp
473
SDValue
HWTrue
, HWFalse;
476
HWTrue
= DAG.getConstantFP(1.0f, VT);
479
HWTrue
= DAG.getConstant(-1, VT);
488
SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS,
HWTrue
, HWFalse, CC);
/external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp
473
SDValue
HWTrue
, HWFalse;
476
HWTrue
= DAG.getConstantFP(1.0f, VT);
479
HWTrue
= DAG.getConstant(-1, VT);
488
SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS,
HWTrue
, HWFalse, CC);
/external/llvm/lib/Target/R600/
R600ISelLowering.cpp
916
SDValue
HWTrue
, HWFalse;
919
HWTrue
= DAG.getConstantFP(1.0f, CompareVT);
922
HWTrue
= DAG.getConstant(-1, CompareVT);
[
all
...]
Completed in 186 milliseconds