| /netbsd-src/tests/lib/libm/ |
| H A D | t_fe_round.c | 104 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 D | ConstrainedOps.def | 82 DAG_FUNCTION(llrint, 1, 1, experimental_constrained_llrint, LLRINT)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 879 LLRINT, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 368 case ISD::LLRINT: return "llrint"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 832 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break; in SoftenFloatOperand() 1778 case ISD::LLRINT: Res = ExpandFloatOp_LLRINT(N); break; in ExpandFloatOperand()
|
| H A D | LegalizeDAG.cpp | 1007 case ISD::LLRINT: in LegalizeOp() 4102 case ISD::LLRINT: in ConvertNodeToLibcall()
|
| H A D | LegalizeIntegerTypes.cpp | 2093 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 D | SelectionDAGBuilder.cpp | 6248 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in visitIntrinsicCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 501 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in mightUseCTR()
|
| H A D | PPCISelLowering.cpp | 511 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 D | TargetLoweringBase.cpp | 878 setOperationAction(ISD::LLRINT, VT, Expand); in initActions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 494 def llrint : SDNode<"ISD::LLRINT" , SDTFPToIntOp>;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | match.pd | 5295 (for rints (IRINT LRINT LLRINT) 5303 llfn (LLFLOOR LLCEIL LLROUND LLRINT)
|
| H A D | builtins.c | 2090 CASE_MATHFN (LLRINT) in mathfn_built_in_2()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | match.pd | 6566 (for rints (IRINT LRINT LLRINT) 6574 llfn (LLFLOOR LLCEIL LLROUND LLRINT)
|
| H A D | builtins.cc | 1985 CASE_MATHFN (LLRINT) \ in mathfn_built_in_2()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 288 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 D | AArch64ISelLowering.cpp | 698 setOperationAction(ISD::LLRINT, Ty, Legal); in AArch64TargetLowering()
|