HomeSort by: relevance | last modified time | path
    Searched refs:LROUND (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
mathbuiltins.def 70 OTHER_BUILTIN (LROUND, "lround", lround, true)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
mathbuiltins.def 67 OTHER_BUILTIN (LROUND, "lround", lround, true)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 876 LROUND,
  /src/external/gpl3/gcc/dist/gcc/
internal-fn.def 75 lround<srcmode><dstmode>2.
379 DEF_INTERNAL_FLT_FN (IROUND, ECF_CONST, lround, unary_convert)
383 DEF_INTERNAL_FLT_FLOATN_FN (LROUND, ECF_CONST, lround, unary_convert)
387 DEF_INTERNAL_FLT_FLOATN_FN (LLROUND, ECF_CONST, lround, unary_convert)
match.pd 8128 IROUND LROUND LLROUND)
8141 lfn (LFLOOR LCEIL LROUND LRINT)
8143 /* Canonicalize iround (x) to lround (x) on ILP32 targets where
8150 /* Canonicalize llround (x) to lround (x) on LP64 targets where
builtins.cc 2014 CASE_MATHFN_FLOATN (LROUND) \
3296 a call to lround in the hope that the target provides at least some
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 362 case ISD::LROUND: return "lround";
LegalizeFloatTypes.cpp 826 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break;
1775 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break;
LegalizeDAG.cpp 1004 case ISD::LROUND:
2090 /// lround and its variant).
4081 case ISD::LROUND:
SelectionDAGBuilder.cpp 6238 case Intrinsic::lround:
6245 case Intrinsic::lround: Opcode = ISD::LROUND; break;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 504 case Intrinsic::lround: Opcode = ISD::LROUND; break;
PPCISelLowering.cpp 513 setOperationAction(ISD::LROUND, MVT::f64, Legal);
514 setOperationAction(ISD::LROUND, MVT::f32, Legal);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 875 setOperationAction(ISD::LROUND, VT, Expand);
  /src/external/gpl3/gcc.old/dist/gcc/
match.pd 6564 IROUND LROUND LLROUND)
6577 lfn (LFLOOR LCEIL LROUND LRINT)
6579 /* Canonicalize iround (x) to lround (x) on ILP32 targets where
6586 /* Canonicalize llround (x) to lround (x) on LP64 targets where
builtins.cc 1994 CASE_MATHFN (LROUND) \
2974 a call to lround in the hope that the target provides at least some
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 695 setOperationAction(ISD::LROUND, Ty, Legal);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 710 setOperationAction(ISD::LROUND, MVT::f80, Expand);
    [all...]

Completed in 165 milliseconds