/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 75 FUNCTION(nearbyint, 1, 1, experimental_constrained_nearbyint, FNEARBYINT)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 642 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
|
D | BasicTTIImpl.h | 1272 ISDs.push_back(ISD::FNEARBYINT);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 318 case Intrinsic::nearbyint: Opcode = ISD::FNEARBYINT; break; in mightUseCTR() 368 Opcode = ISD::FNEARBYINT; break; in mightUseCTR()
|
D | PPCISelLowering.cpp | 241 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/ |
D | SelectionDAGDumper.cpp | 209 case ISD::FNEARBYINT: return "fnearbyint"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 99 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()
|
D | LegalizeVectorOps.cpp | 432 case ISD::FNEARBYINT: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 89 case ISD::FNEARBYINT: in ScalarizeVectorResult() 882 case ISD::FNEARBYINT: in SplitVectorResult() 2813 case ISD::FNEARBYINT: in WidenVectorResult()
|
D | LegalizeDAG.cpp | 4025 case ISD::FNEARBYINT: in ConvertNodeToLibcall() 4504 case ISD::FNEARBYINT: in PromoteNode()
|
D | SelectionDAGBuilder.cpp | 6191 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/ |
D | WebAssemblyISelLowering.cpp | 99 {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/ |
D | AMDGPUISelLowering.cpp | 269 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/ |
D | AArch64ISelLowering.cpp | 448 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/ |
D | TargetLoweringBase.cpp | 751 setOperationAction(ISD::FNEARBYINT, VT, Expand); in initActions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 904 case ISD::FNEARBYINT: in PreprocessISelDAG() 920 case ISD::FNEARBYINT: Imm = 0xC; break; in PreprocessISelDAG()
|
D | X86ISelLowering.cpp | 662 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/ |
D | ARMISelLowering.cpp | 357 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/ |
D | SystemZISelLowering.cpp | 449 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/ |
D | TargetSelectionDAG.td | 466 def fnearbyint : SDNode<"ISD::FNEARBYINT" , SDTFPUnaryOp>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenFastISel.inc | 551 // 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/ |
D | HexagonISelLowering.cpp | 1485 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/ |
D | NVPTXISelLowering.cpp | 549 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/ |
D | MipsSEISelLowering.cpp | 145 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/ |
D | ARMGenFastISel.inc | 1996 // FastEmit functions for ISD::FNEARBYINT. 2766 case ISD::FNEARBYINT: return fastEmit_ISD_FNEARBYINT_r(VT, RetVT, Op0, Op0IsKill);
|