Home
last modified time | relevance | path

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

/external/llvm-project/lld/test/COFF/
Dcomdat-selection.s11 # 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…
Dcomdat-gcc-compatibility.s9 .section .text$nm, "", same_size, symbol
Dcomdat-gcc-compatibility-size.test12 # .linkonce same_size
/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/llvm-project/llvm/test/MC/COFF/
Dlinkonce-invalid.s28 .linkonce same_size
Dlinkonce.s19 .linkonce same_size
Dsection-comdat.s19 .section SecName, "dr", same_size, "Symbol3"
/external/llvm/test/CodeGen/X86/
Dcoff-comdat.ll66 ; CHECK: .section .text,"xr",same_size,_f5
88 ; CHECK: .section .bss,"bw",same_size,_f6
/external/llvm-project/llvm/test/CodeGen/X86/
Dcoff-comdat.ll66 ; CHECK: .section .text,"xr",same_size,_f5
88 ; CHECK: .section .bss,"bw",same_size,_f6
/external/rust/crates/tinyvec/tests/
Dtinyvec.rs251 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/
Dconcat_lib_gpu.h43 bool same_size, int slice_size,
/external/llvm-project/clang/include/clang/Basic/
Darm_mve.td825 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/
DExtensions.rst90 ``same_size``
/external/llvm-project/llvm/docs/
DExtensions.rst90 ``same_size``
/external/python/pybind11/include/pybind11/
Dnumpy.h118 template <typename T> struct same_size { struct