Searched refs:ExpandIntRes_UADDSUBO (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 335 void ExpandIntRes_UADDSUBO (SDNode *N, SDValue &Lo, SDValue &Hi);
|
D | LegalizeIntegerTypes.cpp | 1155 case ISD::USUBO: ExpandIntRes_UADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult() 2218 void DAGTypeLegalizer::ExpandIntRes_UADDSUBO(SDNode *N, in ExpandIntRes_UADDSUBO() function in DAGTypeLegalizer
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 362 void ExpandIntRes_UADDSUBO (SDNode *N, SDValue &Lo, SDValue &Hi);
|
D | LegalizeIntegerTypes.cpp | 1400 case ISD::USUBO: ExpandIntRes_UADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult() 2519 void DAGTypeLegalizer::ExpandIntRes_UADDSUBO(SDNode *N, in ExpandIntRes_UADDSUBO() function in DAGTypeLegalizer
|