/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 | 402 STRICT_FRINT, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 208 case ISD::STRICT_FRINT: return "strict_frint"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 112 case ISD::STRICT_FRINT: in SoftenFloatResult() 1169 case ISD::STRICT_FRINT: in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 4020 case ISD::STRICT_FRINT: in ConvertNodeToLibcall()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 210 case ISD::STRICT_FRINT: return "strict_frint"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 112 case ISD::STRICT_FRINT: in SoftenFloatResult() 1208 case ISD::STRICT_FRINT: in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 4190 case ISD::STRICT_FRINT: in ConvertNodeToLibcall()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 505 Opcode = ISD::STRICT_FRINT; in mightUseCTR()
|
D | PPCISelLowering.cpp | 334 setOperationAction(ISD::STRICT_FRINT, MVT::f32, Legal); in PPCTargetLowering() 335 setOperationAction(ISD::STRICT_FRINT, MVT::f64, Legal); in PPCTargetLowering() 1078 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in PPCTargetLowering() 1092 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in PPCTargetLowering() 1164 setOperationAction(ISD::STRICT_FRINT, MVT::f128, Legal); in PPCTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 907 case ISD::STRICT_FRINT: { in PreprocessISelDAG() 921 case ISD::STRICT_FRINT: in PreprocessISelDAG()
|
D | 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | 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()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1075 case ISD::STRICT_FRINT: { in PreprocessISelDAG() 1091 case ISD::STRICT_FRINT: in PreprocessISelDAG()
|
D | X86ISelLowering.cpp | 1087 setOperationAction(ISD::STRICT_FRINT, RoundedTy, Legal); in X86TargetLowering() 1189 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering() 1580 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 509 def strict_frint : SDNode<"ISD::STRICT_FRINT",
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 516 def strict_frint : SDNode<"ISD::STRICT_FRINT",
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 475 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in SystemZTargetLowering() 524 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in SystemZTargetLowering() 581 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in SystemZTargetLowering()
|