Home
last modified time | relevance | path

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

/external/strace/xlat/
Dopen_mode_flags.h91 #if defined(FTRUNC) || (defined(HAVE_DECL_FTRUNC) && HAVE_DECL_FTRUNC)
92 XLAT(FTRUNC),
Dopen_mode_flags.in34 FTRUNC
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h499 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
DBasicTTIImpl.h602 ISD = ISD::FTRUNC; in getIntrinsicInstrCost()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp289 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break; in mightUseCTR()
351 Opcode = ISD::FTRUNC; break; in mightUseCTR()
DPPCISelLowering.cpp140 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand); in PPCTargetLowering()
199 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in PPCTargetLowering()
204 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in PPCTargetLowering()
457 setOperationAction(ISD::FTRUNC, VT, Expand); in PPCTargetLowering()
503 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal); in PPCTargetLowering()
548 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal); in PPCTargetLowering()
753 setOperationAction(ISD::FTRUNC, MVT::v4f64, Legal); in PPCTargetLowering()
758 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp128 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in AMDGPUTargetLowering()
246 setOperationAction(ISD::FTRUNC, MVT::f64, Custom); in AMDGPUTargetLowering()
372 setOperationAction(ISD::FTRUNC, VT, Expand); in AMDGPUTargetLowering()
613 case ISD::FTRUNC: return LowerFTRUNC(Op, DAG); in LowerOperation()
1036 return DAG.getNode(ISD::FTRUNC, DL, VT, Op.getOperand(1)); in LowerINTRINSIC_WO_CHAIN()
1596 fq = DAG.getNode(ISD::FTRUNC, DL, FltVT, fq); in LowerDIVREM24()
1902 SDValue Floor = DAG.getNode(ISD::FTRUNC, SL, VT, Div); in LowerFREM()
1916 SDValue Trunc = DAG.getNode(ISD::FTRUNC, SL, MVT::f64, Src); in LowerFCEIL()
2030 SDValue T = DAG.getNode(ISD::FTRUNC, SL, MVT::f32, X); in LowerFROUND32()
2126 SDValue Trunc = DAG.getNode(ISD::FTRUNC, SL, MVT::f64, Src); in LowerFFLOOR()
[all …]
DSIISelLowering.cpp201 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in SITargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp152 case ISD::FTRUNC: return "ftrunc"; in getOperationName()
DLegalizeFloatTypes.cpp99 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break; in SoftenFloatResult()
912 case ISD::FTRUNC: ExpandFloatRes_FTRUNC(N, Lo, Hi); break; in ExpandFloatResult()
1749 case ISD::FTRUNC: R = PromoteFloatRes_UnaryOp(N); break; in PromoteFloatResult()
DLegalizeVectorTypes.cpp94 case ISD::FTRUNC: in ScalarizeVectorResult()
636 case ISD::FTRUNC: in SplitVectorResult()
1331 case ISD::FTRUNC: in SplitVectorOperand()
1814 case ISD::FTRUNC: in WidenVectorResult()
DLegalizeVectorOps.cpp312 case ISD::FTRUNC: in LegalizeOp()
DLegalizeDAG.cpp3353 case ISD::FTRUNC: in ExpandNode()
4246 case ISD::FTRUNC: in PromoteNode()
DSelectionDAG.cpp2801 case ISD::FTRUNC: { in getNode()
2861 case ISD::FTRUNC: in getNode()
DSelectionDAGBuilder.cpp5001 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break; in visitIntrinsicCall()
6048 if (visitUnaryFloatCall(I, ISD::FTRUNC)) in visitCall()
DDAGCombiner.cpp1369 case ISD::FTRUNC: return visitFTRUNC(N); in visit()
8219 return DAG.getNode(ISD::FTRUNC, SDLoc(N), VT, N0); in visitFTRUNC()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp536 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq); in LowerSDIV24()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp177 setOperationAction(ISD::FTRUNC, MVT::f128, Expand); in AArch64TargetLowering()
314 setOperationAction(ISD::FTRUNC, MVT::f16, Promote); in AArch64TargetLowering()
352 setOperationAction(ISD::FTRUNC, MVT::v4f16, Expand); in AArch64TargetLowering()
385 setOperationAction(ISD::FTRUNC, MVT::v8f16, Expand); in AArch64TargetLowering()
403 setOperationAction(ISD::FTRUNC, Ty, Legal); in AArch64TargetLowering()
539 setOperationAction(ISD::FTRUNC, MVT::v1f64, Expand); in AArch64TargetLowering()
611 setOperationAction(ISD::FTRUNC, Ty, Legal); in AArch64TargetLowering()
DAArch64ISelDAGToDAG.cpp2030 case ISD::FTRUNC: { in SelectLIBM()
3076 case ISD::FTRUNC: in Select()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp844 setOperationAction(ISD::FTRUNC, VT, Expand); in initActions()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp476 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand); in ARMTargetLowering()
493 setOperationAction(ISD::FTRUNC, MVT::v4f32, Expand); in ARMTargetLowering()
510 setOperationAction(ISD::FTRUNC, MVT::v2f32, Expand); in ARMTargetLowering()
614 setOperationAction(ISD::FTRUNC, MVT::f64, Expand); in ARMTargetLowering()
909 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in ARMTargetLowering()
916 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in ARMTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td409 def ftrunc : SDNode<"ISD::FTRUNC" , SDTFPUnaryOp>;
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp646 setOperationAction(ISD::FTRUNC, MVT::f80, Expand); in X86TargetLowering()
699 setOperationAction(ISD::FTRUNC, VT, Expand); in X86TargetLowering()
944 setOperationAction(ISD::FTRUNC, RoundedTy, Legal); in X86TargetLowering()
1041 setOperationAction(ISD::FTRUNC, MVT::v8f32, Legal); in X86TargetLowering()
1054 setOperationAction(ISD::FTRUNC, MVT::v4f64, Legal); in X86TargetLowering()
1325 setOperationAction(ISD::FTRUNC, MVT::v16f32, Legal); in X86TargetLowering()
1326 setOperationAction(ISD::FTRUNC, MVT::v8f64, Legal); in X86TargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp267 setOperationAction(ISD::FTRUNC, VT, Legal); in SystemZTargetLowering()