Home
last modified time | relevance | path

Searched refs:FROUND (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h526 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
DBasicTTIImpl.h797 ISDs.push_back(ISD::FROUND); in getIntrinsicInstrCost()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp307 case Intrinsic::round: Opcode = ISD::FROUND; break; in mightUseCTR()
364 Opcode = ISD::FROUND; break; in mightUseCTR()
DPPCISelLowering.cpp211 setOperationAction(ISD::FROUND, MVT::f64, Legal); in PPCTargetLowering()
216 setOperationAction(ISD::FROUND, MVT::f32, Legal); in PPCTargetLowering()
582 setOperationAction(ISD::FROUND, MVT::v2f64, Legal); in PPCTargetLowering()
584 setOperationAction(ISD::FROUND, MVT::v4f32, Legal); in PPCTargetLowering()
801 setOperationAction(ISD::FROUND, MVT::v4f64, Legal); in PPCTargetLowering()
806 setOperationAction(ISD::FROUND, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.td196 def AMDGPUround : SDNode<"ISD::FROUND",
DAMDGPUISelLowering.cpp249 setOperationAction(ISD::FROUND, MVT::f32, Custom); in AMDGPUTargetLowering()
250 setOperationAction(ISD::FROUND, MVT::f64, Custom); in AMDGPUTargetLowering()
717 case ISD::FROUND: return LowerFROUND(Op, DAG); in LowerOperation()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp167 case ISD::FROUND: return "fround"; in getOperationName()
DLegalizeFloatTypes.cpp101 case ISD::FROUND: R = SoftenFloatRes_FROUND(N); break; in SoftenFloatResult()
1038 case ISD::FROUND: ExpandFloatRes_FROUND(N, Lo, Hi); break; in ExpandFloatResult()
1881 case ISD::FROUND: in PromoteFloatResult()
DLegalizeVectorOps.cpp322 case ISD::FROUND: in LegalizeOp()
DLegalizeVectorTypes.cpp92 case ISD::FROUND: in ScalarizeVectorResult()
651 case ISD::FROUND: in SplitVectorResult()
2165 case ISD::FROUND: in WidenVectorResult()
DLegalizeDAG.cpp3883 case ISD::FROUND: in ConvertNodeToLibcall()
4225 case ISD::FROUND: in PromoteNode()
DSelectionDAGBuilder.cpp5197 case Intrinsic::round: Opcode = ISD::FROUND; break; in visitIntrinsicCall()
6306 if (visitUnaryFloatCall(I, ISD::FROUND)) in visitCall()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp893 setOperationAction(ISD::FROUND, VT, Expand); in initActions()
934 setOperationAction(ISD::FROUND, VT, Expand); in initActions()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp290 setOperationAction(ISD::FROUND, MVT::f16, Promote); in AArch64TargetLowering()
326 setOperationAction(ISD::FROUND, MVT::v4f16, Expand); in AArch64TargetLowering()
358 setOperationAction(ISD::FROUND, MVT::v8f16, Expand); in AArch64TargetLowering()
383 setOperationAction(ISD::FROUND, Ty, Legal); in AArch64TargetLowering()
536 setOperationAction(ISD::FROUND, MVT::v1f64, Expand); in AArch64TargetLowering()
627 setOperationAction(ISD::FROUND, Ty, Legal); in AArch64TargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td453 def frnd : SDNode<"ISD::FROUND" , SDTFPUnaryOp>;
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp366 setOperationAction(ISD::FROUND, VT, Legal); in SystemZTargetLowering()
405 setOperationAction(ISD::FROUND, MVT::v2f64, Legal); in SystemZTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1948 ISD::FRINT, ISD::FNEARBYINT, ISD::FROUND, ISD::FFLOOR, in HexagonTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp990 setOperationAction(ISD::FROUND, MVT::f32, Legal); in ARMTargetLowering()
1004 setOperationAction(ISD::FROUND, MVT::f64, Legal); in ARMTargetLowering()