Searched refs:STRICT_FRINT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | ISDOpcodes.h | 310 STRICT_FRINT, STRICT_FNEARBYINT, STRICT_FMAXNUM, STRICT_FMINNUM, enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGDumper.cpp | 208 case ISD::STRICT_FRINT: return "strict_frint"; in getOperationName()
|
| HD | LegalizeFloatTypes.cpp | 112 case ISD::STRICT_FRINT: in SoftenFloatResult() 1169 case ISD::STRICT_FRINT: in ExpandFloatResult()
|
| HD | LegalizeDAG.cpp | 4020 case ISD::STRICT_FRINT: in ConvertNodeToLibcall()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86ISelDAGToDAG.cpp | 907 case ISD::STRICT_FRINT: { in PreprocessISelDAG() 921 case ISD::STRICT_FRINT: in PreprocessISelDAG()
|
| HD | X86ISelLowering.cpp | 1078 setOperationAction(ISD::STRICT_FRINT, RoundedTy, Legal); in X86TargetLowering() 1170 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering() 1534 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZISelLowering.cpp | 470 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in SystemZTargetLowering() 519 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in SystemZTargetLowering() 576 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | TargetSelectionDAG.td | 509 def strict_frint : SDNode<"ISD::STRICT_FRINT",
|