Home
last modified time | relevance | path

Searched refs:FNEARBYINT (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def75 FUNCTION(nearbyint, 1, 1, experimental_constrained_nearbyint, FNEARBYINT)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h642 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
DBasicTTIImpl.h1272 ISDs.push_back(ISD::FNEARBYINT);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp318 case Intrinsic::nearbyint: Opcode = ISD::FNEARBYINT; break; in mightUseCTR()
368 Opcode = ISD::FNEARBYINT; break; in mightUseCTR()
DPPCISelLowering.cpp241 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand); in PPCTargetLowering()
656 setOperationAction(ISD::FNEARBYINT, VT, Expand); in PPCTargetLowering()
716 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Legal); in PPCTargetLowering()
788 setOperationAction(ISD::FNEARBYINT, MVT::f64, Legal); in PPCTargetLowering()
789 setOperationAction(ISD::FNEARBYINT, MVT::f32, Legal); in PPCTargetLowering()
795 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Legal); in PPCTargetLowering()
799 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Legal); in PPCTargetLowering()
932 setOperationAction(ISD::FNEARBYINT, MVT::f128, Legal); in PPCTargetLowering()
1100 setOperationAction(ISD::FNEARBYINT, MVT::v4f64, Expand); in PPCTargetLowering()
1101 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Expand); in PPCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp209 case ISD::FNEARBYINT: return "fnearbyint"; in getOperationName()
DLegalizeFloatTypes.cpp99 case ISD::FNEARBYINT: R = SoftenFloatRes_FNEARBYINT(N); break; in SoftenFloatResult()
1161 case ISD::FNEARBYINT: ExpandFloatRes_FNEARBYINT(N, Lo, Hi); break; in ExpandFloatResult()
2116 case ISD::FNEARBYINT: in PromoteFloatResult()
DLegalizeVectorOps.cpp432 case ISD::FNEARBYINT: in LegalizeOp()
DLegalizeVectorTypes.cpp89 case ISD::FNEARBYINT: in ScalarizeVectorResult()
882 case ISD::FNEARBYINT: in SplitVectorResult()
2813 case ISD::FNEARBYINT: in WidenVectorResult()
DLegalizeDAG.cpp4025 case ISD::FNEARBYINT: in ConvertNodeToLibcall()
4504 case ISD::FNEARBYINT: in PromoteNode()
DSelectionDAGBuilder.cpp6191 case Intrinsic::nearbyint: Opcode = ISD::FNEARBYINT; break; in visitIntrinsicCall()
7687 if (visitUnaryFloatCall(I, ISD::FNEARBYINT)) in visitCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp99 {ISD::FCEIL, ISD::FFLOOR, ISD::FTRUNC, ISD::FNEARBYINT, ISD::FRINT}) in WebAssemblyTargetLowering()
192 for (auto Op : {ISD::FCEIL, ISD::FFLOOR, ISD::FTRUNC, ISD::FNEARBYINT, in WebAssemblyTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp269 setOperationAction(ISD::FNEARBYINT, MVT::f32, Custom); in AMDGPUTargetLowering()
270 setOperationAction(ISD::FNEARBYINT, MVT::f64, Custom); in AMDGPUTargetLowering()
422 setOperationAction(ISD::FNEARBYINT, VT, Expand); in AMDGPUTargetLowering()
525 case ISD::FNEARBYINT: in fnegFoldsIntoOp()
1139 case ISD::FNEARBYINT: return LowerFNEARBYINT(Op, DAG); in LowerOperation()
3808 case ISD::FNEARBYINT: // XXX - Should fround be handled? in performFNegCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp448 setOperationAction(ISD::FNEARBYINT, MVT::f16, Promote); in AArch64TargetLowering()
480 setOperationAction(ISD::FNEARBYINT, MVT::v4f16, Expand); in AArch64TargetLowering()
491 setOperationAction(ISD::FNEARBYINT, MVT::v8f16, Expand); in AArch64TargetLowering()
508 setOperationAction(ISD::FNEARBYINT, Ty, Legal); in AArch64TargetLowering()
524 setOperationAction(ISD::FNEARBYINT, MVT::f16, Legal); in AArch64TargetLowering()
714 setOperationAction(ISD::FNEARBYINT, MVT::v1f64, Expand); in AArch64TargetLowering()
832 setOperationAction(ISD::FNEARBYINT, Ty, Legal); in AArch64TargetLowering()
842 setOperationAction(ISD::FNEARBYINT, Ty, Legal); in AArch64TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp751 setOperationAction(ISD::FNEARBYINT, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp904 case ISD::FNEARBYINT: in PreprocessISelDAG()
920 case ISD::FNEARBYINT: Imm = 0xC; break; in PreprocessISelDAG()
DX86ISelLowering.cpp662 setOperationAction(ISD::FNEARBYINT, MVT::f80, Expand); in X86TargetLowering()
787 setOperationAction(ISD::FNEARBYINT, VT, Expand); in X86TargetLowering()
1079 setOperationAction(ISD::FNEARBYINT, RoundedTy, Legal); in X86TargetLowering()
1171 setOperationAction(ISD::FNEARBYINT, VT, Legal); in X86TargetLowering()
1535 setOperationAction(ISD::FNEARBYINT, VT, Legal); in X86TargetLowering()
37248 case ISD::FNEARBYINT: in scalarizeExtEltFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp357 setOperationAction(ISD::FNEARBYINT, VT, Expand); in addMVEVectorTypes()
809 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Expand); in ARMTargetLowering()
829 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Expand); in ARMTargetLowering()
845 setOperationAction(ISD::FNEARBYINT, MVT::v2f32, Expand); in ARMTargetLowering()
974 setOperationAction(ISD::FNEARBYINT, MVT::f64, Expand); in ARMTargetLowering()
1380 setOperationAction(ISD::FNEARBYINT, MVT::f32, Legal); in ARMTargetLowering()
1396 setOperationAction(ISD::FNEARBYINT, MVT::f64, Legal); in ARMTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp449 setOperationAction(ISD::FNEARBYINT, VT, Legal); in SystemZTargetLowering()
506 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Legal); in SystemZTargetLowering()
538 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Legal); in SystemZTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td466 def fnearbyint : SDNode<"ISD::FNEARBYINT" , SDTFPUnaryOp>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenFastISel.inc551 // FastEmit functions for ISD::FNEARBYINT.
1703 case ISD::FNEARBYINT: return fastEmit_ISD_FNEARBYINT_r(VT, RetVT, Op0, Op0IsKill);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1485 ISD::FRINT, ISD::FNEARBYINT, ISD::FROUND, ISD::FFLOOR, in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp549 for (const auto &Op : {ISD::FCEIL, ISD::FFLOOR, ISD::FNEARBYINT, ISD::FRINT, in NVPTXTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp145 setOperationAction(ISD::FNEARBYINT, MVT::f16, Promote); in MipsSETargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenFastISel.inc1996 // FastEmit functions for ISD::FNEARBYINT.
2766 case ISD::FNEARBYINT: return fastEmit_ISD_FNEARBYINT_r(VT, RetVT, Op0, Op0IsKill);

12