Searched refs:GetSoftenedFloat (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 162 SDValue Op = GetSoftenedFloat(N->getOperand(0 + Offset)); in SoftenFloatRes_Unary() 181 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0 + Offset)), in SoftenFloatRes_Binary() 182 GetSoftenedFloat(N->getOperand(1 + Offset)) }; in SoftenFloatRes_Binary() 203 GetSoftenedFloat(N->getOperand(0))); in SoftenFloatRes_FREEZE() 260 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FABS() 310 SDValue LHS = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCOPYSIGN() 433 SDValue Ops[3] = { GetSoftenedFloat(N->getOperand(0 + Offset)), in SoftenFloatRes_FMA() 434 GetSoftenedFloat(N->getOperand(1 + Offset)), in SoftenFloatRes_FMA() 435 GetSoftenedFloat(N->getOperand(2 + Offset)) }; in SoftenFloatRes_FMA() 479 return DAG.getNode(ISD::XOR, dl, NVT, GetSoftenedFloat(N->getOperand(0)), in SoftenFloatRes_FNEG() [all …]
|
| H A D | LegalizeTypesGeneric.cpp | 57 SplitInteger(GetSoftenedFloat(InOp), Lo, Hi); in ExpandRes_BITCAST()
|
| H A D | LegalizeTypes.h | 499 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat() function
|
| H A D | LegalizeIntegerTypes.cpp | 353 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); in PromoteIntRes_BITCAST()
|