reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Sparc/SparcISelLowering.cpp
 3338   SDLoc dl(N);
 3342   switch (N->getOpcode()) {
 3349     if (N->getOperand(0).getValueType() != MVT::f128
 3350         || N->getValueType(0) != MVT::i64)
 3352     libCall = ((N->getOpcode() == ISD::FP_TO_SINT)
 3356     Results.push_back(LowerF128Op(SDValue(N, 0),
 3363     SDValue Lo = DAG.getCopyFromReg(N->getOperand(0), dl, SP::ASR23, MVT::i32);
 3368     Results.push_back(N->getOperand(0));
 3374     if (N->getValueType(0) != MVT::f128
 3375         || N->getOperand(0).getValueType() != MVT::i64)
 3378     libCall = ((N->getOpcode() == ISD::SINT_TO_FP)
 3382     Results.push_back(LowerF128Op(SDValue(N, 0),
 3388     LoadSDNode *Ld = cast<LoadSDNode>(N);
 3394     SDLoc dl(N);