Searched refs:FROUND (Results 1 – 18 of 18) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 487 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 276 case Intrinsic::round: Opcode = ISD::FROUND; break; in mightUseCTR() 331 Opcode = ISD::FROUND; break; in mightUseCTR()
|
D | PPCISelLowering.cpp | 200 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/ |
D | TargetLoweringBase.cpp | 743 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()
|
D | BasicTargetTransformInfo.cpp | 571 case Intrinsic::round: ISD = ISD::FROUND; break; in getIntrinsicInstrCost()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstrInfo.td | 135 def AMDGPUround : SDNode<"ISD::FROUND",
|
D | R600Instructions.td | 1135 // FROUND pattern
|
D | AMDGPUISelLowering.cpp | 131 setOperationAction(ISD::FROUND, MVT::f32, Legal); in AMDGPUTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 153 case ISD::FROUND: return "fround"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 93 case ISD::FROUND: R = SoftenFloatRes_FROUND(N); break; in SoftenFloatResult() 835 case ISD::FROUND: ExpandFloatRes_FROUND(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeVectorOps.cpp | 291 case ISD::FROUND: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 91 case ISD::FROUND: in ScalarizeVectorResult() 607 case ISD::FROUND: in SplitVectorResult() 1634 case ISD::FROUND: in WidenVectorResult()
|
D | SelectionDAGBuilder.cpp | 5114 case Intrinsic::round: Opcode = ISD::FROUND; break; in visitIntrinsicCall() 5966 if (visitUnaryFloatCall(I, ISD::FROUND)) in visitCall()
|
D | LegalizeDAG.cpp | 3539 case ISD::FROUND: in ExpandNode()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1978 case ISD::FROUND: { in SelectLIBM() 3009 case ISD::FROUND: in Select()
|
D | AArch64ISelLowering.cpp | 290 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/ |
D | TargetSelectionDAG.td | 385 def frnd : SDNode<"ISD::FROUND" , SDTFPUnaryOp>;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 260 setOperationAction(ISD::FROUND, VT, Legal); in SystemZTargetLowering()
|