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 175 SDValue Op = GetSoftenedFloat(N->getOperand(0));
181 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)),
182 GetSoftenedFloat(N->getOperand(1)) };
194 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)),
195 GetSoftenedFloat(N->getOperand(1)) };
207 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)),
208 GetSoftenedFloat(N->getOperand(1)) };
220 SDValue Op = GetSoftenedFloat(N->getOperand(0));
234 SDValue LHS = GetSoftenedFloat(N->getOperand(0));
283 SDValue Op = GetSoftenedFloat(N->getOperand(0))
    [all...]
LegalizeTypesGeneric.cpp 59 auto SoftenedOp = GetSoftenedFloat(InOp);
LegalizeTypes.h 397 /// GetSoftenedFloat - Given an operand Op of Float type, returns the integer
405 SDValue GetSoftenedFloat(SDValue Op) {
    [all...]
LegalizeIntegerTypes.cpp 262 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp));
    [all...]

Completed in 58 milliseconds