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

  /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 271 case Intrinsic::floor: Opcode = ISD::FFLOOR; break;
315 Opcode = ISD::FFLOOR; break;
PPCISelLowering.cpp 138 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand);
197 setOperationAction(ISD::FFLOOR, MVT::f64, Legal);
202 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
448 setOperationAction(ISD::FFLOOR, VT, Expand);
496 setOperationAction(ISD::FFLOOR, MVT::v4f32, Legal);
541 setOperationAction(ISD::FFLOOR, MVT::v2f64, Legal);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 776 setOperationAction(ISD::FFLOOR, MVT::f16, Expand);
787 setOperationAction(ISD::FFLOOR, MVT::f32, Expand);
798 setOperationAction(ISD::FFLOOR, MVT::f64, Expand);
809 setOperationAction(ISD::FFLOOR, MVT::f128, Expand);
    [all...]
BasicTargetTransformInfo.cpp 565 case Intrinsic::floor: ISD = ISD::FFLOOR; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 149 case ISD::FFLOOR: return "ffloor";
LegalizeFloatTypes.cpp 78 case ISD::FFLOOR: R = SoftenFloatRes_FFLOOR(N); break;
    [all...]
LegalizeVectorOps.cpp 292 case ISD::FFLOOR:
    [all...]
LegalizeVectorTypes.cpp 81 case ISD::FFLOOR:
596 case ISD::FFLOOR:
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 129 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
236 setOperationAction(ISD::FFLOOR, MVT::f64, Custom);
342 setOperationAction(ISD::FFLOOR, VT, Expand);
542 case ISD::FFLOOR: return LowerFFLOOR(Op, DAG);
    [all...]
SIISelLowering.cpp 206 setOperationAction(ISD::FFLOOR, VT, Expand);
212 setOperationAction(ISD::FFLOOR, MVT::f64, Legal);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp 285 setOperationAction(ISD::FFLOOR, Ty, Legal);
395 setOperationAction(ISD::FFLOOR, MVT::v1f64, Expand);
467 setOperationAction(ISD::FFLOOR, Ty, Legal);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 257 setOperationAction(ISD::FFLOOR, VT, Legal);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 469 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
474 setOperationAction(ISD::FFLOOR, MVT::v2f64, Expand);
491 setOperationAction(ISD::FFLOOR, MVT::v4f32, Expand);
508 setOperationAction(ISD::FFLOOR, MVT::v2f32, Expand);
    [all...]

Completed in 1010 milliseconds