Home
last modified time | relevance | path

Searched refs:same_size (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dcoff-comdat.ll66 ; 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/
Dcoff-comdat.ll66 ; CHECK: .section .text,"xr",same_size,_f5
88 ; CHECK: .section .bss,"bw",same_size,_f6
/external/llvm/test/MC/COFF/
Dlinkonce-invalid.s28 .linkonce same_size
Dlinkonce.s19 .linkonce same_size
Dsection-comdat.s17 .section SecName, "dr", same_size, "Symbol3"
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dlinkonce-invalid.s28 .linkonce same_size
Dlinkonce.s19 .linkonce same_size
Dsection-comdat.s17 .section SecName, "dr", same_size, "Symbol3"
/external/tensorflow/tensorflow/core/kernels/
Dconcat_lib_gpu.h43 bool same_size, int slice_size,
/external/llvm/docs/
DExtensions.rst90 ``same_size``
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DExtensions.rst90 ``same_size``
/external/v8/src/
Delements.cc3374 bool same_size = source->element_size() == destination->element_size(); in CopyElementsFromTypedArray() local
3387 if (same_type || (same_size && both_are_simple)) { in CopyElementsFromTypedArray()