Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h487 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp276 case Intrinsic::round: Opcode = ISD::FROUND; break; in mightUseCTR()
331 Opcode = ISD::FROUND; break; in mightUseCTR()
DPPCISelLowering.cpp200 setOperationAction(ISD::FROUND, MVT::f64, Legal); in PPCTargetLowering()
205 setOperationAction(ISD::FROUND, MVT::f32, Legal); in PPCTargetLowering()
545 setOperationAction(ISD::FROUND, MVT::v2f64, Legal); in PPCTargetLowering()
547 setOperationAction(ISD::FROUND, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp743 setOperationAction(ISD::FROUND, (MVT::SimpleValueType)VT, Expand); in initActions()
781 setOperationAction(ISD::FROUND, MVT::f16, Expand); in initActions()
792 setOperationAction(ISD::FROUND, MVT::f32, Expand); in initActions()
803 setOperationAction(ISD::FROUND, MVT::f64, Expand); in initActions()
814 setOperationAction(ISD::FROUND, MVT::f128, Expand); in initActions()
DBasicTargetTransformInfo.cpp571 case Intrinsic::round: ISD = ISD::FROUND; break; in getIntrinsicInstrCost()
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.td135 def AMDGPUround : SDNode<"ISD::FROUND",
DR600Instructions.td1135 // FROUND pattern
DAMDGPUISelLowering.cpp131 setOperationAction(ISD::FROUND, MVT::f32, Legal); in AMDGPUTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp153 case ISD::FROUND: return "fround"; in getOperationName()
DLegalizeFloatTypes.cpp93 case ISD::FROUND: R = SoftenFloatRes_FROUND(N); break; in SoftenFloatResult()
835 case ISD::FROUND: ExpandFloatRes_FROUND(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeVectorOps.cpp291 case ISD::FROUND: in LegalizeOp()
DLegalizeVectorTypes.cpp91 case ISD::FROUND: in ScalarizeVectorResult()
607 case ISD::FROUND: in SplitVectorResult()
1634 case ISD::FROUND: in WidenVectorResult()
DSelectionDAGBuilder.cpp5114 case Intrinsic::round: Opcode = ISD::FROUND; break; in visitIntrinsicCall()
5966 if (visitUnaryFloatCall(I, ISD::FROUND)) in visitCall()
DLegalizeDAG.cpp3539 case ISD::FROUND: in ExpandNode()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1978 case ISD::FROUND: { in SelectLIBM()
3009 case ISD::FROUND: in Select()
DAArch64ISelLowering.cpp290 setOperationAction(ISD::FROUND, Ty, Legal); in AArch64TargetLowering()
402 setOperationAction(ISD::FROUND, MVT::v1f64, Expand); in AArch64TargetLowering()
472 setOperationAction(ISD::FROUND, Ty, Legal); in AArch64TargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td385 def frnd : SDNode<"ISD::FROUND" , SDTFPUnaryOp>;
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp260 setOperationAction(ISD::FROUND, VT, Legal); in SystemZTargetLowering()