Home
last modified time | relevance | path

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

/external/strace/xlat/
Dopen_mode_flags.h87 #if defined(FTRUNC) || (defined(HAVE_DECL_FTRUNC) && HAVE_DECL_FTRUNC)
88 XLAT(FTRUNC),
Dopen_mode_flags.in30 FTRUNC
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h487 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp273 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break; in mightUseCTR()
335 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()
450 setOperationAction(ISD::FTRUNC, VT, Expand); in PPCTargetLowering()
498 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal); in PPCTargetLowering()
543 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal); in PPCTargetLowering()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp132 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in AMDGPUTargetLowering()
234 setOperationAction(ISD::FTRUNC, MVT::f64, Custom); in AMDGPUTargetLowering()
343 setOperationAction(ISD::FTRUNC, VT, Expand); in AMDGPUTargetLowering()
539 case ISD::FTRUNC: return LowerFTRUNC(Op, DAG); in LowerOperation()
916 return DAG.getNode(ISD::FTRUNC, DL, VT, Op.getOperand(1)); in LowerINTRINSIC_WO_CHAIN()
1326 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq); in LowerSDIV24()
1674 SDValue Trunc = DAG.getNode(ISD::FTRUNC, SL, MVT::f64, Src); in LowerFCEIL()
1784 SDValue Trunc = DAG.getNode(ISD::FTRUNC, SL, MVT::f64, Src); in LowerFFLOOR()
DSIISelLowering.cpp204 setOperationAction(ISD::FTRUNC, VT, Expand); in SITargetLowering()
210 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in SITargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp780 setOperationAction(ISD::FTRUNC, MVT::f16, Expand); in initActions()
791 setOperationAction(ISD::FTRUNC, MVT::f32, Expand); in initActions()
802 setOperationAction(ISD::FTRUNC, MVT::f64, Expand); in initActions()
813 setOperationAction(ISD::FTRUNC, MVT::f128, Expand); in initActions()
DBasicTargetTransformInfo.cpp567 case Intrinsic::trunc: ISD = ISD::FTRUNC; break; in getIntrinsicInstrCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp148 case ISD::FTRUNC: return "ftrunc"; in getOperationName()
DLegalizeVectorTypes.cpp94 case ISD::FTRUNC: in ScalarizeVectorResult()
610 case ISD::FTRUNC: in SplitVectorResult()
1219 case ISD::FTRUNC: in SplitVectorOperand()
1637 case ISD::FTRUNC: in WidenVectorResult()
DLegalizeFloatTypes.cpp97 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break; in SoftenFloatResult()
839 case ISD::FTRUNC: ExpandFloatRes_FTRUNC(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeVectorOps.cpp288 case ISD::FTRUNC: in LegalizeOp()
DSelectionDAGBuilder.cpp5111 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break; in visitIntrinsicCall()
5972 if (visitUnaryFloatCall(I, ISD::FTRUNC)) in visitCall()
DLegalizeDAG.cpp3512 case ISD::FTRUNC: in ExpandNode()
DDAGCombiner.cpp1259 case ISD::FTRUNC: return visitFTRUNC(N); in visit()
7301 return DAG.getNode(ISD::FTRUNC, SDLoc(N), VT, N0); in visitFTRUNC()
DSelectionDAG.cpp2732 case ISD::FTRUNC: { in getNode()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp536 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq); in LowerSDIV24()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp536 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq); in LowerSDIV24()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1973 case ISD::FTRUNC: { in SelectLIBM()
3008 case ISD::FTRUNC: in Select()
DAArch64ISelLowering.cpp174 setOperationAction(ISD::FTRUNC, MVT::f128, Expand); in AArch64TargetLowering()
289 setOperationAction(ISD::FTRUNC, Ty, Legal); in AArch64TargetLowering()
408 setOperationAction(ISD::FTRUNC, MVT::v1f64, Expand); in AArch64TargetLowering()
471 setOperationAction(ISD::FTRUNC, Ty, Legal); in AArch64TargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td381 def ftrunc : SDNode<"ISD::FTRUNC" , SDTFPUnaryOp>;
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp784 setOperationAction(ISD::FTRUNC, MVT::f80, Expand); in resetOperationActions()
837 setOperationAction(ISD::FTRUNC, VT, Expand); in resetOperationActions()
1061 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in resetOperationActions()
1066 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in resetOperationActions()
1072 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal); in resetOperationActions()
1077 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal); in resetOperationActions()
1155 setOperationAction(ISD::FTRUNC, MVT::v8f32, Legal); in resetOperationActions()
1168 setOperationAction(ISD::FTRUNC, MVT::v4f64, Legal); in resetOperationActions()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp471 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand); in ARMTargetLowering()
488 setOperationAction(ISD::FTRUNC, MVT::v4f32, Expand); in ARMTargetLowering()
505 setOperationAction(ISD::FTRUNC, MVT::v2f32, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp259 setOperationAction(ISD::FTRUNC, VT, Legal); in SystemZTargetLowering()