/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMCInstLower.cpp | 142 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 D | WebAssemblyAsmPrinter.cpp | 247 SmallVector<wasm::ValType, 4> Returns; getOrCreateWasmSymbol() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | UseAnyOfAllOfCheck.cpp | 43 auto Returns = [](bool V) { in registerMatchers() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | CloningTest.cpp | 178 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 D | CloneModule.cpp | 182 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in CloneModule() local
|
H A D | CloneFunction.cpp | 95 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 D | InlineFunction.cpp | 2045 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 D | ReduceOperandsToArgs.cpp | 155 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in substituteOperandWithArgument() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 215 SmallVector<ReturnInst *, 4> Returns; in runOnFunction() local
|
H A D | R600OpenCLImageTypeLoweringPass.cpp | 304 SmallVector<ReturnInst*, 8> Returns; addImplicitArgs() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVRegularizer.cpp | 213 SmallVector<ReturnInst *, 8> Returns; visitCallScalToVec() local
|
H A D | SPIRVPrepareFunctions.cpp | 516 SmallVector<ReturnInst *, 8> Returns; removeAggregateTypesFromSignature() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 762 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 D | SjLjEHPrepare.cpp | 379 SmallVector<ReturnInst *, 16> Returns; in setupEntryBlockAndCallSites() local
|
/llvm-project/clang/lib/Index/ |
H A D | CommentToXML.cpp | 91 SmallVector<const BlockCommandComment *, 4> Returns; member
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 214 SmallVector<ReturnStmt*, 4> Returns; variable
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 488 SmallVector<ValType, 1> Returns; global() member
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 940 SmallVector<ReturnInst *, 4> Returns; create() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | EasilySwappableParametersCheck.cpp | 1761 relatedness_heuristic::Returned Returns; member in clang::tidy::bugprone::filter::SimilarlyUsedParameterPairSuppressor
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 678 SmallVector<MachineBasicBlock*, 4> Returns; runOnMachineFunction() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 2825 SmallVector<ReturnInst *, 8> Returns; internalizeFunctions() local
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTraversalTest.cpp | 1284 TEST(Returns,MatchesReturnTypes) TEST() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 15606 ReturnStmt **Returns = Scope->Returns.data(); computeNRVO() local [all...] |