Searched refs:IntegerExpandSetCCOperands (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2468 void DAGTypeLegalizer::IntegerExpandSetCCOperands(SDValue &NewLHS, in IntegerExpandSetCCOperands() function in DAGTypeLegalizer 2571 IntegerExpandSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc()); in ExpandIntOp_BR_CC() 2589 IntegerExpandSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc()); in ExpandIntOp_SELECT_CC() 2607 IntegerExpandSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc()); in ExpandIntOp_SETCC()
|
D | LegalizeTypes.h | 361 void IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 386 void IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS,
|
D | LegalizeIntegerTypes.cpp | 2791 void DAGTypeLegalizer::IntegerExpandSetCCOperands(SDValue &NewLHS, in IntegerExpandSetCCOperands() function in DAGTypeLegalizer 2940 IntegerExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N)); in ExpandIntOp_BR_CC() 2958 IntegerExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N)); in ExpandIntOp_SELECT_CC() 2976 IntegerExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N)); in ExpandIntOp_SETCC()
|