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

  /external/strace/xlat/
open_mode_flags.h 87 #if defined(FTRUNC) || (defined(HAVE_DECL_FTRUNC) && HAVE_DECL_FTRUNC)
88 XLAT(FTRUNC),
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 483 /// FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR - Perform various unary
487 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 273 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break;
335 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);
450 setOperationAction(ISD::FTRUNC, VT, Expand);
498 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal);
543 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 780 setOperationAction(ISD::FTRUNC, MVT::f16, Expand);
791 setOperationAction(ISD::FTRUNC, MVT::f32, Expand);
802 setOperationAction(ISD::FTRUNC, MVT::f64, Expand);
813 setOperationAction(ISD::FTRUNC, MVT::f128, Expand);
    [all...]
BasicTargetTransformInfo.cpp 567 case Intrinsic::trunc: ISD = ISD::FTRUNC; break;
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 132 setOperationAction(ISD::FTRUNC, MVT::f32, Legal);
234 setOperationAction(ISD::FTRUNC, MVT::f64, Custom);
343 setOperationAction(ISD::FTRUNC, VT, Expand);
539 case ISD::FTRUNC: return LowerFTRUNC(Op, DAG);
    [all...]
SIISelLowering.cpp 204 setOperationAction(ISD::FTRUNC, VT, Expand);
210 setOperationAction(ISD::FTRUNC, MVT::f64, Legal);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 148 case ISD::FTRUNC: return "ftrunc";
LegalizeVectorTypes.cpp 94 case ISD::FTRUNC:
610 case ISD::FTRUNC:
    [all...]
LegalizeFloatTypes.cpp 97 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break;
    [all...]
LegalizeVectorOps.cpp 288 case ISD::FTRUNC:
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 536 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 536 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq);
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp 174 setOperationAction(ISD::FTRUNC, MVT::f128, Expand);
289 setOperationAction(ISD::FTRUNC, Ty, Legal);
408 setOperationAction(ISD::FTRUNC, MVT::v1f64, Expand);
471 setOperationAction(ISD::FTRUNC, Ty, Legal);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 259 setOperationAction(ISD::FTRUNC, VT, Legal);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 469 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
471 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand);
488 setOperationAction(ISD::FTRUNC, MVT::v4f32, Expand);
505 setOperationAction(ISD::FTRUNC, MVT::v2f32, Expand);
    [all...]

Completed in 282 milliseconds