Home
last modified time | relevance | path

Searched refs:Polynomial (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp164 class Polynomial { class
186 Polynomial(Value *V) : V(V) { in Polynomial() function in __anon2ef9c9f20111::Polynomial
195 Polynomial(const APInt &A, unsigned ErrorMSBs = 0) in Polynomial() function in __anon2ef9c9f20111::Polynomial
198 Polynomial(unsigned BitWidth, uint64_t A, unsigned ErrorMSBs = 0) in Polynomial() function in __anon2ef9c9f20111::Polynomial
201 Polynomial() = default;
225 Polynomial &add(const APInt &C) { in add()
252 Polynomial &mul(const APInt &C) { in mul()
329 Polynomial &lshr(const APInt &C) { in lshr()
491 Polynomial &sextOrTrunc(unsigned n) { in sextOrTrunc()
514 bool isCompatibleTo(const Polynomial &o) const { in isCompatibleTo()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td55 // Polynomial multiply words
/openbsd-src/sbin/isakmpd/
H A DDESIGN-NOTES73 math_2n.c Polynomial math.
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedAmpere1.td701 // -- Polynomial multiplication
/openbsd-src/gnu/gcc/gcc/doc/
H A Dloop.texi323 expressed. The other one is @code{POLYNOMIAL_CHREC}. Polynomial chrec
H A Dgccint.info8223 `POLYNOMIAL_CHREC'. Polynomial chrec has three arguments - base, step
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td2485 // SVE2 - Polynomial arithmetic
/openbsd-src/gnu/gcc/gcc/
H A Dtree.def891 /* Polynomial chains of recurrences.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_sve.td1970 // SVE2 - Polynomial arithmetic
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrMVE.td310 // Polynomial vector types.