Home
last modified time | relevance | path

Searched refs:Estimate (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_fp16.td27 // Reciprocal Estimate
33 // Reciprocal Square Root Estimate
H A Driscv_vector.td1837 // 13.10. Vector Floating-Point Reciprocal Estimate Instruction
1843 // 13.10. Vector Floating-Point Reciprocal Estimate Instruction
1847 // 13.9. Vector Floating-Point Reciprocal Square-Root Estimate Instruction
H A Darm_neon.td1461 // Scalar Floating-point Reciprocal Estimate
1469 // Scalar Floating-point Reciprocal Square Root Estimate
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td445 // 13.9. Vector Floating-Point Reciprocal Square-Root Estimate Instruction
446 // 13.10. Vector Floating-Point Reciprocal Estimate Instruction
672 // 13.9. Vector Floating-Point Reciprocal Square-Root Estimate Instruction
673 // 13.10. Vector Floating-Point Reciprocal Estimate Instruction
H A DRISCVInstrInfoVPseudos.td6511 // 13.9. Vector Floating-Point Reciprocal Square-Root Estimate Instruction
6517 // 13.10. Vector Floating-Point Reciprocal Estimate Instruction
7187 // 13.9. Vector Floating-Point Reciprocal Square-Root Estimate Instruction
7192 // 13.10. Vector Floating-Point Reciprocal Estimate Instruction
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5369 struct Estimate { struct
5376 operator Estimate<Duration2>() const { in operator Estimate<Duration2>() argument
5564 Benchmark::Estimate<Duration> mean;
5565 Benchmark::Estimate<Duration> standardDeviation;
6970Estimate<double> bootstrap(double confidence_level, Iterator first, Iterator last, sample const& r… in bootstrap()
7009 double outlier_variance(Estimate<double> mean, Estimate<double> stddev, int n);
7012 Estimate<double> mean;
7013 Estimate<double> standard_deviation;
7136 Estimate<Duration> mean;
7137 Estimate<Duration> standard_deviation;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsARM.td631 // Vector Reciprocal Estimate.
634 // Vector Reciprocal Square Root Estimate.
H A DIntrinsicsAArch64.td401 // Reciprocal Estimate/Step
477 // Vector Reciprocal Estimate
481 // Vector Square Root Estimate
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11365 if (SDValue Estimate = getEstimate(Subtarget, AArch64ISD::FRSQRTE, Operand, in getSqrtEstimate() local
11376 SDValue Step = DAG.getNode(ISD::FMUL, DL, VT, Estimate, Estimate, in getSqrtEstimate()
11379 Estimate = DAG.getNode(ISD::FMUL, DL, VT, Estimate, Step, Flags); in getSqrtEstimate()
11382 Estimate = DAG.getNode(ISD::FMUL, DL, VT, Operand, Estimate, Flags); in getSqrtEstimate()
11385 return Estimate; in getSqrtEstimate()
11395 if (SDValue Estimate = getEstimate(Subtarget, AArch64ISD::FRECPE, Operand, in getRecipEstimate() local
11407 Estimate, Flags); in getRecipEstimate()
11408 Estimate = DAG.getNode(ISD::FMUL, DL, VT, Estimate, Step, Flags); in getRecipEstimate()
11412 return Estimate; in getRecipEstimate()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrNEON.td5841 // Vector Reciprocal and Reciprocal Square Root Estimate and Step.
5843 // VRECPE : Vector Reciprocal Estimate
5881 // VRSQRTE : Vector Reciprocal Square Root Estimate
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22853 SDValue Estimate = DAG.getNode(Opcode, DL, VT, Op); in getSqrtEstimate() local
22855 Estimate = DAG.getNode(ISD::FMUL, DL, VT, Op, Estimate); in getSqrtEstimate()
22856 return Estimate; in getSqrtEstimate()