Searched refs:LROUND (Results 1 – 18 of 18) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | mathbuiltins.def | 67 OTHER_BUILTIN (LROUND, "lround", lround, true)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | mathbuiltins.def | 67 OTHER_BUILTIN (LROUND, "lround", lround, true)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 83 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 876 LROUND, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 362 case ISD::LROUND: return "lround"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 826 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand() 1775 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
|
| H A D | LegalizeDAG.cpp | 1004 case ISD::LROUND: in LegalizeOp() 4081 case ISD::LROUND: in ConvertNodeToLibcall()
|
| H A D | SelectionDAGBuilder.cpp | 6245 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 504 case Intrinsic::lround: Opcode = ISD::LROUND; break; in mightUseCTR()
|
| H A D | PPCISelLowering.cpp | 513 setOperationAction(ISD::LROUND, MVT::f64, Legal); in PPCTargetLowering() 514 setOperationAction(ISD::LROUND, MVT::f32, Legal); in PPCTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 875 setOperationAction(ISD::LROUND, VT, Expand); in initActions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 491 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | match.pd | 5289 IROUND LROUND LLROUND) 5302 lfn (LFLOOR LCEIL LROUND LRINT)
|
| H A D | builtins.c | 2098 CASE_MATHFN (LROUND) in mathfn_built_in_2()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | match.pd | 6560 IROUND LROUND LLROUND) 6573 lfn (LFLOOR LCEIL LROUND LRINT)
|
| H A D | builtins.cc | 1993 CASE_MATHFN (LROUND) \ in mathfn_built_in_2()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 695 setOperationAction(ISD::LROUND, Ty, Legal); in AArch64TargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 710 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()
|