Home
last modified time | relevance | path

Searched refs:LROUND (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmathbuiltins.def67 OTHER_BUILTIN (LROUND, "lround", lround, true)
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmathbuiltins.def67 OTHER_BUILTIN (LROUND, "lround", lround, true)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def83 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h876 LROUND, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp362 case ISD::LROUND: return "lround"; in getOperationName()
H A DLegalizeFloatTypes.cpp826 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand()
1775 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1004 case ISD::LROUND: in LegalizeOp()
4081 case ISD::LROUND: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp6245 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp504 case Intrinsic::lround: Opcode = ISD::LROUND; break; in mightUseCTR()
H A DPPCISelLowering.cpp513 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 DTargetLoweringBase.cpp875 setOperationAction(ISD::LROUND, VT, Expand); in initActions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td491 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd5289 IROUND LROUND LLROUND)
5302 lfn (LFLOOR LCEIL LROUND LRINT)
H A Dbuiltins.c2098 CASE_MATHFN (LROUND) in mathfn_built_in_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmatch.pd6560 IROUND LROUND LLROUND)
6573 lfn (LFLOOR LCEIL LROUND LRINT)
H A Dbuiltins.cc1993 CASE_MATHFN (LROUND) \ in mathfn_built_in_2()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp695 setOperationAction(ISD::LROUND, Ty, Legal); in AArch64TargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp710 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()