Home
last modified time | relevance | path

Searched refs:LRINT (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/tests/lib/libm/
H A Dt_fe_round.c106 LRINT, in ATF_TC_BODY() enumerator
113 [LRINT] = "lrint", in ATF_TC_BODY()
136 case LRINT: in ATF_TC_BODY()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def81 DAG_FUNCTION(lrint, 1, 1, experimental_constrained_lrint, LRINT)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h878 LRINT, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp366 case ISD::LRINT: return "lrint"; in getOperationName()
H A DLegalizeFloatTypes.cpp830 case ISD::LRINT: Res = SoftenFloatOp_LRINT(N); break; in SoftenFloatOperand()
1777 case ISD::LRINT: Res = ExpandFloatOp_LRINT(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1006 case ISD::LRINT: in LegalizeOp()
4095 case ISD::LRINT: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp6247 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in visitIntrinsicCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp500 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in mightUseCTR()
H A DPPCISelLowering.cpp509 setOperationAction(ISD::LRINT, MVT::f64, Legal); in PPCTargetLowering()
510 setOperationAction(ISD::LRINT, MVT::f32, Legal); in PPCTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp877 setOperationAction(ISD::LRINT, VT, Expand); in initActions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td493 def lrint : SDNode<"ISD::LRINT" , SDTFPToIntOp>;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd5295 (for rints (IRINT LRINT LLRINT)
5302 lfn (LFLOOR LCEIL LROUND LRINT)
H A Dbuiltins.c2097 CASE_MATHFN (LRINT) in mathfn_built_in_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmatch.pd6566 (for rints (IRINT LRINT LLRINT)
6573 lfn (LFLOOR LCEIL LROUND LRINT)
H A Dbuiltins.cc1992 CASE_MATHFN (LRINT) \ in mathfn_built_in_2()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp286 setOperationAction(ISD::LRINT, MVT::f32, Custom); in X86TargetLowering()
287 setOperationAction(ISD::LRINT, MVT::f64, Custom); in X86TargetLowering()
292 setOperationAction(ISD::LRINT, MVT::i64, Custom); in X86TargetLowering()
712 setOperationAction(ISD::LRINT, MVT::f80, Custom); in X86TargetLowering()
30323 case ISD::LRINT: in LowerOperation()
30858 case ISD::LRINT: in ReplaceNodeResults()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp697 setOperationAction(ISD::LRINT, Ty, Legal); in AArch64TargetLowering()