Home
last modified time | relevance | path

Searched refs:associative (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py102 associative = "associative " variable
379 binop("fadd", tfloat, commutative + associative, "src0 + src1")
380 binop("iadd", tint, commutative + associative, "src0 + src1")
384 binop("fmul", tfloat, commutative + associative, "src0 * src1")
386 binop("imul", tint, commutative + associative, "src0 * src1")
480 binop("iand", tuint, commutative + associative, "src0 & src1")
481 binop("ior", tuint, commutative + associative, "src0 | src1")
482 binop("ixor", tuint, commutative + associative, "src0 ^ src1")
509 binop("imin", tint, commutative + associative, "src1 > src0 ? src0 : src1")
510 binop("umin", tuint, commutative + associative, "src1 > src0 ? src0 : src1")
[all …]
/external/llvm/test/CodeGen/X86/
Dcoff-comdat.ll68 ; CHECK: .section .text,"xr",associative,@f7@0
72 ; CHECK: .section .text,"xr",associative,@f8@0
76 ; CHECK: .section .bss,"bw",associative,_f1
78 ; CHECK: .section .bss,"bw",associative,_f2
80 ; CHECK: .section .bss,"bw",associative,_f3
82 ; CHECK: .section .bss,"bw",associative,_f4
84 ; CHECK: .section .bss,"bw",associative,_f5
86 ; CHECK: .section .bss,"bw",associative,_f6
Dglobal-sections.ll54 ; WIN32-FUNC-SECTIONS: .section .rdata,"dr",associative,_F2
Dmachine-combiner.ll122 ; Verify that we only need two associative operations to reassociate the operands.
/external/llvm/test/MC/COFF/
Dlinkonce-invalid.s11 .linkonce associative comdat
23 .linkonce associative
Dsection-comdat.s27 .section SecName, "dr", associative, "assocSym"
42 .section assocSec, "dr", associative, "assocSym"
Dglobal_ctors_dtors.ll54 ; WIN32: .section .CRT$XCU,"dr",associative,{{_?}}b
61 ; MINGW32: .section .ctors,"dw",associative,{{_?}}b
Dseh-section-2.s35 .section .text,"xr",associative,f
45 .section .text,"xr",associative,f
/external/llvm/docs/
DExtensions.rst150 ``associative``. The meaning is that the section is linked if a certain other
158 2. It cannot be another associative COMDAT section.
166 .section .bar,"rd",associative, "sym"
DLexicon.rst199 Rearranging associative expressions to promote better redundancy elimination
DPasses.rst1072 by an associative expression to use an accumulator variable, thus compiling
/external/llvm/test/DebugInfo/COFF/
Dglobals.ll37 ; ASM: .section .debug$S,"dr",associative,"?comdat@?$A@X@@2HB"
Dcomdat.ll17 ; CHECK: .section .debug$S,"dr",associative,f{{$}}
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllc.pod98 addition is associative) or may not work for all input ranges. These
/external/llvm/docs/CommandGuide/
Dllc.rst111 addition is associative) or may not work for all input ranges. These
/external/llvm/test/CodeGen/AArch64/
Dmachine-combiner.ll77 ; Verify that we only need two associative operations to reassociate the operands.
/external/python/cpython2/Doc/tutorial/
Ddatastructures.rst544 "associative memories" or "associative arrays". Unlike sequences, which are
/external/clang/test/
Dcxx-sections.data889 23.2.4 [associative.reqmts]
890 23.2.4.1 [associative.reqmts.except]
944 23.4 [associative]
/external/fmtlib/
DREADME.rst155 * `quasardb <https://www.quasardb.net/>`_: A distributed, high-performance, associative database
/external/python/cpython2/Doc/
Dglossary.rst181 An associative array, where arbitrary keys are mapped to values. The
/external/bison/po/
Dfr.po459 msgstr "erreur (non-associative)\n"
/external/python/cpython2/Doc/library/
Ddecimal.rst1615 insufficient precision causes the breakdown of the associative and distributive
/external/bison/doc/
Dbison.texi1961 types and says they are left-associative operators. The declarations
5148 Declare a terminal symbol (token type name) that is right-associative
5153 Declare a terminal symbol (token type name) that is left-associative
5160 Using it in a way that would be associative is a syntax error.
6928 those operators left-associative and the @code{%right} declaration makes
6929 them right-associative. A third alternative is @code{%nonassoc}, which
7302 rule with the same precedence, but make them right-associative:
Dbison.info2470 types and says they are left-associative operators. The declarations
5149 right-associative (*note Operator Precedence: Precedence Decl.).
5153 left-associative (*note Operator Precedence: Precedence Decl.).
5158 that would be associative is a syntax error.
6631 left-associative and the `%right' declaration makes them
6632 right-associative. A third alternative is `%nonassoc', which declares
6936 the rule with the same precedence, but make them right-associative:
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt440 they were associative. "return foo() << 1" can be tail recursion eliminated.

12