HomeSort by relevance Sort by last modified time
    Searched refs:FTRUNC (Results 1 - 22 of 22) sorted by null

  /external/strace/xlat/
open_mode_flags.h 91 #if defined(FTRUNC) || (defined(HAVE_DECL_FTRUNC) && HAVE_DECL_FTRUNC)
92 XLAT(FTRUNC),
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 495 /// FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR - Perform various unary
499 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR,
    [all...]
BasicTTIImpl.h 602 ISD = ISD::FTRUNC;
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 289 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break;
351 Opcode = ISD::FTRUNC; break;
PPCISelLowering.cpp 140 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand);
199 setOperationAction(ISD::FTRUNC, MVT::f64, Legal);
204 setOperationAction(ISD::FTRUNC, MVT::f32, Legal);
457 setOperationAction(ISD::FTRUNC, VT, Expand);
503 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal);
548 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 128 setOperationAction(ISD::FTRUNC, MVT::f32, Legal);
246 setOperationAction(ISD::FTRUNC, MVT::f64, Custom);
372 setOperationAction(ISD::FTRUNC, VT, Expand);
613 case ISD::FTRUNC: return LowerFTRUNC(Op, DAG);
    [all...]
SIISelLowering.cpp 201 setOperationAction(ISD::FTRUNC, MVT::f64, Legal);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 152 case ISD::FTRUNC: return "ftrunc";
LegalizeVectorOps.cpp 312 case ISD::FTRUNC:
    [all...]
LegalizeVectorTypes.cpp 94 case ISD::FTRUNC:
636 case ISD::FTRUNC:
    [all...]
LegalizeFloatTypes.cpp 99 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break;
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 536 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq);
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 177 setOperationAction(ISD::FTRUNC, MVT::f128, Expand);
314 setOperationAction(ISD::FTRUNC, MVT::f16, Promote);
352 setOperationAction(ISD::FTRUNC, MVT::v4f16, Expand);
385 setOperationAction(ISD::FTRUNC, MVT::v8f16, Expand);
403 setOperationAction(ISD::FTRUNC, Ty, Legal);
539 setOperationAction(ISD::FTRUNC, MVT::v1f64, Expand);
611 setOperationAction(ISD::FTRUNC, Ty, Legal);
    [all...]
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 474 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
476 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand);
493 setOperationAction(ISD::FTRUNC, MVT::v4f32, Expand);
510 setOperationAction(ISD::FTRUNC, MVT::v2f32, Expand);
614 setOperationAction(ISD::FTRUNC, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 646 setOperationAction(ISD::FTRUNC, MVT::f80, Expand);
699 setOperationAction(ISD::FTRUNC, VT, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 267 setOperationAction(ISD::FTRUNC, VT, Legal);
    [all...]

Completed in 244 milliseconds