Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h499 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
DBasicTTIImpl.h605 ISD = ISD::FNEARBYINT; in getIntrinsicInstrCost()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp291 case Intrinsic::nearbyint: Opcode = ISD::FNEARBYINT; break; in mightUseCTR()
335 Opcode = ISD::FNEARBYINT; break; in mightUseCTR()
DPPCISelLowering.cpp142 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand); in PPCTargetLowering()
459 setOperationAction(ISD::FNEARBYINT, VT, Expand); in PPCTargetLowering()
504 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Legal); in PPCTargetLowering()
549 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Legal); in PPCTargetLowering()
761 setOperationAction(ISD::FNEARBYINT, MVT::v4f64, Expand); in PPCTargetLowering()
762 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Expand); in PPCTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp156 case ISD::FNEARBYINT: return "fnearbyint"; in getOperationName()
DLegalizeFloatTypes.cpp86 case ISD::FNEARBYINT: R = SoftenFloatRes_FNEARBYINT(N); break; in SoftenFloatResult()
902 case ISD::FNEARBYINT: ExpandFloatRes_FNEARBYINT(N, Lo, Hi); break; in ExpandFloatResult()
1743 case ISD::FNEARBYINT: in PromoteFloatResult()
DLegalizeVectorOps.cpp314 case ISD::FNEARBYINT: in LegalizeOp()
DLegalizeVectorTypes.cpp85 case ISD::FNEARBYINT: in ScalarizeVectorResult()
626 case ISD::FNEARBYINT: in SplitVectorResult()
1808 case ISD::FNEARBYINT: in WidenVectorResult()
DLegalizeDAG.cpp3373 case ISD::FNEARBYINT: in ExpandNode()
4244 case ISD::FNEARBYINT: in PromoteNode()
DSelectionDAGBuilder.cpp5003 case Intrinsic::nearbyint: Opcode = ISD::FNEARBYINT; break; in visitIntrinsicCall()
6024 if (visitUnaryFloatCall(I, ISD::FNEARBYINT)) in visitCall()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp376 setOperationAction(ISD::FNEARBYINT, VT, Expand); in AMDGPUTargetLowering()
388 setOperationAction(ISD::FNEARBYINT, MVT::f32, Custom); in AMDGPUTargetLowering()
389 setOperationAction(ISD::FNEARBYINT, MVT::f64, Custom); in AMDGPUTargetLowering()
615 case ISD::FNEARBYINT: return LowerFNEARBYINT(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp301 setOperationAction(ISD::FNEARBYINT, MVT::f16, Promote); in AArch64TargetLowering()
342 setOperationAction(ISD::FNEARBYINT, MVT::v4f16, Expand); in AArch64TargetLowering()
374 setOperationAction(ISD::FNEARBYINT, MVT::v8f16, Expand); in AArch64TargetLowering()
400 setOperationAction(ISD::FNEARBYINT, Ty, Legal); in AArch64TargetLowering()
529 setOperationAction(ISD::FNEARBYINT, MVT::v1f64, Expand); in AArch64TargetLowering()
608 setOperationAction(ISD::FNEARBYINT, Ty, Legal); in AArch64TargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp841 setOperationAction(ISD::FNEARBYINT, VT, Expand); in initActions()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp478 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Expand); in ARMTargetLowering()
495 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Expand); in ARMTargetLowering()
512 setOperationAction(ISD::FNEARBYINT, MVT::v2f32, Expand); in ARMTargetLowering()
616 setOperationAction(ISD::FNEARBYINT, MVT::f64, Expand); in ARMTargetLowering()
910 setOperationAction(ISD::FNEARBYINT, MVT::f32, Legal); in ARMTargetLowering()
917 setOperationAction(ISD::FNEARBYINT, MVT::f64, Legal); in ARMTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td412 def fnearbyint : SDNode<"ISD::FNEARBYINT" , SDTFPUnaryOp>;
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp648 setOperationAction(ISD::FNEARBYINT, MVT::f80, Expand); in X86TargetLowering()
701 setOperationAction(ISD::FNEARBYINT, VT, Expand); in X86TargetLowering()
946 setOperationAction(ISD::FNEARBYINT, RoundedTy, Legal); in X86TargetLowering()
1043 setOperationAction(ISD::FNEARBYINT, MVT::v8f32, Legal); in X86TargetLowering()
1056 setOperationAction(ISD::FNEARBYINT, MVT::v4f64, Legal); in X86TargetLowering()
1329 setOperationAction(ISD::FNEARBYINT, MVT::v16f32, Legal); in X86TargetLowering()
1330 setOperationAction(ISD::FNEARBYINT, MVT::v8f64, Legal); in X86TargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp264 setOperationAction(ISD::FNEARBYINT, VT, Legal); in SystemZTargetLowering()