reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
173 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 179 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), 180 GetSoftenedFloat(N->getOperand(1)) }; 196 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), 197 GetSoftenedFloat(N->getOperand(1)) }; 213 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), 214 GetSoftenedFloat(N->getOperand(1)) }; 230 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 245 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 259 SDValue LHS = GetSoftenedFloat(N->getOperand(0)); 308 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 323 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), 324 GetSoftenedFloat(N->getOperand(1)) }; 340 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 355 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 370 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 385 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 400 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 415 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 430 SDValue Ops[3] = { GetSoftenedFloat(N->getOperand(0)), 431 GetSoftenedFloat(N->getOperand(1)), 432 GetSoftenedFloat(N->getOperand(2)) }; 449 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), 450 GetSoftenedFloat(N->getOperand(1)) }; 466 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 487 return DAG.getNode(ISD::XOR, dl, NVT, GetSoftenedFloat(N->getOperand(0)), 493 GetSoftenedFloat(N->getOperand(0)) }; 572 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), 573 GetSoftenedFloat(N->getOperand(1)) }; 591 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), N->getOperand(1) }; 607 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), 608 GetSoftenedFloat(N->getOperand(1)) }; 624 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 639 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 654 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 669 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 684 SDValue Ops[2] = { GetSoftenedFloat(N->getOperand(0)), 685 GetSoftenedFloat(N->getOperand(1)) }; 704 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 752 SDValue LHS = GetSoftenedFloat(N->getOperand(1)); 753 SDValue RHS = GetSoftenedFloat(N->getOperand(2)); 759 SDValue LHS = GetSoftenedFloat(N->getOperand(2)); 760 SDValue RHS = GetSoftenedFloat(N->getOperand(3)); 871 SDValue Op0 = GetSoftenedFloat(N->getOperand(0)); 880 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 907 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 919 NewLHS = GetSoftenedFloat(NewLHS); 920 NewRHS = GetSoftenedFloat(NewRHS); 960 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 975 NewLHS = GetSoftenedFloat(NewLHS); 976 NewRHS = GetSoftenedFloat(NewRHS); 999 NewLHS = GetSoftenedFloat(NewLHS); 1000 NewRHS = GetSoftenedFloat(NewRHS); 1029 Val = GetSoftenedFloat(Val); 1038 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 1055 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 1072 SDValue Op = GetSoftenedFloat(N->getOperand(0)); 1089 SDValue Op = GetSoftenedFloat(N->getOperand(0));lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
300 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp));
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp 56 SplitInteger(GetSoftenedFloat(InOp), Lo, Hi);