Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libm/
H A Dt_fe_round.c104 LLRINT, in ATF_TC_BODY() enumerator
111 [LLRINT] = "llrint", in ATF_TC_BODY()
130 case LLRINT: in ATF_TC_BODY()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def82 DAG_FUNCTION(llrint, 1, 1, experimental_constrained_llrint, LLRINT)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h879 LLRINT, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp368 case ISD::LLRINT: return "llrint"; in getOperationName()
H A DLegalizeFloatTypes.cpp832 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break; in SoftenFloatOperand()
1778 case ISD::LLRINT: Res = ExpandFloatOp_LLRINT(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1007 case ISD::LLRINT: in LegalizeOp()
4102 case ISD::LLRINT: in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2093 case ISD::LLRINT: ExpandIntRes_LLROUND_LLRINT(N, Lo, Hi); break; in ExpandIntegerResult()
3124 } else if (N->getOpcode() == ISD::LLRINT || in ExpandIntRes_LLROUND_LLRINT()
H A DSelectionDAGBuilder.cpp6248 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in visitIntrinsicCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp501 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in mightUseCTR()
H A DPPCISelLowering.cpp511 setOperationAction(ISD::LLRINT, MVT::f64, Legal); in PPCTargetLowering()
512 setOperationAction(ISD::LLRINT, MVT::f32, Legal); in PPCTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp878 setOperationAction(ISD::LLRINT, VT, Expand); in initActions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td494 def llrint : SDNode<"ISD::LLRINT" , SDTFPToIntOp>;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd5295 (for rints (IRINT LRINT LLRINT)
5303 llfn (LLFLOOR LLCEIL LLROUND LLRINT)
H A Dbuiltins.c2090 CASE_MATHFN (LLRINT) in mathfn_built_in_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmatch.pd6566 (for rints (IRINT LRINT LLRINT)
6574 llfn (LLFLOOR LLCEIL LLROUND LLRINT)
H A Dbuiltins.cc1985 CASE_MATHFN (LLRINT) \ in mathfn_built_in_2()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp288 setOperationAction(ISD::LLRINT, MVT::f32, Custom); in X86TargetLowering()
289 setOperationAction(ISD::LLRINT, MVT::f64, Custom); in X86TargetLowering()
293 setOperationAction(ISD::LLRINT, MVT::i64, Custom); in X86TargetLowering()
713 setOperationAction(ISD::LLRINT, MVT::f80, Custom); in X86TargetLowering()
30324 case ISD::LLRINT: return LowerLRINT_LLRINT(Op, DAG); in LowerOperation()
30859 case ISD::LLRINT: { in ReplaceNodeResults()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp698 setOperationAction(ISD::LLRINT, Ty, Legal); in AArch64TargetLowering()