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 97 #if defined(FTRUNC) || (defined(HAVE_DECL_FTRUNC) && HAVE_DECL_FTRUNC)
98 XLAT(FTRUNC),
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 513 /// FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR - Perform various unary
517 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR,
    [all...]
BasicTTIImpl.h 660 ISD = ISD::FTRUNC;
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 304 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break;
366 Opcode = ISD::FTRUNC; break;
PPCISelLowering.cpp 139 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand);
198 setOperationAction(ISD::FTRUNC, MVT::f64, Legal);
203 setOperationAction(ISD::FTRUNC, MVT::f32, Legal);
467 setOperationAction(ISD::FTRUNC, VT, Expand);
515 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal);
574 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 91 setOperationAction(ISD::FTRUNC, MVT::f32, Legal);
209 setOperationAction(ISD::FTRUNC, MVT::f64, Custom);
353 setOperationAction(ISD::FTRUNC, VT, Expand);
627 case ISD::FTRUNC: return LowerFTRUNC(Op, DAG);
    [all...]
SIISelLowering.cpp 245 setOperationAction(ISD::FTRUNC, MVT::f64, Legal);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 162 case ISD::FTRUNC: return "ftrunc";
LegalizeVectorOps.cpp 318 case ISD::FTRUNC:
    [all...]
LegalizeVectorTypes.cpp 95 case ISD::FTRUNC:
651 case ISD::FTRUNC:
    [all...]
LegalizeFloatTypes.cpp 105 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break;
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 141 {ISD::FCEIL, ISD::FFLOOR, ISD::FTRUNC, ISD::FNEARBYINT, ISD::FRINT})
  /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 164 setOperationAction(ISD::FTRUNC, MVT::f128, Expand);
304 setOperationAction(ISD::FTRUNC, MVT::f16, Promote);
344 setOperationAction(ISD::FTRUNC, MVT::v4f16, Expand);
377 setOperationAction(ISD::FTRUNC, MVT::v8f16, Expand);
395 setOperationAction(ISD::FTRUNC, Ty, Legal);
549 setOperationAction(ISD::FTRUNC, MVT::v1f64, Expand);
621 setOperationAction(ISD::FTRUNC, Ty, Legal);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 511 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
513 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand);
530 setOperationAction(ISD::FTRUNC, MVT::v4f32, Expand);
547 setOperationAction(ISD::FTRUNC, MVT::v2f32, Expand);
671 setOperationAction(ISD::FTRUNC, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 662 setOperationAction(ISD::FTRUNC, MVT::f80, Expand);
715 setOperationAction(ISD::FTRUNC, VT, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 363 setOperationAction(ISD::FTRUNC, VT, Legal);
402 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal);
    [all...]

Completed in 312 milliseconds