Searched refs:same_size (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | coff-comdat.ll | 66 ; CHECK: .section .text,"xr",same_size,_f5 88 ; CHECK: .section .bss,"bw",same_size,_f6
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | coff-comdat.ll | 66 ; CHECK: .section .text,"xr",same_size,_f5 88 ; CHECK: .section .bss,"bw",same_size,_f6
|
/external/llvm/test/MC/COFF/ |
D | linkonce-invalid.s | 28 .linkonce same_size
|
D | linkonce.s | 19 .linkonce same_size
|
D | section-comdat.s | 17 .section SecName, "dr", same_size, "Symbol3"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
D | linkonce-invalid.s | 28 .linkonce same_size
|
D | linkonce.s | 19 .linkonce same_size
|
D | section-comdat.s | 17 .section SecName, "dr", same_size, "Symbol3"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | concat_lib_gpu.h | 43 bool same_size, int slice_size,
|
/external/llvm/docs/ |
D | Extensions.rst | 90 ``same_size``
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Extensions.rst | 90 ``same_size``
|
/external/v8/src/ |
D | elements.cc | 3374 bool same_size = source->element_size() == destination->element_size(); in CopyElementsFromTypedArray() local 3387 if (same_type || (same_size && both_are_simple)) { in CopyElementsFromTypedArray()
|