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 147 SDValue Op = GetSoftenedFloat(N->getOperand(0));
153 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)),
154 GetSoftenedFloat(N->getOperand(1)) };
165 SDValue Op = GetSoftenedFloat(N->getOperand(0));
175 SDValue LHS = GetSoftenedFloat(N->getOperand(0));
218 SDValue Op = GetSoftenedFloat(N->getOperand(0));
229 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)),
230 GetSoftenedFloat(N->getOperand(1)) };
241 SDValue Op = GetSoftenedFloat(N->getOperand(0));
252 SDValue Op = GetSoftenedFloat(N->getOperand(0))
    [all...]
LegalizeTypes.h 368 /// GetSoftenedFloat - Given a processed operand Op which was converted to an
373 SDValue GetSoftenedFloat(SDValue Op) {
    [all...]
LegalizeTypesGeneric.cpp 56 SplitInteger(GetSoftenedFloat(InOp), Lo, Hi);
LegalizeIntegerTypes.cpp 226 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp));
    [all...]

Completed in 69 milliseconds