Searched refs:STRICT_FRINT (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 402 STRICT_FRINT, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 210 case ISD::STRICT_FRINT: return "strict_frint"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 112 case ISD::STRICT_FRINT: in SoftenFloatResult() 1227 case ISD::STRICT_FRINT: in ExpandFloatResult()
|
H A D | LegalizeDAG.cpp | 4021 case ISD::STRICT_FRINT: in ConvertNodeToLibcall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 530 Opcode = ISD::STRICT_FRINT; in mightUseCTR()
|
H A D | PPCISelLowering.cpp | 343 setOperationAction(ISD::STRICT_FRINT, MVT::f32, Legal); in PPCTargetLowering() 344 setOperationAction(ISD::STRICT_FRINT, MVT::f64, Legal); in PPCTargetLowering() 1095 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in PPCTargetLowering() 1109 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in PPCTargetLowering() 1186 setOperationAction(ISD::STRICT_FRINT, MVT::f128, Legal); in PPCTargetLowering()
|
/netbsd-src/external/apache2/llvm/dist/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 | 1128 setOperationAction(ISD::STRICT_FRINT, RoundedTy, Legal); in X86TargetLowering() 1230 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering() 1616 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 533 def strict_frint : SDNode<"ISD::STRICT_FRINT",
|