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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp152 SDValue Op = GetSoftenedFloat(N->getOperand(0 + Offset));
171 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0 + Offset)),
172 GetSoftenedFloat(N->getOperand(1 + Offset)) };
193 GetSoftenedFloat(N->getOperand(0)));
250 SDValue Op = GetSoftenedFloat(N->getOperand(0));
300 SDValue LHS = GetSoftenedFloat(N->getOperand(0));
423 SDValue Ops[3] = { GetSoftenedFloat(N->getOperand(0 + Offset)),
424 GetSoftenedFloat(N->getOperand(1 + Offset)),
425 GetSoftenedFloat(N->getOperand(2 + Offset)) };
469 return DAG.getNode(ISD::XOR, dl, NVT, GetSoftenedFloat(
[all...]
H A DLegalizeTypesGeneric.cpp57 SplitInteger(GetSoftenedFloat(InOp), Lo, Hi);
H A DLegalizeTypes.h477 /// GetSoftenedFloat - Given a processed operand Op which was converted to an
482 SDValue GetSoftenedFloat(SDValue Op) { function in class:llvm::DAGTypeLegalizer
H A DLegalizeIntegerTypes.cpp328 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp));

Completed in 88 milliseconds