| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Builtins.cpp | 158 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt); in isLike() local 159 if (!Like) in isLike() 162 HasVAListArg = (*Like == Fmt[1]); in isLike() 164 ++Like; in isLike() 165 assert(*Like == ':' && "Format specifier must be followed by a ':'"); in isLike() 166 ++Like; in isLike() 168 assert(::strchr(Like, ':') && "Format specifier must end with a ':'"); in isLike() 169 FormatIdx = ::strtol(Like, nullptr, 10); in isLike()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | la-03.ll | 55 ; Like f1, but for functions. 63 ; Like f2, but for functions. 71 ; Like f3, but for functions. 79 ; Like f4, but for functions.
|
| H A D | insert-01.ll | 19 ; Like f1, but with the operands reversed. 46 ; Like f3, but with the operands reversed. 72 ; Like f5, but with the operands reversed. 97 ; Like f7, but with the operands reversed.
|
| H A D | insert-02.ll | 19 ; Like f1, but with the operands reversed. 46 ; Like f3, but with the operands reversed. 72 ; Like f5, but with the operands reversed. 97 ; Like f7, but with the operands reversed.
|
| H A D | insert-06.ll | 29 ; Like f1, but with "in register" zero extension. 135 ; Like f9, but with "in register" zero extension. 157 ; Like f9, but for larger shifts than 32.
|
| H A D | frame-04.ll | 1 ; Like frame-02.ll, but with long doubles rather than floats. Some of the 68 ; Like f1, but requires one fewer FPR pair. We allocate in numerical order, 121 ; Like f1, but requires only one call-saved FPR pair. We allocate in
|
| H A D | addr-01.ll | 86 ; Like f6, but without the masking. This OR doesn't count as a displacement. 100 ; Like f6, but with the OR applied after the index. We don't know anything
|
| H A D | frame-06.ll | 1 ; Like frame-05.ll, but with i64s rather than i32s. Internally this 78 ; Like f1, but requires one fewer GPR. We allocate the call-saved GPRs 143 ; Like f1, but only needs one call-saved GPR, which ought to be %r14.
|
| H A D | addr-02.ll | 105 ; Like f6, but without the masking. This OR doesn't count as a displacement. 122 ; Like f6, but with the OR applied after the index. We don't know anything
|
| H A D | frame-03.ll | 1 ; Like frame-02.ll, but with doubles rather than floats. Internally this 93 ; Like f1, but requires one fewer FPR. We allocate in numerical order, 172 ; Like f1, but should require only one call-saved FPR.
|
| H A D | fp-move-10.ll | 31 ; Like f2, but with a conditional store.
|
| H A D | fp-move-09.ll | 32 ; Like f2, but with a conditional store.
|
| H A D | fp-conv-01.ll | 53 ; Like f3, but for f128->f64.
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | AddOverFlow.ll | 119 ; Like the previous test, but flip %a and %b 146 ; Like the previous test, but flip %a and %b 173 ; Like the previous test, but flip %a and %b 227 ; Like the previous test, but flip %a and %b 254 ; Like the previous test, but flip %a and %b
|
| /llvm-project-15.0.7/lld/test/wasm/Inputs/ |
| H A D | ctor-setup.s | 1 # Like Inputs/ctor-start.s, except it calls `lib_func` from a ctor
|
| H A D | ctor-setup-call-def.s | 1 # Like Inputs/ctor-setup.s, except it calls `def` instead of `lib_func`,
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | ground_truth_specification.rst | 4 Like any modern libc, LLVM libc also supports a wide number of standards and
|
| /llvm-project-15.0.7/lld/test/wasm/ |
| H A D | ctor-gc-setup.test | 1 ; Like ctor-gc.test, but main object calls a function from its constructor,
|
| H A D | ctor-no-gc.test | 1 ; Like ctor-gc-setup.test, but it calls a different function, so it does pull
|
| H A D | command-exports-no-tors.s | 5 # Like command-exports.s, but with no ctors or dtors, so there should be no
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | weak-shared-gc.s | 10 # is important that a weak undefined reference is produced. Like
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_flags.inc | 34 "Like malloc_context_size, but for uninit stores.")
|
| /llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/ |
| H A D | contract-storestrong.ll | 85 ; Like test3, but with an icmp use instead of a call, for good measure. 122 ; Like test5, but the release is before the store. 138 ; Like test0, but there's no store, so don't form an llvm.objc.storeStrong. 155 ; Like test0, but there's no retain, so don't form an llvm.objc.storeStrong.
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Options.td | 153 HelpText<"Like -l<name>, but mark library and its references as weak imports">, 157 HelpText<"Like bare <path>, but mark library and its references as weak imports">, 161 …HelpText<"Like -l<name>, but link library even if its symbols are not used and -dead_strip_dylibs … 169 HelpText<"Like -l<name>, but export all symbols of <name> from newly created library">, 173 HelpText<"Like bare <path>, but export all symbols of <path> from newly created library">, 177 HelpText<"Like -l<name>, but specify dylib as an upward dependency">, 182 HelpText<"Like bare <path>, but specify dylib as an upward dependency">, 208 HelpText<"Like -framework <name>, but mark framework and its references as weak imports">, 216 …HelpText<"Like -framework <name>, but export all symbols of <name> from the newly created library"… 220 HelpText<"Like -framework <name>, but specify the framework as an upward dependency">, [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeExtractor/X86/ |
| H A D | InheritTargetAttributes.ll | 6 ; be lowered. Like in this test where we try to 'select' the blendvps
|