Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DISDOpcodes.h451 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DAMDGPUInstrInfo.td87 def AMDGPUround : SDNode<"ISD::FROUND",
DAMDGPUISelLowering.cpp61 setOperationAction(ISD::FROUND, MVT::f32, Legal); in AMDGPUTargetLowering()
DR600Instructions.td1139 // FROUND pattern
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp275 case Intrinsic::round: Opcode = ISD::FROUND; break; in mightUseCTR()
330 Opcode = ISD::FROUND; break; in mightUseCTR()
DPPCISelLowering.cpp164 setOperationAction(ISD::FROUND, MVT::f64, Legal); in PPCTargetLowering()
169 setOperationAction(ISD::FROUND, MVT::f32, Legal); in PPCTargetLowering()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp464 case Intrinsic::round: ISD = ISD::FROUND; break; in getIntrinsicInstrCost()
DTargetLoweringBase.cpp726 setOperationAction(ISD::FROUND, (MVT::SimpleValueType)VT, Expand); in initActions()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp145 case ISD::FROUND: return "fround"; in getOperationName()
DLegalizeVectorOps.cpp246 case ISD::FROUND: in LegalizeOp()
DLegalizeFloatTypes.cpp91 case ISD::FROUND: R = SoftenFloatRes_FROUND(N); break; in SoftenFloatResult()
833 case ISD::FROUND: ExpandFloatRes_FROUND(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeVectorTypes.cpp86 case ISD::FROUND: in ScalarizeVectorResult()
547 case ISD::FROUND: in SplitVectorResult()
1575 case ISD::FROUND: in WidenVectorResult()
DSelectionDAGBuilder.cpp5022 case Intrinsic::round: Opcode = ISD::FROUND; break; in visitIntrinsicCall()
5946 if (visitUnaryFloatCall(I, ISD::FROUND)) in visitCall()
DLegalizeDAG.cpp3310 case ISD::FROUND: in ExpandNode()
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp363 setOperationAction(ISD::FROUND, MVT::v2f32, Legal); in AArch64TargetLowering()
364 setOperationAction(ISD::FROUND, MVT::v4f32, Legal); in AArch64TargetLowering()
365 setOperationAction(ISD::FROUND, MVT::v1f64, Legal); in AArch64TargetLowering()
366 setOperationAction(ISD::FROUND, MVT::v2f64, Legal); in AArch64TargetLowering()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetSelectionDAG.td386 def frnd : SDNode<"ISD::FROUND" , SDTFPUnaryOp>;
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp233 setOperationAction(ISD::FROUND, VT, Legal); in SystemZTargetLowering()