Home
last modified time | relevance | path

Searched defs:Returns (Results 1 – 23 of 23) sorted by relevance

/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp142 SmallVectorImpl<wasm::ValType> &&Returns, in lowerTypeIndexOperand() argument
157 SmallVectorImpl<wasm::ValType> &Returns) { in getFunctionReturns() argument
198 SmallVector<wasm::ValType, 4> Returns; lower() local
227 SmallVector<wasm::ValType, 1> Returns; lower() local
[all...]
H A DWebAssemblyAsmPrinter.cpp247 SmallVector<wasm::ValType, 4> Returns; getOrCreateWasmSymbol() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DUseAnyOfAllOfCheck.cpp43 auto Returns = [](bool V) { in registerMatchers() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp178 SmallVector<ReturnInst*, 4> Returns; TEST_F() local
203 SmallVector<ReturnInst*, 4> Returns; TEST_F() local
712 SmallVector<ReturnInst *, 8> Returns; TEST() local
744 SmallVector<ReturnInst *, 8> Returns; TEST() local
794 SmallVector<ReturnInst *, 8> Returns; TEST() local
839 SmallVector<ReturnInst *, 8> Returns; TEST() local
897 SmallVector<ReturnInst*, 8> Returns; TEST() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp182 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in CloneModule() local
H A DCloneFunction.cpp95 CloneFunctionInto(Function * NewFunc,const Function * OldFunc,ValueToValueMapTy & VMap,CloneFunctionChangeType Changes,SmallVectorImpl<ReturnInst * > & Returns,const char * NameSuffix,ClonedCodeInfo * CodeInfo,ValueMapTypeRemapper * TypeMapper,ValueMaterializer * Materializer) CloneFunctionInto() argument
351 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. CloneFunction() local
653 CloneAndPruneIntoFromInst(Function * NewFunc,const Function * OldFunc,const Instruction * StartingInst,ValueToValueMapTy & VMap,bool ModuleLevelChanges,SmallVectorImpl<ReturnInst * > & Returns,const char * NameSuffix,ClonedCodeInfo * CodeInfo) CloneAndPruneIntoFromInst() argument
953 CloneAndPruneFunctionInto(Function * NewFunc,const Function * OldFunc,ValueToValueMapTy & VMap,bool ModuleLevelChanges,SmallVectorImpl<ReturnInst * > & Returns,const char * NameSuffix,ClonedCodeInfo * CodeInfo) CloneAndPruneFunctionInto() argument
[all...]
H A DInlineFunction.cpp2045 inlineRetainOrClaimRVCalls(CallBase & CB,objcarc::ARCInstKind RVCallKind,const SmallVectorImpl<ReturnInst * > & Returns) inlineRetainOrClaimRVCalls() argument
2293 SmallVector<ReturnInst*, 8> Returns; InlineFunction() local
[all...]
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsToArgs.cpp155 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in substituteOperandWithArgument() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp215 SmallVector<ReturnInst *, 4> Returns; in runOnFunction() local
H A DR600OpenCLImageTypeLoweringPass.cpp304 SmallVector<ReturnInst*, 8> Returns; addImplicitArgs() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp213 SmallVector<ReturnInst *, 8> Returns; visitCallScalToVec() local
H A DSPIRVPrepareFunctions.cpp516 SmallVector<ReturnInst *, 8> Returns; removeAggregateTypesFromSignature() local
/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp762 SmallVector<Instruction *, 4> Returns; in run() local
381 findInsts(Function & F,SmallVectorImpl<AllocaInst * > & StaticAllocas,SmallVectorImpl<AllocaInst * > & DynamicAllocas,SmallVectorImpl<Argument * > & ByValArguments,SmallVectorImpl<Instruction * > & Returns,SmallVectorImpl<Instruction * > & StackRestorePoints) findInsts() argument
[all...]
H A DSjLjEHPrepare.cpp379 SmallVector<ReturnInst *, 16> Returns; in setupEntryBlockAndCallSites() local
/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp91 SmallVector<const BlockCommandComment *, 4> Returns; member
/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h214 SmallVector<ReturnStmt*, 4> Returns; variable
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h488 SmallVector<ValType, 1> Returns; global() member
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp940 SmallVector<ReturnInst *, 4> Returns; create() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1761 relatedness_heuristic::Returned Returns; member in clang::tidy::bugprone::filter::SimilarlyUsedParameterPairSuppressor
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp678 SmallVector<MachineBasicBlock*, 4> Returns; runOnMachineFunction() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2825 SmallVector<ReturnInst *, 8> Returns; internalizeFunctions() local
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1284 TEST(Returns,MatchesReturnTypes) TEST() argument
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp15606 ReturnStmt **Returns = Scope->Returns.data(); computeNRVO() local
[all...]