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

References

gen/lib/Target/SystemZ/SystemZGenDAGISel.inc
25129 /* 47634*/  /*SwitchOpcode*/ 48|128,1/*176*/, TARGET_VAL(ISD::STRICT_FROUND),// ->47814
include/llvm/CodeGen/SelectionDAGNodes.h
  714       case ISD::STRICT_FROUND:
include/llvm/CodeGen/TargetLowering.h
  967       case ISD::STRICT_FROUND: EqOpc = ISD::FROUND; break;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3953   case ISD::STRICT_FROUND:
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  335   case ISD::STRICT_FROUND:
  863   case ISD::STRICT_FROUND:
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  171   case ISD::STRICT_FROUND:
  989   case ISD::STRICT_FROUND:
 2799   case ISD::STRICT_FROUND:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 7780   case ISD::STRICT_FROUND:     NewOpc = ISD::FROUND;     break;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 6977     Opcode = ISD::STRICT_FROUND;
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  210   case ISD::STRICT_FROUND:              return "strict_fround";
lib/CodeGen/TargetLoweringBase.cpp
  721     setOperationAction(ISD::STRICT_FROUND, VT, Expand);
lib/Target/SystemZ/SystemZISelLowering.cpp
  452         setOperationAction(ISD::STRICT_FROUND, VT, Legal);
  499     setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal);
  555     setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal);