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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 7348   assert(Op.getOperand(0).getValueType().isFloatingPoint());
 7349   SDValue Src = Op.getOperand(0);
 7354   switch (Op.getSimpleValueType().SimpleTy) {
 7358         Op.getOpcode() == ISD::FP_TO_SINT
 7364     assert((Op.getOpcode() == ISD::FP_TO_SINT || Subtarget.hasFPCVT()) &&
 7366     Tmp = DAG.getNode(Op.getOpcode()==ISD::FP_TO_SINT ? PPCISD::FCTIDZ :
 7373   bool i32Stack = Op.getValueType() == MVT::i32 && Subtarget.hasSTFIWX() &&
 7374     (Op.getOpcode() == ISD::FP_TO_SINT || Subtarget.hasFPCVT());
 7394   if (Op.getValueType() == MVT::i32 && !i32Stack) {