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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 455 /// FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR - Perform various unary
459 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,
    [all...]
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 414 case Intrinsic::floor: ISD = ISD::FFLOOR; break;
TargetLoweringBase.cpp 662 setOperationAction(ISD::FFLOOR, MVT::f16, Expand);
672 setOperationAction(ISD::FFLOOR, MVT::f32, Expand);
682 setOperationAction(ISD::FFLOOR, MVT::f64, Expand);
692 setOperationAction(ISD::FFLOOR, MVT::f128, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 145 case ISD::FFLOOR: return "ffloor";
LegalizeVectorOps.cpp 244 case ISD::FFLOOR:
LegalizeFloatTypes.cpp 76 case ISD::FFLOOR: R = SoftenFloatRes_FFLOOR(N); break;
    [all...]
LegalizeVectorTypes.cpp 76 case ISD::FFLOOR:
531 case ISD::FFLOOR:
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 46 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 147 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
148 setOperationAction(ISD::FFLOOR, MVT::f64, Legal);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 727 setOperationAction(ISD::FFLOOR, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 113 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand);
365 setOperationAction(ISD::FFLOOR, VT, Expand);
411 setOperationAction(ISD::FFLOOR, MVT::v4f32, Legal);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 501 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
506 setOperationAction(ISD::FFLOOR, MVT::v2f64, Expand);
523 setOperationAction(ISD::FFLOOR, MVT::v4f32, Expand);
540 setOperationAction(ISD::FFLOOR, MVT::v2f32, Expand);
    [all...]

Completed in 365 milliseconds