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

References

gen/lib/Target/SystemZ/SystemZGenDAGISel.inc
24658 /* 46599*/  /*SwitchOpcode*/ 48|128,1/*176*/, TARGET_VAL(ISD::STRICT_FFLOOR),// ->46779
include/llvm/CodeGen/SelectionDAGNodes.h
  711       case ISD::STRICT_FFLOOR:
include/llvm/CodeGen/TargetLowering.h
  964       case ISD::STRICT_FFLOOR: EqOpc = ISD::FFLOOR; break;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3927   case ISD::STRICT_FFLOOR:
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  334   case ISD::STRICT_FFLOOR:
  862   case ISD::STRICT_FFLOOR:
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  170   case ISD::STRICT_FFLOOR:
  988   case ISD::STRICT_FFLOOR:
 2798   case ISD::STRICT_FFLOOR:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 7777   case ISD::STRICT_FFLOOR:     NewOpc = ISD::FFLOOR;     break;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 6968     Opcode = ISD::STRICT_FFLOOR;
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  202   case ISD::STRICT_FFLOOR:              return "strict_ffloor";
lib/CodeGen/TargetLoweringBase.cpp
  718     setOperationAction(ISD::STRICT_FFLOOR, VT, Expand);
lib/Target/SystemZ/SystemZISelLowering.cpp
  450         setOperationAction(ISD::STRICT_FFLOOR, VT, Legal);
  496     setOperationAction(ISD::STRICT_FFLOOR, MVT::v2f64, Legal);
  553     setOperationAction(ISD::STRICT_FFLOOR, MVT::v4f32, Legal);