HomeSort by relevance Sort by last modified time
    Searched refs:FRINT (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 217 case ISD::FRINT:
SelectionDAGDumper.cpp 145 case ISD::FRINT: return "frint";
LegalizeFloatTypes.cpp 88 case ISD::FRINT: R = SoftenFloatRes_FRINT(N); break;
    [all...]
LegalizeVectorTypes.cpp 85 case ISD::FRINT:
499 case ISD::FRINT:
    [all...]
TargetLowering.cpp 567 setOperationAction(ISD::FRINT, MVT::f16, Expand);
577 setOperationAction(ISD::FRINT, MVT::f32, Expand);
587 setOperationAction(ISD::FRINT, MVT::f64, Expand);
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 690 setOperationAction(ISD::FRINT, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 109 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 504 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
507 setOperationAction(ISD::FRINT, MVT::v2f64, Expand);
    [all...]

Completed in 190 milliseconds