Home
last modified time | relevance | path

Searched refs:FTRUNC (Results 1 – 25 of 25) sorted by relevance

/external/strace/xlat/
Dopen_mode_flags.h97 #if defined(FTRUNC) || (defined(HAVE_DECL_FTRUNC) && HAVE_DECL_FTRUNC)
98 XLAT(FTRUNC),
Dopen_mode_flags.in34 FTRUNC
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h517 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
DBasicTTIImpl.h660 ISD = ISD::FTRUNC; in getIntrinsicInstrCost()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp304 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break; in mightUseCTR()
366 Opcode = ISD::FTRUNC; break; in mightUseCTR()
DPPCISelLowering.cpp139 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand); in PPCTargetLowering()
198 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in PPCTargetLowering()
203 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in PPCTargetLowering()
467 setOperationAction(ISD::FTRUNC, VT, Expand); in PPCTargetLowering()
515 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal); in PPCTargetLowering()
574 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal); in PPCTargetLowering()
785 setOperationAction(ISD::FTRUNC, MVT::v4f64, Legal); in PPCTargetLowering()
790 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp91 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in AMDGPUTargetLowering()
209 setOperationAction(ISD::FTRUNC, MVT::f64, Custom); in AMDGPUTargetLowering()
353 setOperationAction(ISD::FTRUNC, VT, Expand); in AMDGPUTargetLowering()
627 case ISD::FTRUNC: return LowerFTRUNC(Op, DAG); in LowerOperation()
1049 return DAG.getNode(ISD::FTRUNC, DL, VT, Op.getOperand(1)); in LowerINTRINSIC_WO_CHAIN()
1602 fq = DAG.getNode(ISD::FTRUNC, DL, FltVT, fq); in LowerDIVREM24()
1910 SDValue Floor = DAG.getNode(ISD::FTRUNC, SL, VT, Div); in LowerFREM()
1924 SDValue Trunc = DAG.getNode(ISD::FTRUNC, SL, MVT::f64, Src); in LowerFCEIL()
2044 SDValue T = DAG.getNode(ISD::FTRUNC, SL, MVT::f32, X); in LowerFROUND32()
2145 SDValue Trunc = DAG.getNode(ISD::FTRUNC, SL, MVT::f64, Src); in LowerFFLOOR()
[all …]
DSIISelLowering.cpp245 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in SITargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp162 case ISD::FTRUNC: return "ftrunc"; in getOperationName()
DLegalizeFloatTypes.cpp105 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break; in SoftenFloatResult()
1024 case ISD::FTRUNC: ExpandFloatRes_FTRUNC(N, Lo, Hi); break; in ExpandFloatResult()
1866 case ISD::FTRUNC: R = PromoteFloatRes_UnaryOp(N); break; in PromoteFloatResult()
DLegalizeVectorTypes.cpp95 case ISD::FTRUNC: in ScalarizeVectorResult()
651 case ISD::FTRUNC: in SplitVectorResult()
1448 case ISD::FTRUNC: in SplitVectorOperand()
2105 case ISD::FTRUNC: in WidenVectorResult()
DLegalizeVectorOps.cpp318 case ISD::FTRUNC: in LegalizeOp()
DLegalizeDAG.cpp4075 case ISD::FTRUNC: in ConvertNodeToLibcall()
4443 case ISD::FTRUNC: in PromoteNode()
DSelectionDAG.cpp2934 case ISD::FTRUNC: { in getNode()
2990 case ISD::FTRUNC: in getNode()
DSelectionDAGBuilder.cpp4772 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break; in visitIntrinsicCall()
5864 if (visitUnaryFloatCall(I, ISD::FTRUNC)) in visitCall()
DDAGCombiner.cpp1430 case ISD::FTRUNC: return visitFTRUNC(N); in visit()
9156 return DAG.getNode(ISD::FTRUNC, SDLoc(N), VT, N0); in visitFTRUNC()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp141 {ISD::FCEIL, ISD::FFLOOR, ISD::FTRUNC, ISD::FNEARBYINT, ISD::FRINT}) in WebAssemblyTargetLowering()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp536 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq); in LowerSDIV24()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp164 setOperationAction(ISD::FTRUNC, MVT::f128, Expand); in AArch64TargetLowering()
304 setOperationAction(ISD::FTRUNC, MVT::f16, Promote); in AArch64TargetLowering()
344 setOperationAction(ISD::FTRUNC, MVT::v4f16, Expand); in AArch64TargetLowering()
377 setOperationAction(ISD::FTRUNC, MVT::v8f16, Expand); in AArch64TargetLowering()
395 setOperationAction(ISD::FTRUNC, Ty, Legal); in AArch64TargetLowering()
549 setOperationAction(ISD::FTRUNC, MVT::v1f64, Expand); in AArch64TargetLowering()
621 setOperationAction(ISD::FTRUNC, Ty, Legal); in AArch64TargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp851 setOperationAction(ISD::FTRUNC, VT, Expand); in initActions()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp513 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand); in ARMTargetLowering()
530 setOperationAction(ISD::FTRUNC, MVT::v4f32, Expand); in ARMTargetLowering()
547 setOperationAction(ISD::FTRUNC, MVT::v2f32, Expand); in ARMTargetLowering()
671 setOperationAction(ISD::FTRUNC, MVT::f64, Expand); in ARMTargetLowering()
976 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in ARMTargetLowering()
990 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in ARMTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td437 def ftrunc : SDNode<"ISD::FTRUNC" , SDTFPUnaryOp>;
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp363 setOperationAction(ISD::FTRUNC, VT, Legal); in SystemZTargetLowering()
402 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal); in SystemZTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1760 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp662 setOperationAction(ISD::FTRUNC, MVT::f80, Expand); in X86TargetLowering()
715 setOperationAction(ISD::FTRUNC, VT, Expand); in X86TargetLowering()
961 setOperationAction(ISD::FTRUNC, RoundedTy, Legal); in X86TargetLowering()
1083 setOperationAction(ISD::FTRUNC, MVT::v8f32, Legal); in X86TargetLowering()
1096 setOperationAction(ISD::FTRUNC, MVT::v4f64, Legal); in X86TargetLowering()
1461 setOperationAction(ISD::FTRUNC, MVT::v16f32, Legal); in X86TargetLowering()
1462 setOperationAction(ISD::FTRUNC, MVT::v8f64, Legal); in X86TargetLowering()