Home
last modified time | relevance | path

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

123

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py102 associative = "associative " variable
391 binop("fadd", tfloat, commutative + associative, "src0 + src1")
392 binop("iadd", tint, commutative + associative, "src0 + src1")
396 binop("fmul", tfloat, commutative + associative, "src0 * src1")
398 binop("imul", tint, commutative + associative, "src0 * src1")
492 binop("iand", tuint, commutative + associative, "src0 & src1")
493 binop("ior", tuint, commutative + associative, "src0 | src1")
494 binop("ixor", tuint, commutative + associative, "src0 ^ src1")
521 binop("imin", tint, commutative + associative, "src1 > src0 ? src0 : src1")
522 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
/external/swiftshader/third_party/llvm-7.0/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
Dconstructor.ll63 ; COFF-CTOR: .section .ctors.65520,"dw",associative,v
66 ; COFF-CTOR-NEXT: .section .ctors.09980,"dw",associative,v
Dglobal-sections.ll54 ; WIN32-FUNC-SECTIONS: .section .rdata,"dr",associative,_F2
/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/swiftshader/third_party/llvm-7.0/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
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_OrderedMapStage.pbtxt38 associative container. Elements are ordered by key.
/external/u-boot/doc/
DREADME.N121322 - 4/8-entry fully associative iTLB/dTLB.
/external/swiftshader/third_party/llvm-7.0/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"
/external/llvm/test/DebugInfo/COFF/
Dglobals.ll37 ; ASM: .section .debug$S,"dr",associative,"?comdat@?$A@X@@2HB"
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dglobals.ll38 ; ASM: .section .debug$S,"dr",associative,"?comdat@?$A@X@@2HB"
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllc.rst111 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/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllc.pod98 addition is associative) or may not work for all input ranges. These
/external/tensorflow/tensorflow/core/framework/
Dop_def.proto119 // associative and commutative, and produce output with the same

123