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

References

gen/lib/Target/SystemZ/SystemZGenDAGISel.inc
24356 /* 45945*/  /*SwitchOpcode*/ 30|128,1/*158*/, TARGET_VAL(ISD::STRICT_FRINT),// ->46107
include/llvm/CodeGen/SelectionDAGNodes.h
  706       case ISD::STRICT_FRINT:
include/llvm/CodeGen/TargetLowering.h
  959       case ISD::STRICT_FRINT: EqOpc = ISD::FRINT; break;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3939   case ISD::STRICT_FRINT:
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  329   case ISD::STRICT_FRINT:
  857   case ISD::STRICT_FRINT:
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  165   case ISD::STRICT_FRINT:
  983   case ISD::STRICT_FRINT:
 2793   case ISD::STRICT_FRINT:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 7772   case ISD::STRICT_FRINT:      NewOpc = ISD::FRINT;      break;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 6953     Opcode = ISD::STRICT_FRINT;
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  206   case ISD::STRICT_FRINT:               return "strict_frint";
lib/CodeGen/TargetLoweringBase.cpp
  715     setOperationAction(ISD::STRICT_FRINT, VT, Expand);
lib/Target/SystemZ/SystemZISelLowering.cpp
  445       setOperationAction(ISD::STRICT_FRINT, VT, Legal);
  494     setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal);
  551     setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal);