Home
last modified time | relevance | path

Searched refs:Like (Results 1 – 25 of 130) sorted by relevance

123456

/llvm-project-15.0.7/clang/lib/Basic/
H A DBuiltins.cpp158 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 Dla-03.ll55 ; 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 Dinsert-01.ll19 ; 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 Dinsert-02.ll19 ; 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 Dinsert-06.ll29 ; 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 Dframe-04.ll1 ; 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 Daddr-01.ll86 ; 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 Dframe-06.ll1 ; 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 Daddr-02.ll105 ; 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 Dframe-03.ll1 ; 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 Dfp-move-10.ll31 ; Like f2, but with a conditional store.
H A Dfp-move-09.ll32 ; Like f2, but with a conditional store.
H A Dfp-conv-01.ll53 ; Like f3, but for f128->f64.
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A DAddOverFlow.ll119 ; 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 Dctor-setup.s1 # Like Inputs/ctor-start.s, except it calls `lib_func` from a ctor
H A Dctor-setup-call-def.s1 # Like Inputs/ctor-setup.s, except it calls `def` instead of `lib_func`,
/llvm-project-15.0.7/libc/docs/
H A Dground_truth_specification.rst4 Like any modern libc, LLVM libc also supports a wide number of standards and
/llvm-project-15.0.7/lld/test/wasm/
H A Dctor-gc-setup.test1 ; Like ctor-gc.test, but main object calls a function from its constructor,
H A Dctor-no-gc.test1 ; Like ctor-gc-setup.test, but it calls a different function, so it does pull
H A Dcommand-exports-no-tors.s5 # 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 Dweak-shared-gc.s10 # is important that a weak undefined reference is produced. Like
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_flags.inc34 "Like malloc_context_size, but for uninit stores.")
/llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/
H A Dcontract-storestrong.ll85 ; 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 DOptions.td153 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 DInheritTargetAttributes.ll6 ; be lowered. Like in this test where we try to 'select' the blendvps

123456