Searched refs:FROUND (Results 1 – 17 of 17) sorted by relevance
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 451 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | AMDGPUInstrInfo.td | 87 def AMDGPUround : SDNode<"ISD::FROUND",
|
| D | AMDGPUISelLowering.cpp | 61 setOperationAction(ISD::FROUND, MVT::f32, Legal); in AMDGPUTargetLowering()
|
| D | R600Instructions.td | 1139 // FROUND pattern
|
| /freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCCTRLoops.cpp | 275 case Intrinsic::round: Opcode = ISD::FROUND; break; in mightUseCTR() 330 Opcode = ISD::FROUND; break; in mightUseCTR()
|
| D | PPCISelLowering.cpp | 164 setOperationAction(ISD::FROUND, MVT::f64, Legal); in PPCTargetLowering() 169 setOperationAction(ISD::FROUND, MVT::f32, Legal); in PPCTargetLowering()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | BasicTargetTransformInfo.cpp | 464 case Intrinsic::round: ISD = ISD::FROUND; break; in getIntrinsicInstrCost()
|
| D | TargetLoweringBase.cpp | 726 setOperationAction(ISD::FROUND, (MVT::SimpleValueType)VT, Expand); in initActions()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 145 case ISD::FROUND: return "fround"; in getOperationName()
|
| D | LegalizeVectorOps.cpp | 246 case ISD::FROUND: in LegalizeOp()
|
| D | LegalizeFloatTypes.cpp | 91 case ISD::FROUND: R = SoftenFloatRes_FROUND(N); break; in SoftenFloatResult() 833 case ISD::FROUND: ExpandFloatRes_FROUND(N, Lo, Hi); break; in ExpandFloatResult()
|
| D | LegalizeVectorTypes.cpp | 86 case ISD::FROUND: in ScalarizeVectorResult() 547 case ISD::FROUND: in SplitVectorResult() 1575 case ISD::FROUND: in WidenVectorResult()
|
| D | SelectionDAGBuilder.cpp | 5022 case Intrinsic::round: Opcode = ISD::FROUND; break; in visitIntrinsicCall() 5946 if (visitUnaryFloatCall(I, ISD::FROUND)) in visitCall()
|
| D | LegalizeDAG.cpp | 3310 case ISD::FROUND: in ExpandNode()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 363 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/ |
| D | TargetSelectionDAG.td | 386 def frnd : SDNode<"ISD::FROUND" , SDTFPUnaryOp>;
|
| /freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 233 setOperationAction(ISD::FROUND, VT, Legal); in SystemZTargetLowering()
|