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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 448 // FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR - Perform various unary floating
452 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 215 case ISD::FRINT:
LegalizeFloatTypes.cpp 88 case ISD::FRINT: R = SoftenFloatRes_FRINT(N); break;
    [all...]
LegalizeVectorTypes.cpp 85 case ISD::FRINT:
462 case ISD::FRINT:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 481 setOperationAction(ISD::FRINT, MVT::v2f64, Expand);
    [all...]

Completed in 71 milliseconds