Home
last modified time | relevance | path

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

12345

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py148 associative = "associative " variable
575 binop("fadd", tfloat, _2src_commutative + associative,"""
585 binop("iadd", tint, _2src_commutative + associative, "src0 + src1")
617 binop("fmul", tfloat, _2src_commutative + associative, """
628 binop("imul", tint, _2src_commutative + associative, """
820 binop("iand", tuint, _2src_commutative + associative, "src0 & src1")
821 binop("ior", tuint, _2src_commutative + associative, "src0 | src1")
822 binop("ixor", tuint, _2src_commutative + associative, "src0 ^ src1")
837 binop("fmin", tfloat, _2src_commutative + associative, "fmin(src0, src1)")
838 binop("imin", tint, _2src_commutative + associative, "src1 > src0 ? src0 : src1")
[all …]
/external/llvm-project/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.ll64 ; COFF-CTOR: .section .ctors.65520,"dw",associative,v
67 ; COFF-CTOR-NEXT: .section .ctors.09980,"dw",associative,v
/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
/external/llvm-project/lld/test/COFF/
Dicf-pdata.s45 # It also has associative debug and CFG sections which should be ignored by ICF.
67 .section .debug$S,"r",associative,xdata1a
68 .section .gfids$y,"r",associative,xdata1a
69 .section .gljmp$y,"r",associative,xdata1a
Dassociative-comdat-mingw.s4 # RUN: llvm-mc -triple=x86_64-windows-gnu %S/Inputs/associative-comdat-mingw-2.s -filetype=obj -o %…
33 # would be declared associative to the symbol foo).
34 # .xdata$foo should be implicitly treated as associative to foo and brought
35 # in, while .xdata$bar, implicitly associative to bar, not included, and
Dassociative-comdat.s3 # RUN: llvm-mc -triple=x86_64-windows-msvc %S/Inputs/associative-comdat-2.s -filetype=obj -o %t2.obj
37 # associative with it. foo_assoc should be discarded iff foo is discarded,
40 .section .rdata,"dr",associative,foo
Dcomdat-selection-associative-largest.s4 # has an associative comdat.
11 .section .text$ac, "", associative, symbol
20 # Pass the obj files in different orders and check that only the associative
Dassociative-comdat-order.test1 # Tests that an associative comdat being associated with another
5 # FORWARD: lld-link: error: {{.*}}: associative comdat .text$ac1 (sec 1) has invalid reference to s…
8 # Tests that an associative comdat being associated with another
Dassociative-comdat-empty.test4 # Tests an associative comdat being associated with an empty section errors.
5 # CHECK: lld-link: error: {{.*}}: associative comdat .text$ac1 (sec 1) has invalid reference to sec…
Dundefined-symbol-cv.s50 .section .debug$S,"dr",associative,main
55 .section .debug$S,"dr",associative,f2
Dgfids-gc.s19 # Compile with 'cl -c -guard:cf -Gw -O1' and note the two associative .gfids$y
100 .section .gfids$y,"dr",associative,fp1
120 .section .gfids$y,"dr",associative,fp2
Dgfids-corrupt.s59 .section .gfids$y,"dr",associative,fp1
63 .section .gfids$y,"dr",associative,fp2
Dduplicate-cv.s23 .section .debug$S,"dr",associative,main
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
Dremove-section.test29 # SECTIONS-PRE-NEXT: 3 .associative
38 # SYMBOLS-PRE-NEXT: {{.*}}(sec 4){{.*}} .associative
58 # SECTIONS-REMOVE-BSS-NEXT: 2 .associative
65 # SYMBOLS-REMOVE-BSS-NEXT: {{.*}}(sec 3){{.*}} .associative
81 # SECTIONS-REMOVE-TEXT-NEXT: 2 .associative
88 # SYMBOLS-REMOVE-TEXT-NEXT: {{.*}}(sec 3){{.*}} .associative
103 # works, as it also removes the .associative section transitively.
137 - Name: .associative
172 - Name: .associative
/external/llvm-project/llvm/test/MC/COFF/
Dlinkonce-invalid.s11 .linkonce associative comdat
23 .linkonce associative
Dassoc-undef.s3 # CHECK: cannot make section assocSec associative with sectionless symbol undef
5 .section assocSec,"dr",associative,undef
Dsection-comdat.s29 .section SecName, "dr", associative, "assocSym"
44 .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/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-project/lld/test/COFF/Inputs/
Dassociative-comdat-2.s2 # associative with it. foo_assoc should be discarded iff foo is discarded,
5 .section .rdata,"dr",associative,foo

12345