Searched refs:same_size (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/lld/test/COFF/ |
D | comdat-selection.s | 11 # RUN: sed -e s/SEL/same_size/ %s | llvm-mc -triple x86_64-pc-win32 -filetype=obj -o %t.same_size.o… 12 # RUN: sed -e s/SEL/same_size/ -e s/.long/.short/ %s | llvm-mc -triple x86_64-pc-win32 -filetype=ob… 42 # Check that same_size, same_contents, largest do what they're supposed to. 88 # RUN: not lld-link /verbose /dll /noentry /nodefaultlib %t.same_contents.obj %t.same_size.obj 2>&1…
|
D | comdat-gcc-compatibility.s | 9 .section .text$nm, "", same_size, symbol
|
D | comdat-gcc-compatibility-size.test | 12 # .linkonce same_size
|
/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/llvm-project/llvm/test/MC/COFF/ |
D | linkonce-invalid.s | 28 .linkonce same_size
|
D | linkonce.s | 19 .linkonce same_size
|
D | section-comdat.s | 19 .section SecName, "dr", same_size, "Symbol3"
|
/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/llvm-project/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/rust/crates/tinyvec/tests/ |
D | tinyvec.rs | 251 let same_size: [u8; 4] = [0, 1, 2, 3]; in TinyVec_from_slice_impl() localVariable 253 TinyVec::Inline(ArrayVec::from_array_len(same_size, 4)); in TinyVec_from_slice_impl() 254 assert_eq!(TinyVec::from(&same_size[..]), tinyvec); in TinyVec_from_slice_impl()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | concat_lib_gpu.h | 43 bool same_size, int slice_size,
|
/external/llvm-project/clang/include/clang/Basic/ |
D | arm_mve.td | 825 list<Type> same_size, list<Type> wider> { 828 let params = same_size, pnt = PNT_None in { 829 def: Intrinsic<Vector, (args CPtr<CopyKind<same_size[0], Scalar>>:$addr), 832 def: Intrinsic<Vector, (args CPtr<CopyKind<same_size[0], Scalar>>:$addr, 843 let params = same_size in { 844 def: Intrinsic<Vector, (args CPtr<CopyKind<same_size[0], Scalar>>:$addr), 847 def: Intrinsic<Vector, (args CPtr<CopyKind<same_size[0], Scalar>>:$addr, 859 def: Intrinsic<Vector, (args CPtr<CopyKind<same_size[0], Scalar>>:$addr), 864 def: Intrinsic<Vector, (args CPtr<CopyKind<same_size[0], Scalar>>:$addr, 882 list<Type> same_size, list<Type> wider> { [all …]
|
/external/llvm/docs/ |
D | Extensions.rst | 90 ``same_size``
|
/external/llvm-project/llvm/docs/ |
D | Extensions.rst | 90 ``same_size``
|
/external/python/pybind11/include/pybind11/ |
D | numpy.h | 118 template <typename T> struct same_size { struct
|