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 453 /// FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR - Perform various unary
457 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 146 case ISD::FRINT: return "frint";
LegalizeVectorOps.cpp 221 case ISD::FRINT:
LegalizeFloatTypes.cpp 88 case ISD::FRINT: R = SoftenFloatRes_FRINT(N); break;
    [all...]
LegalizeVectorTypes.cpp 85 case ISD::FRINT:
521 case ISD::FRINT:
    [all...]
TargetLowering.cpp 560 setOperationAction(ISD::FRINT, MVT::f16, Expand);
570 setOperationAction(ISD::FRINT, MVT::f32, Expand);
580 setOperationAction(ISD::FRINT, MVT::f64, Expand);
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 695 setOperationAction(ISD::FRINT, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 113 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 500 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
503 setOperationAction(ISD::FRINT, MVT::v2f64, Expand);
    [all...]

Completed in 177 milliseconds