Searched refs:STRICT_FNEARBYINT (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 310 STRICT_FRINT, STRICT_FNEARBYINT, STRICT_FMAXNUM, STRICT_FMINNUM, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 403 STRICT_FNEARBYINT, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 210 case ISD::STRICT_FNEARBYINT: return "strict_fnearbyint"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 98 case ISD::STRICT_FNEARBYINT: in SoftenFloatResult() 1160 case ISD::STRICT_FNEARBYINT: in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 4026 case ISD::STRICT_FNEARBYINT: in ConvertNodeToLibcall()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 212 case ISD::STRICT_FNEARBYINT: return "strict_fnearbyint"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 98 case ISD::STRICT_FNEARBYINT: in SoftenFloatResult() 1198 case ISD::STRICT_FNEARBYINT: in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 4196 case ISD::STRICT_FNEARBYINT: in ConvertNodeToLibcall()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 514 Opcode = ISD::STRICT_FNEARBYINT; in mightUseCTR()
|
D | PPCISelLowering.cpp | 1165 setOperationAction(ISD::STRICT_FNEARBYINT, MVT::f128, Legal); in PPCTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 905 case ISD::STRICT_FNEARBYINT: in PreprocessISelDAG() 919 case ISD::STRICT_FNEARBYINT: in PreprocessISelDAG()
|
D | X86ISelLowering.cpp | 1080 setOperationAction(ISD::STRICT_FNEARBYINT, RoundedTy, Legal); in X86TargetLowering() 1172 setOperationAction(ISD::STRICT_FNEARBYINT, VT, Legal); in X86TargetLowering() 1536 setOperationAction(ISD::STRICT_FNEARBYINT, VT, Legal); in X86TargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 474 setOperationAction(ISD::STRICT_FNEARBYINT, VT, Legal); in SystemZTargetLowering() 520 setOperationAction(ISD::STRICT_FNEARBYINT, MVT::v2f64, Legal); in SystemZTargetLowering() 577 setOperationAction(ISD::STRICT_FNEARBYINT, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1073 case ISD::STRICT_FNEARBYINT: in PreprocessISelDAG() 1089 case ISD::STRICT_FNEARBYINT: in PreprocessISelDAG()
|
D | X86ISelLowering.cpp | 1089 setOperationAction(ISD::STRICT_FNEARBYINT, RoundedTy, Legal); in X86TargetLowering() 1191 setOperationAction(ISD::STRICT_FNEARBYINT, VT, Legal); in X86TargetLowering() 1582 setOperationAction(ISD::STRICT_FNEARBYINT, VT, Legal); in X86TargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 515 def strict_fnearbyint : SDNode<"ISD::STRICT_FNEARBYINT",
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 522 def strict_fnearbyint : SDNode<"ISD::STRICT_FNEARBYINT",
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 479 setOperationAction(ISD::STRICT_FNEARBYINT, VT, Legal); in SystemZTargetLowering() 525 setOperationAction(ISD::STRICT_FNEARBYINT, MVT::v2f64, Legal); in SystemZTargetLowering() 582 setOperationAction(ISD::STRICT_FNEARBYINT, MVT::v4f32, Legal); in SystemZTargetLowering()
|