Searched refs:Estimate (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_fp16.td | 27 // Reciprocal Estimate 33 // Reciprocal Square Root Estimate
|
H A D | riscv_vector.td | 1837 // 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 D | arm_neon.td | 1461 // Scalar Floating-point Reciprocal Estimate 1469 // Scalar Floating-point Reciprocal Square Root Estimate
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVScheduleV.td | 445 // 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 D | RISCVInstrInfoVPseudos.td | 6511 // 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 D | catch.hpp | 5369 struct Estimate { struct 5376 operator Estimate<Duration2>() const { in operator Estimate<Duration2>() argument 5564 Benchmark::Estimate<Duration> mean; 5565 Benchmark::Estimate<Duration> standardDeviation; 6970 …Estimate<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 D | IntrinsicsARM.td | 631 // Vector Reciprocal Estimate. 634 // Vector Reciprocal Square Root Estimate.
|
H A D | IntrinsicsAArch64.td | 401 // Reciprocal Estimate/Step 477 // Vector Reciprocal Estimate 481 // Vector Square Root Estimate
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 11365 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 D | ARMInstrNEON.td | 5841 // 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 D | X86ISelLowering.cpp | 22853 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()
|