Searched refs:Returns (Results 1 - 25 of 137) sorted by relevance

123456

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp116 SmallVector<wasm::ValType, 4> Returns; local
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; local
272 Returns.push_back(getType(MRI.getRegClass(MO.getReg())));
285 getFunctionReturns(MI, Returns);
194 lowerTypeIndexOperand( SmallVector<wasm::ValType, 1> &&Returns, SmallVector<wasm::ValType, 4> &&Params) const argument
224 getFunctionReturns(const MachineInstr *MI, SmallVectorImpl<wasm::ValType> &Returns) argument
293 SmallVector<wasm::ValType, 1> Returns; local
[all...]
H A DWebAssemblyAsmPrinter.cpp101 // 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) {
H A DWebAssemblyMachineFunctionInfo.cpp103 valTypesFromMVTs(Results, Sig->Returns);
/netbsd-current/external/apache2/llvm/dist/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 [tru
[all...]
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/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. *)
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.mli17 memory buffer [mb] in the context [context]. Returns [m] if successful, or
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasmTraits.h37 for (auto Ret : Sig.Returns)
H A DWasm.h403 SmallVector<ValType, 1> Returns; member in struct:llvm::wasm::WasmSignature
410 : Returns(InReturns), Params(InParams) {}
416 return LHS.State == RHS.State && LHS.Returns == RHS.Returns &&
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
H A DUtils.pm50 Returns a list of strings for all the available SSL/TLS versions if
67 Returns an item from the %config hash in \$TOP/configdata.pm.
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
H A DUtils.pm50 Returns a list of strings for all the available SSL/TLS versions if
68 Returns an item from the %config hash in \$TOP/configdata.pm.
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCloning.h160 SmallVectorImpl<ReturnInst *> &Returns,
169 SmallVectorImpl<ReturnInst *> &Returns,
186 SmallVectorImpl<ReturnInst*> &Returns,
262 /// Clones a loop \p OrigLoop. Returns the loop and the blocks in \p
283 /// copies. Returns the split block.
/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp90 SmallVector<const BlockCommandComment *, 4> Returns; member in struct:__anon687::FullCommentParts
132 Returns.push_back(BCC);
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)
989 visit(Parts.Returns[i]);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1481 /// Returns a DebugLoc for a new DILocation which is a clone of \p OrigDL
1673 const SmallVectorImpl<ReturnInst *> &Returns) {
1678 for (auto *RI : Returns) {
1889 SmallVector<ReturnInst*, 8> Returns; local
1947 /*ModuleLevelChanges=*/false, Returns, ".i",
1954 inlineRetainOrClaimRVCalls(CB, Returns);
2228 for (ReturnInst *RI : Returns) {
2256 for (ReturnInst *RI : Returns) {
2347 llvm::erase_if(Returns, [](ReturnInst *RI) {
2356 for (ReturnInst *RI : Returns) {
1672 inlineRetainOrClaimRVCalls(CallBase &CB, const SmallVectorImpl<ReturnInst *> &Returns) argument
[all...]
H A DCloneFunction.cpp87 SmallVectorImpl<ReturnInst *> &Returns,
194 Returns.push_back(RI);
312 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. local
314 Returns, "", CodeInfo);
497 SmallVectorImpl<ReturnInst *> &Returns,
765 Returns.push_back(RI);
777 bool ModuleLevelChanges, SmallVectorImpl<ReturnInst *> &Returns,
780 ModuleLevelChanges, Returns, NameSuffix, CodeInfo);
793 /// Clones a loop \p OrigLoop. Returns the loop and the blocks in \p
84 CloneFunctionInto(Function *NewFunc, const Function *OldFunc, ValueToValueMapTy &VMap, CloneFunctionChangeType Changes, SmallVectorImpl<ReturnInst *> &Returns, const char *NameSuffix, ClonedCodeInfo *CodeInfo, ValueMapTypeRemapper *TypeMapper, ValueMaterializer *Materializer) argument
493 CloneAndPruneIntoFromInst(Function *NewFunc, const Function *OldFunc, const Instruction *StartingInst, ValueToValueMapTy &VMap, bool ModuleLevelChanges, SmallVectorImpl<ReturnInst *> &Returns, const char *NameSuffix, ClonedCodeInfo *CodeInfo) argument
775 CloneAndPruneFunctionInto( Function *NewFunc, const Function *OldFunc, ValueToValueMapTy &VMap, bool ModuleLevelChanges, SmallVectorImpl<ReturnInst *> &Returns, const char *NameSuffix, ClonedCodeInfo *CodeInfo, Instruction *TheCall) argument
H A DCloneModule.cpp162 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned.
164 Returns);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp246 SmallVector<ReturnInst *, 4> Returns; local
249 Returns.push_back(RI);
252 if (Returns.empty())
284 for (ReturnInst *RI : Returns) {
H A DR600OpenCLImageTypeLoweringPass.cpp303 SmallVector<ReturnInst*, 8> Returns; local
305 Returns);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp165 SmallVectorImpl<Instruction *> &Returns,
168 /// Calculate the allocation size of a given alloca. Returns 0 if 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; local
775 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns,
818 for (Instruction *RI : Returns) {
843 for (Instruction *RI : Returns) {
382 findInsts(Function &F, SmallVectorImpl<AllocaInst *> &StaticAllocas, SmallVectorImpl<AllocaInst *> &DynamicAllocas, SmallVectorImpl<Argument *> &ByValArguments, SmallVectorImpl<Instruction *> &Returns, SmallVectorImpl<Instruction *> &StackRestorePoints) argument
[all...]
H A DSjLjEHPrepare.cpp364 SmallVector<ReturnInst *, 16> Returns; local
382 Returns.push_back(RI);
475 for (ReturnInst *Return : Returns)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dfpbit-sf.S201 ;; 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.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dfpbit-sf.S201 ;; 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.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp122 S += typeListToString(Sig->Returns);
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DOrdinals.pm246 Returns a list of items according to a set of criteria. The criteria is
715 Returns the statistics that B<validate> calculate.
979 Returns a comparator that will compare the names of two OpenSSL::Ordinals::Item
990 Returns a comparator that will compare the ordinal numbers of two
1001 Returns a comparator that will compare the version of two
1026 Returns a filter that only lets through symbols with a version number
1042 Returns a filter that only lets through symbols with the ordinal number
1062 Returns a filter that only lets through symbols with the symbol name
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp318 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned.
320 CloneFunctionChangeType::DifferentModule, Returns, "",

Completed in 390 milliseconds

123456