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

References

gen/lib/Target/AArch64/AArch64GenDAGISel.inc
101815 /*228038*/  /*SwitchOpcode*/ 118, TARGET_VAL(ISD::LRINT),// ->228159
include/llvm/CodeGen/TargetLowering.h
  957       case ISD::STRICT_LRINT: EqOpc = ISD::LRINT; break;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 1011   case ISD::LRINT:
 3993   case ISD::LRINT:
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  848   case ISD::LRINT:       Res = SoftenFloatOp_LRINT(N); break;
 1653   case ISD::LRINT:      Res = ExpandFloatOp_LRINT(N); break;
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 7770   case ISD::STRICT_LRINT:      NewOpc = ISD::LRINT;      break;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 6063     case Intrinsic::lrint:   Opcode = ISD::LRINT;   break;
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  340   case ISD::LRINT:                      return "lrint";
lib/CodeGen/TargetLoweringBase.cpp
  780     setOperationAction(ISD::LRINT,      VT, Expand);
lib/Target/AArch64/AArch64ISelLowering.cpp
  486     setOperationAction(ISD::LRINT, Ty, Legal);
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  334           case Intrinsic::lrint:              Opcode = ISD::LRINT;      break;
lib/Target/X86/X86ISelLowering.cpp
  660     setOperationAction(ISD::LRINT, MVT::f80, Expand);