HomeSort by: relevance | last modified time | path
    Searched refs:Returns (Results 1 - 25 of 110) sorted by relevancy

1 2 3 4 5

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 116 SmallVector<wasm::ValType, 4> Returns;
138 getLibcallSignature(Subtarget, Name, Returns, Params);
141 std::make_unique<wasm::WasmSignature>(std::move(Returns), std::move(Params));
195 SmallVector<wasm::ValType, 1> &&Returns,
197 auto Signature = std::make_unique<wasm::WasmSignature>(std::move(Returns),
225 SmallVectorImpl<wasm::ValType> &Returns) {
231 valTypesFromMVTs(CallerRetTys, Returns);
266 SmallVector<wasm::ValType, 4> Returns;
272 Returns.push_back(getType(MRI.getRegClass(MO.getReg())));
285 getFunctionReturns(MI, Returns);
    [all...]
WebAssemblyAsmPrinter.cpp 92 // example, for a function that takes an i32 and returns nothing, it is
101 // Returns true if the given function name is an invoke name generated by
109 // Returns a character that represents the given wasm value type in invoke
134 assert(Sig->Returns.size() <= 1);
136 if (!Sig->Returns.empty())
137 for (auto VT : Sig->Returns)
158 if (Sig->Returns.size() > 1) {
160 "Emscripten EH/SjLj does not support multivalue returns: " +
WebAssemblyMachineFunctionInfo.cpp 60 // WebAssembly can't lower returns of multiple values without demoting to
103 valTypesFromMVTs(Results, Sig->Returns);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
llvm_target.mli 69 (** 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
133 (** [default_triple ()] returns the default target triple for current
137 (** [first ()] returns the first target in the registered targets
141 (** [succ t] returns the next target after [t], or [None]
145 (** [all ()] returns a list of known targets. *)
148 (** [by_name name] returns [Some t] if a target [t] named [name] i
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 17 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
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 15 [path]. Returns [true] if successful, [false] otherwise. *)
22 will be flushed. Returns [true] if successful, [false] otherwise. *)
27 (** [write_bitcode_to_memory_buffer m] returns a memory buffer containing
35 will be flushed. Returns [true] if successful, [false] otherwise. *)
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/irreader/
llvm_irreader.mli 17 memory buffer [mb] in the context [context]. Returns [m] if successful, or
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
WasmTraits.h 37 for (auto Ret : Sig.Returns)
Wasm.h 403 SmallVector<ValType, 1> Returns;
410 : Returns(InReturns), Params(InParams) {}
416 return LHS.State == RHS.State && LHS.Returns == RHS.Returns &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Cloning.h 56 /// function returns false, the module copy will contain an external reference
160 SmallVectorImpl<ReturnInst *> &Returns,
169 SmallVectorImpl<ReturnInst *> &Returns,
186 SmallVectorImpl<ReturnInst*> &Returns,
239 /// block of the caller. This returns false if it is not possible to inline
262 /// Clones a loop \p OrigLoop. Returns the loop and the blocks in \p
283 /// copies. Returns the split block.
  /src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp 90 SmallVector<const BlockCommandComment *, 4> Returns;
132 Returns.push_back(BCC);
342 Result << "<p class=\"para-returns\">"
343 "<span class=\"word-returns\">Returns</span> ";
478 if (Parts.Returns.size() != 0) {
480 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++i)
481 visit(Parts.Returns[i]);
986 if (Parts.Returns.size() != 0) {
988 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++i
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 1481 /// Returns a DebugLoc for a new DILocation which is a clone of \p OrigDL
1673 const SmallVectorImpl<ReturnInst *> &Returns) {
1678 for (auto *RI : Returns) {
1748 /// caller. This returns false if it is not possible to inline this call.
1889 SmallVector<ReturnInst*, 8> Returns;
1947 /*ModuleLevelChanges=*/false, Returns, ".i",
1954 inlineRetainOrClaimRVCalls(CB, Returns);
2015 // this even if the call returns void.
2228 for (ReturnInst *RI : Returns) {
2256 for (ReturnInst *RI : Returns) {
    [all...]
CloneFunction.cpp 87 SmallVectorImpl<ReturnInst *> &Returns,
194 Returns.push_back(RI);
312 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned.
314 Returns, "", CodeInfo);
497 SmallVectorImpl<ReturnInst *> &Returns,
760 // because we can iteratively remove and merge returns above.
765 Returns.push_back(RI);
777 bool ModuleLevelChanges, SmallVectorImpl<ReturnInst *> &Returns,
780 ModuleLevelChanges, Returns, NameSuffix, CodeInfo)
    [all...]
CloneModule.cpp 162 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned.
164 Returns);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPURewriteOutArguments.cpp 1 //===- AMDGPURewriteOutArgumentsPass.cpp - Create struct returns ----------===//
64 "struct returns for non-private address space"),
246 SmallVector<ReturnInst *, 4> Returns;
249 Returns.push_back(RI);
252 if (Returns.empty())
284 for (ReturnInst *RI : Returns) {
R600OpenCLImageTypeLoweringPass.cpp 303 SmallVector<ReturnInst*, 8> Returns;
305 Returns);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SafeStack.cpp 165 SmallVectorImpl<Instruction *> &Returns,
168 /// Calculate the allocation size of a given alloca. Returns 0 if the
175 /// \returns A pointer to the top of the unsafe stack after all unsafe static
186 /// \returns A local variable in which to maintain the dynamic top of the
220 // Returns whether the function was changed.
386 SmallVectorImpl<Instruction *> &Returns,
405 Returns.push_back(CI);
407 Returns.push_back(RI);
764 SmallVector<Instruction *, 4> Returns;
775 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns,
    [all...]
SjLjEHPrepare.cpp 364 SmallVector<ReturnInst *, 16> Returns;
382 Returns.push_back(RI);
473 // Finally, for any returns from this function, if this function contains an
475 for (ReturnInst *Return : Returns)
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
fpbit-sf.S 45 ;; [HL] points to value, returns Z if it's a NaN
70 ;; call from toplevel functions, returns Z if either number is a NaN,
90 ;; [HL] points to value, returns Z if it's zero
201 ;; Returns zero iff neither argument is NaN
204 ;; Returns non-zero iff either argument is NaN or the arguments are
207 ;; Returns a value less than or equal to zero if neither
210 ;; Returns a value less than zero if neither argument is
238 ;; Returns a value greater than or equal to zero if neither argument
241 ;; Returns a value greater than zero if neither argument
253 ;; Returns a nonzero value if either argument is NaN, otherwise 0
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
fpbit-sf.S 45 ;; [HL] points to value, returns Z if it's a NaN
70 ;; call from toplevel functions, returns Z if either number is a NaN,
90 ;; [HL] points to value, returns Z if it's zero
201 ;; Returns zero iff neither argument is NaN
204 ;; Returns non-zero iff either argument is NaN or the arguments are
207 ;; Returns a value less than or equal to zero if neither
210 ;; Returns a value less than zero if neither argument is
238 ;; Returns a value greater than or equal to zero if neither argument
241 ;; Returns a value greater than zero if neither argument
253 ;; Returns a nonzero value if either argument is NaN, otherwise 0
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
WebAssemblyTypeUtilities.cpp 122 S += typeListToString(Sig->Returns);
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
predicates.md 81 ;; Returns 1 if OP is a symbolic operand, i.e. a symbol_ref or a label_ref,
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
predicates.md 81 ;; Returns 1 if OP is a symbolic operand, i.e. a symbol_ref or a label_ref,
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
target.go 134 // Returns the byte order of a target, either BigEndian or LittleEndian.
138 // Returns the pointer size in bytes for a target.
142 // Returns the integer type that is the same size as a pointer on a target.
257 // CreateTargetData returns a new TargetData describing the TargetMachine's
264 // Triple returns the triple describing the machine (arch-vendor-os).
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 318 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned.
320 CloneFunctionChangeType::DifferentModule, Returns, "",

Completed in 59 milliseconds

1 2 3 4 5