Searched refs:FTRUNC (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h447 /// FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR - Perform various unary
451 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator in enum:llvm::ISD::NodeType
/freebsd-10.2-release/sys/cddl/compat/opensolaris/sys/
H A Dvnode.h151 #define FTRUNC O_TRUNC macro
171 ASSERT(filemode == (FWRITE | FCREAT | FTRUNC | FOFFMAX));
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp272 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break;
334 Opcode = ISD::FTRUNC; break;
H A DPPCISelLowering.cpp104 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand);
163 setOperationAction(ISD::FTRUNC, MVT::f64, Legal);
168 setOperationAction(ISD::FTRUNC, MVT::f32, Legal);
410 setOperationAction(ISD::FTRUNC, VT, Expand);
456 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp460 case Intrinsic::trunc: ISD = ISD::FTRUNC; break;
H A DTargetLoweringBase.cpp756 setOperationAction(ISD::FTRUNC, MVT::f16, Expand);
766 setOperationAction(ISD::FTRUNC, MVT::f32, Expand);
776 setOperationAction(ISD::FTRUNC, MVT::f64, Expand);
786 setOperationAction(ISD::FTRUNC, MVT::f128, Expand);
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_config.c169 int oflags = FWRITE | FTRUNC | FCREAT | FOFFMAX;
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp140 case ISD::FTRUNC: return "ftrunc";
H A DLegalizeVectorOps.cpp243 case ISD::FTRUNC:
H A DLegalizeVectorTypes.cpp89 case ISD::FTRUNC:
550 case ISD::FTRUNC:
1159 case ISD::FTRUNC:
1578 case ISD::FTRUNC:
H A DLegalizeFloatTypes.cpp95 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break;
837 case ISD::FTRUNC: ExpandFloatRes_FTRUNC(N, Lo, Hi); break;
H A DSelectionDAGBuilder.cpp5019 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break;
5952 if (visitUnaryFloatCall(I, ISD::FTRUNC))
H A DLegalizeDAG.cpp3283 case ISD::FTRUNC:
H A DDAGCombiner.cpp1185 case ISD::FTRUNC: return visitFTRUNC(N);
6815 return DAG.getNode(ISD::FTRUNC, SDLoc(N), VT, N0);
H A DSelectionDAG.cpp2568 case ISD::FTRUNC: {
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp179 setOperationAction(ISD::FTRUNC, MVT::f32, Legal);
180 setOperationAction(ISD::FTRUNC, MVT::f64, Legal);
242 setOperationAction(ISD::FTRUNC, MVT::f128, Expand);
348 setOperationAction(ISD::FTRUNC, MVT::v2f32, Legal);
349 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal);
350 setOperationAction(ISD::FTRUNC, MVT::v1f64, Legal);
351 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal);
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp438 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq);
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h526 #define FTRUNC O_TRUNC macro
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp777 setOperationAction(ISD::FTRUNC, MVT::f80, Expand);
830 setOperationAction(ISD::FTRUNC, VT, Expand);
1041 setOperationAction(ISD::FTRUNC, MVT::f32, Legal);
1046 setOperationAction(ISD::FTRUNC, MVT::f64, Legal);
1052 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal);
1057 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal);
1135 setOperationAction(ISD::FTRUNC, MVT::v8f32, Legal);
1148 setOperationAction(ISD::FTRUNC, MVT::v4f64, Legal);
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp232 setOperationAction(ISD::FTRUNC, VT, Legal);
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp504 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
506 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand);
523 setOperationAction(ISD::FTRUNC, MVT::v4f32, Expand);
540 setOperationAction(ISD::FTRUNC, MVT::v2f32, Expand);

Completed in 570 milliseconds