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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 453 /// FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR - Perform various unary
457 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 144 case ISD::FFLOOR: return "ffloor";
LegalizeVectorOps.cpp 223 case ISD::FFLOOR:
LegalizeFloatTypes.cpp 74 case ISD::FFLOOR: R = SoftenFloatRes_FFLOOR(N); break;
    [all...]
LegalizeVectorTypes.cpp 76 case ISD::FFLOOR:
511 case ISD::FFLOOR:
    [all...]
TargetLowering.cpp 557 setOperationAction(ISD::FFLOOR, MVT::f16, Expand);
567 setOperationAction(ISD::FFLOOR, MVT::f32, Expand);
577 setOperationAction(ISD::FFLOOR, MVT::f64, Expand);
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 692 setOperationAction(ISD::FFLOOR, MVT::f80, Expand);
742 setOperationAction(ISD::FFLOOR, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 110 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 500 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
505 setOperationAction(ISD::FFLOOR, MVT::v2f64, Expand);
517 setOperationAction(ISD::FFLOOR, MVT::v4f32, Expand);
    [all...]

Completed in 556 milliseconds