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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 447 // FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR - Perform various unary floating
451 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 218 case ISD::FNEARBYINT:
SelectionDAGDumper.cpp 146 case ISD::FNEARBYINT: return "fnearbyint";
LegalizeFloatTypes.cpp 80 case ISD::FNEARBYINT: R = SoftenFloatRes_FNEARBYINT(N); break;
    [all...]
LegalizeVectorTypes.cpp 80 case ISD::FNEARBYINT:
493 case ISD::FNEARBYINT:
    [all...]
TargetLowering.cpp 565 setOperationAction(ISD::FNEARBYINT, MVT::f16, Expand);
575 setOperationAction(ISD::FNEARBYINT, MVT::f32, Expand);
585 setOperationAction(ISD::FNEARBYINT, MVT::f64, Expand);
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 691 setOperationAction(ISD::FNEARBYINT, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 110 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 504 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
508 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Expand);
    [all...]

Completed in 36 milliseconds