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 453 /// FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR - Perform various unary
457 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 147 case ISD::FNEARBYINT: return "fnearbyint";
LegalizeVectorOps.cpp 222 case ISD::FNEARBYINT:
LegalizeFloatTypes.cpp 80 case ISD::FNEARBYINT: R = SoftenFloatRes_FNEARBYINT(N); break;
    [all...]
LegalizeVectorTypes.cpp 80 case ISD::FNEARBYINT:
515 case ISD::FNEARBYINT:
    [all...]
TargetLowering.cpp 558 setOperationAction(ISD::FNEARBYINT, MVT::f16, Expand);
568 setOperationAction(ISD::FNEARBYINT, MVT::f32, Expand);
578 setOperationAction(ISD::FNEARBYINT, MVT::f64, Expand);
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 696 setOperationAction(ISD::FNEARBYINT, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 114 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 500 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
504 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Expand);
    [all...]

Completed in 68 milliseconds