Home
last modified time | relevance | path

Searched defs:src2 (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm-neon-misc.c24 void t2(uint64_t *src1, uint8_t *src2, uint64x2_t *dst) { in t2()
/llvm-project-15.0.7/clang/lib/Headers/
H A Damxintrin.h253 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbssd_internal()
260 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbsud_internal()
267 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbusd_internal()
274 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbuud_internal()
289 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbf16ps_internal()
/llvm-project-15.0.7/libc/AOR_v20.02/string/aarch64/
H A Dmemcmp.S17 #define src2 x1 macro
H A Dstrcmp.S22 #define src2 x1 macro
H A Dstrncmp.S22 #define src2 x1 macro
/llvm-project-15.0.7/flang/test/Semantics/
H A Dallocate02.f905 subroutine C943_C944(src, src2) argument
10 real src(2:4), src2(2:4) local
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_multi_pw_aff_explicit_domain.c33 __isl_keep isl_multi_pw_aff *src2) in isl_multi_pw_aff_intersect_explicit_domain_product()
H A Disl_seq.c106 isl_int m2, isl_int *src2, unsigned len) in isl_seq_combine()
H A Disl_mat.c1110 isl_int m1, unsigned src1, isl_int m2, unsigned src2) in isl_mat_col_combine()
/llvm-project-15.0.7/libc/test/src/__support/File/
H A Dfile_test.cpp191 MemoryView src2("hello\n file\0longer for an \n", 27), in TEST() local
251 MemoryView src2(initial_content + READ_SIZE, READ_SIZE), in TEST() local
373 src2(write_data, sizeof(write_data)); in TEST() local
403 MemoryView src2(data, sizeof(data)), in TEST() local
/llvm-project-15.0.7/libc/AOR_v20.02/string/test/
H A Dmemcmp.c48 unsigned char *src2 = alignup(s2buf); in test() local
H A Dstrcmp.c54 char *src2 = alignup(s2buf); in test() local
H A Dstrncmp.c48 char *src2 = alignup(s2buf); in test() local
/llvm-project-15.0.7/libc/AOR_v20.02/string/arm/
H A Dstrcmp.S58 #define src2 r1 macro
/llvm-project-15.0.7/flang/test/Evaluate/
H A Dtest_folding.py69 src2 = "" variable
/llvm-project-15.0.7/lld/ELF/
H A DSymbols.cpp588 std::string src2 = errSec->getSrcMsg(sym, errOffset); in reportDuplicate() local
/llvm-project-15.0.7/lld/MachO/
H A DSymbolTable.cpp87 std::string src2 = isec ? isec->getSourceLocation(value) : ""; in addDefined() local