HomeSort by relevance Sort by last modified time
    Searched refs:GetSoftenedFloat (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 152 SDValue Op = GetSoftenedFloat(N->getOperand(0));
158 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)),
159 GetSoftenedFloat(N->getOperand(1)) };
171 SDValue Op = GetSoftenedFloat(N->getOperand(0));
182 SDValue LHS = GetSoftenedFloat(N->getOperand(0));
225 SDValue Op = GetSoftenedFloat(N->getOperand(0));
237 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)),
238 GetSoftenedFloat(N->getOperand(1)) };
250 SDValue Op = GetSoftenedFloat(N->getOperand(0));
262 SDValue Op = GetSoftenedFloat(N->getOperand(0))
    [all...]
LegalizeTypesGeneric.cpp 55 SplitInteger(GetSoftenedFloat(InOp), Lo, Hi);
LegalizeTypes.h 369 /// GetSoftenedFloat - Given a processed operand Op which was converted to an
374 SDValue GetSoftenedFloat(SDValue Op) {
    [all...]
LegalizeIntegerTypes.cpp 253 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp));
    [all...]

Completed in 97 milliseconds