Searched refs:STRICT_FRINT (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 408 STRICT_FRINT, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 210 case ISD::STRICT_FRINT: return "strict_frint"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 115 case ISD::STRICT_FRINT: in SoftenFloatResult() 1235 case ISD::STRICT_FRINT: in ExpandFloatResult()
|
| H A D | LegalizeDAG.cpp | 4008 case ISD::STRICT_FRINT: in ConvertNodeToLibcall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 533 Opcode = ISD::STRICT_FRINT; in mightUseCTR()
|
| H A D | PPCISelLowering.cpp | 350 setOperationAction(ISD::STRICT_FRINT, MVT::f32, Legal); in PPCTargetLowering() 351 setOperationAction(ISD::STRICT_FRINT, MVT::f64, Legal); in PPCTargetLowering() 1101 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in PPCTargetLowering() 1115 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in PPCTargetLowering() 1192 setOperationAction(ISD::STRICT_FRINT, MVT::f128, Legal); in PPCTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 1077 case ISD::STRICT_FRINT: { in PreprocessISelDAG() 1093 case ISD::STRICT_FRINT: in PreprocessISelDAG()
|
| H A D | X86ISelLowering.cpp | 1131 setOperationAction(ISD::STRICT_FRINT, RoundedTy, Legal); in X86TargetLowering() 1233 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering() 1620 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 478 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in SystemZTargetLowering() 527 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in SystemZTargetLowering() 584 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 535 def strict_frint : SDNode<"ISD::STRICT_FRINT",
|