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

References

gen/lib/Target/SystemZ/SystemZGenDAGISel.inc
24972 /* 47289*/  /*SwitchOpcode*/ 48|128,1/*176*/, TARGET_VAL(ISD::STRICT_FTRUNC),// ->47469
include/llvm/CodeGen/SelectionDAGNodes.h
  715       case ISD::STRICT_FTRUNC:
include/llvm/CodeGen/TargetLowering.h
  968       case ISD::STRICT_FTRUNC: EqOpc = ISD::FTRUNC; break;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3921   case ISD::STRICT_FTRUNC:
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  336   case ISD::STRICT_FTRUNC:
  864   case ISD::STRICT_FTRUNC:
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  172   case ISD::STRICT_FTRUNC:
  990   case ISD::STRICT_FTRUNC:
 2800   case ISD::STRICT_FTRUNC:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 7781   case ISD::STRICT_FTRUNC:     NewOpc = ISD::FTRUNC;     break;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 6980     Opcode = ISD::STRICT_FTRUNC;
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  200   case ISD::STRICT_FTRUNC:              return "strict_ftrunc";
lib/CodeGen/TargetLoweringBase.cpp
  722     setOperationAction(ISD::STRICT_FTRUNC, VT, Expand);
lib/Target/SystemZ/SystemZISelLowering.cpp
  453         setOperationAction(ISD::STRICT_FTRUNC, VT, Legal);
  498     setOperationAction(ISD::STRICT_FTRUNC, MVT::v2f64, Legal);
  556     setOperationAction(ISD::STRICT_FTRUNC, MVT::v4f32, Legal);