Home
last modified time | relevance | path

Searched refs:Returns (Results 1 – 25 of 241) sorted by relevance

12345678910

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/
H A Dllvm_target.mli69 (** Returns the byte order of a target, either [Endian.Big] or
74 (** Returns the pointer size in bytes for a target.
78 (** Returns the integer type that is the same size as a pointer on a target.
82 (** Returns the pointer size in bytes for a target in a given address space.
86 (** Returns the integer type that is the same size as a pointer on a target
156 (** Returns the name of a target. See [llvm::Target::getName]. *)
159 (** Returns the description of a target.
163 (** Returns [true] if the target has a JIT. *)
166 (** Returns [true] if the target has a target machine associated. *)
169 (** Returns [true] if the target has an ASM backend (required for
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp143 SmallVector<wasm::ValType, 1> &&Returns, in lowerTypeIndexOperand() argument
145 auto Signature = std::make_unique<wasm::WasmSignature>(std::move(Returns), in lowerTypeIndexOperand()
158 SmallVectorImpl<wasm::ValType> &Returns) { in getFunctionReturns() argument
164 valTypesFromMVTs(CallerRetTys, Returns); in getFunctionReturns()
199 SmallVector<wasm::ValType, 4> Returns; in lower() local
205 Returns.push_back( in lower()
220 getFunctionReturns(MI, Returns); in lower()
222 MCOp = lowerTypeIndexOperand(std::move(Returns), std::move(Params)); in lower()
228 SmallVector<wasm::ValType, 1> Returns; in lower() local
229 getFunctionReturns(MI, Returns); in lower()
[all …]
H A DWebAssemblyAsmPrinter.cpp133 assert(Sig->Returns.size() <= 1); in getEmscriptenInvokeSymbolName()
135 if (!Sig->Returns.empty()) in getEmscriptenInvokeSymbolName()
136 for (auto VT : Sig->Returns) in getEmscriptenInvokeSymbolName()
157 if (Sig->Returns.size() > 1) { in getMCSymbolForFunction()
241 SmallVector<wasm::ValType, 4> Returns; in getOrCreateWasmSymbol() local
264 getLibcallSignature(Subtarget, Name, Returns, Params); in getOrCreateWasmSymbol()
266 auto Signature = std::make_unique<wasm::WasmSignature>(std::move(Returns), in getOrCreateWasmSymbol()
/openbsd-src/gnu/llvm/clang/docs/
H A DLibFormat.rst47 /// Returns a format style complying with the LLVM coding standards:
51 /// Returns a format style complying with Google's C++ style guide:
55 /// Returns a format style complying with Chromium's style guide:
59 /// Returns a format style complying with the GNU coding standards:
63 /// Returns a format style complying with Mozilla's style guide
67 /// Returns a format style complying with Webkit's style guide:
71 /// Returns a format style complying with Microsoft's style guide:
/openbsd-src/gnu/gcc/gcc/config/fr30/
H A Dpredicates.md21 ;; Returns true if OP is an integer value suitable for use in an
34 ;; Returns true if OP is hard register in the range 8 - 15.
45 ;; Returns true if OP is hard register in the range 0 - 7.
55 ;; Returns true if OP is suitable for use in a CALL insn.
65 ;; Returns TRUE if OP is a valid operand of a DImode operation.
93 ;; Returns TRUE if OP is a DImode register or MEM.
113 ;; Returns true if OP is an integer value suitable for use in an ADD
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp54 ReturnTypes.assign(Sig.Returns.begin(), Sig.Returns.end()); in funcDecl()
126 if (LastSig.Returns.size() > Stack.size()) in checkEnd()
130 for (auto VT : llvm::reverse(LastSig.Returns)) { in checkEnd()
137 for (size_t i = 0; i < LastSig.Returns.size(); i++) { in checkEnd()
138 auto EVT = LastSig.Returns[i]; in checkEnd()
139 auto PVT = Stack[Stack.size() - LastSig.Returns.size() + i]; in checkEnd()
152 Stack.insert(Stack.end(), Sig.Returns.begin(), Sig.Returns.end()); in checkSig()
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-tic54x.texi191 Returns the floating point arccosine of @var{expr}.
195 Returns the floating point arcsine of @var{expr}.
199 Returns the floating point arctangent of @var{expr}.
203 Returns the floating point arctangent of @var{expr1} / @var{expr2}.
207 Returns the smallest integer not less than @var{expr} as floating point.
211 Returns the floating point hyperbolic cosine of @var{expr}.
215 Returns the floating point cosine of @var{expr}.
219 Returns the integer value @var{expr} converted to floating-point.
223 Returns the floating point value @var{expr} converted to integer.
227 Returns the floating point value e ^ @var{expr}.
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-tic54x.texi191 Returns the floating point arccosine of @var{expr}.
195 Returns the floating point arcsine of @var{expr}.
199 Returns the floating point arctangent of @var{expr}.
203 Returns the floating point arctangent of @var{expr1} / @var{expr2}.
207 Returns the smallest integer not less than @var{expr} as floating point.
211 Returns the floating point hyperbolic cosine of @var{expr}.
215 Returns the floating point cosine of @var{expr}.
219 Returns the integer value @var{expr} converted to floating-point.
223 Returns the floating point value @var{expr} converted to integer.
227 Returns the floating point value e ^ @var{expr}.
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dintdoc.in52 Returns the absolute value of @var{@1@}.
79 Returns the ASCII character corresponding to the
89 Returns the code for the ASCII character in the
99 Returns the character corresponding to the
141 Returns the code for the character in the
181 Returns the arc-cosine (inverse cosine) of @var{@1@}
190 Returns the (possibly converted) imaginary part of @var{@1@}.
209 Returns @var{@1@} with the fractional portion of its
223 Returns @var{@1@} with the fractional portion of its
240 Returns @var{@1@} with the fractional portion of its
[all …]
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.mli15 [path]. Returns [true] if successful, [false] otherwise. *)
22 will be flushed. Returns [true] if successful, [false] otherwise. *)
35 will be flushed. Returns [true] if successful, [false] otherwise. *)
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1923 const SmallVectorImpl<ReturnInst *> &Returns) { in inlineRetainOrClaimRVCalls() argument
1929 for (auto *RI : Returns) { in inlineRetainOrClaimRVCalls()
2152 SmallVector<ReturnInst*, 8> Returns; in InlineFunction() local
2217 /*ModuleLevelChanges=*/false, Returns, ".i", in InlineFunction()
2225 inlineRetainOrClaimRVCalls(CB, RVCallKind, Returns); in InlineFunction()
2517 for (ReturnInst *RI : Returns) { in InlineFunction()
2545 for (ReturnInst *RI : Returns) { in InlineFunction()
2610 llvm::erase_if(Returns, [](ReturnInst *RI) { in InlineFunction()
2619 for (ReturnInst *RI : Returns) { in InlineFunction()
2657 std::swap(Returns, NormalReturns); in InlineFunction()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dopncls.texi85 @strong{Returns}@*
105 @strong{Returns}@*
131 @strong{Returns}@*
147 @strong{Returns}@*
172 @strong{Returns}@*
208 matching CRC32. Returns NULL if no reference to debugging file
229 @strong{Returns}@*
245 @strong{Returns}@*
262 @strong{Returns}@*
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h435 SmallVector<ValType, 1> Returns; member
442 : Returns(InReturns), Params(InParams) {} in WasmSignature()
448 return LHS.State == RHS.State && LHS.Returns == RHS.Returns &&
/openbsd-src/gnu/llvm/lld/wasm/
H A DWriterUtils.cpp49 if (sig.Returns.empty()) in toString()
52 s += toString(sig.Returns[0]); in toString()
132 writeUleb128(os, sig.Returns.size(), "result Count"); in writeSig()
133 for (ValType returnType : sig.Returns) { in writeSig()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCloning.h171 SmallVectorImpl<ReturnInst *> &Returns,
180 SmallVectorImpl<ReturnInst *> &Returns,
197 SmallVectorImpl<ReturnInst*> &Returns,
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.mli17 memory buffer [mb] in the context [context]. Returns [m] if successful, or
23 memory buffer [mb] in the context [context]. Returns [m] if successful, or
/openbsd-src/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pod105 Returns C<undef> on failure. Note: do not use C<access()> for
273 Returns C<undef> on failure.
301 Returns C<x> but with the sign of C<y> [C99]. Added in Perl v5.22.
356 Returns C<undef> on failure.
366 Returns C<undef> on failure.
378 Returns the value of errno.
501 Returns the current floating point rounding mode, one of
565 Returns C<undef> on failure.
569 Returns one of
649 Returns on
[all...]
/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/
H A DCoreList.pod85 with that version of perl . Returns C<undef> otherwise.
91 Returns true if MODULE was bundled with the specified version of Perl.
104 Returns true if MODULE is marked as deprecated in PERL_VERSION. If PERL_VERSION is
111 Returns the first perl version where the MODULE was marked as deprecated. Returns C<undef>
119 was removed from core. Returns undef if the given module was never in core or remains
127 was removed from core. Returns undef if the given module was never in core or remains
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp215 SmallVector<ReturnInst *, 4> Returns; in runOnFunction() local
218 Returns.push_back(RI); in runOnFunction()
221 if (Returns.empty()) in runOnFunction()
254 for (ReturnInst *RI : Returns) { in runOnFunction()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dopncls.texi155 @strong{Returns}@*
175 @strong{Returns}@*
201 @strong{Returns}@*
217 @strong{Returns}@*
272 @strong{Returns}@*
308 matching CRC32. Returns NULL if no reference to debugging file
329 @strong{Returns}@*
345 @strong{Returns}@*
362 @strong{Returns}@*
/openbsd-src/gnu/lib/libiberty/src/
H A Dfunctions.texi62 Causes function @var{f} to be called at exit. Returns 0.
69 Returns a pointer to the last component of pathname @var{name}.
77 Compares the first @var{count} bytes of two areas of memory. Returns
78 zero if they are the same, nonzero otherwise. Returns zero if
122 Returns a pointer to the argument vector if successful. Returns
164 Returns a pointer to a directory path suitable for creating temporary
172 Returns an approximation of the CPU time used by the process as a
182 @code{xmalloc}ed memory. Returns @code{NULL} if insufficient memory is
193 Returns a pointer to the argument vector if successful. Returns
202 Returns the maximum @code{errno} value for which a corresponding
[all …]
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp90 SmallVector<const BlockCommandComment *, 4> Returns; member
132 Returns.push_back(BCC); in FullCommentParts()
478 if (Parts.Returns.size() != 0) { in visitFullComment()
480 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++i) in visitFullComment()
481 visit(Parts.Returns[i]); in visitFullComment()
986 if (Parts.Returns.size() != 0) { in visitFullComment()
988 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++i) in visitFullComment()
989 visit(Parts.Returns[i]); in visitFullComment()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSafeStack.cpp146 SmallVectorImpl<Instruction *> &Returns,
382 SmallVectorImpl<Instruction *> &Returns, in findInsts() argument
401 Returns.push_back(CI); in findInsts()
403 Returns.push_back(RI); in findInsts()
763 SmallVector<Instruction *, 4> Returns; in run() local
774 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns, in run()
817 for (Instruction *RI : Returns) { in run()
842 for (Instruction *RI : Returns) { in run()
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dinctools30 # Returns a triplet, (revision, major, minor) from the input, treated as a
76 # Returns integer 7 digit human-readable version, suitable for use in file
89 # Returns a floating point representation of the input version
/openbsd-src/gnu/lib/libreadline/doc/
H A Dhstech.texinfo198 Returns non-zero if the history is stifled, zero if it is not.
214 Returns the offset of the current history element.
245 Returns 1 on success, 0 if @var{pos} is less than zero or greater
295 proceeds backward from @var{pos}, otherwise forward. Returns the absolute
308 Returns 0 if successful, or @code{errno} if not.
316 @code{NULL}, then read from @file{~/.history}. Returns 0 if successful,
325 Returns 0 on success, or @code{errno} on a read or write error.
331 Returns 0 on success, or @code{errno} on a read or write error.
338 Returns 0 on success, or @code{errno} on failure.
348 to a string (@pxref{History Interaction}). Returns:
[all …]

12345678910