Searched refs:PromoteSetCCOperands (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h288 void PromoteSetCCOperands(SDValue &LHS,SDValue &RHS, ISD::CondCode Code);
H A DLegalizeIntegerTypes.cpp806 /// PromoteSetCCOperands - Promote the operands of a comparison. This code is
808 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, function in class:DAGTypeLegalizer
860 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(1))->get());
989 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(4))->get());
1001 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(2))->get());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp940 /// PromoteSetCCOperands - Promote the operands of a comparison. This code is
942 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, function in class:DAGTypeLegalizer
1013 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(1))->get());
1132 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(4))->get());
1144 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(2))->get());
H A DLegalizeTypes.h313 void PromoteSetCCOperands(SDValue &LHS,SDValue &RHS, ISD::CondCode Code);

Completed in 121 milliseconds