/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 148 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/ |
D | coff-comdat.ll | 68 ; 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
|
D | constructor.ll | 64 ; COFF-CTOR: .section .ctors.65520,"dw",associative,v 67 ; COFF-CTOR-NEXT: .section .ctors.09980,"dw",associative,v
|
/external/llvm/test/CodeGen/X86/ |
D | coff-comdat.ll | 68 ; 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/ |
D | icf-pdata.s | 45 # 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
|
D | associative-comdat-mingw.s | 4 # 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
|
D | associative-comdat.s | 3 # 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
|
D | comdat-selection-associative-largest.s | 4 # has an associative comdat. 11 .section .text$ac, "", associative, symbol 20 # Pass the obj files in different orders and check that only the associative
|
D | associative-comdat-order.test | 1 # 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
|
D | associative-comdat-empty.test | 4 # 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…
|
D | undefined-symbol-cv.s | 50 .section .debug$S,"dr",associative,main 55 .section .debug$S,"dr",associative,f2
|
D | gfids-gc.s | 19 # 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
|
D | gfids-corrupt.s | 59 .section .gfids$y,"dr",associative,fp1 63 .section .gfids$y,"dr",associative,fp2
|
D | duplicate-cv.s | 23 .section .debug$S,"dr",associative,main
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/ |
D | remove-section.test | 29 # 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/ |
D | linkonce-invalid.s | 11 .linkonce associative comdat 23 .linkonce associative
|
D | assoc-undef.s | 3 # CHECK: cannot make section assocSec associative with sectionless symbol undef 5 .section assocSec,"dr",associative,undef
|
D | section-comdat.s | 29 .section SecName, "dr", associative, "assocSym" 44 .section assocSec, "dr", associative, "assocSym"
|
D | global_ctors_dtors.ll | 54 ; WIN32: .section .CRT$XCU,"dr",associative,{{_?}}b 61 ; MINGW32: .section .ctors,"dw",associative,{{_?}}b
|
D | seh-section-2.s | 35 .section .text,"xr",associative,f 45 .section .text,"xr",associative,f
|
/external/llvm/test/MC/COFF/ |
D | linkonce-invalid.s | 11 .linkonce associative comdat 23 .linkonce associative
|
D | section-comdat.s | 27 .section SecName, "dr", associative, "assocSym" 42 .section assocSec, "dr", associative, "assocSym"
|
D | global_ctors_dtors.ll | 54 ; WIN32: .section .CRT$XCU,"dr",associative,{{_?}}b 61 ; MINGW32: .section .ctors,"dw",associative,{{_?}}b
|
D | seh-section-2.s | 35 .section .text,"xr",associative,f 45 .section .text,"xr",associative,f
|
/external/llvm-project/lld/test/COFF/Inputs/ |
D | associative-comdat-2.s | 2 # associative with it. foo_assoc should be discarded iff foo is discarded, 5 .section .rdata,"dr",associative,foo
|