Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp93 SmallVector<wasm::ValType, 4> Returns; in GetExternalSymbolSymbol() local
167 SmallVector<wasm::ValType, 1> &&Returns, in lowerTypeIndexOperand()
197 SmallVectorImpl<wasm::ValType> &Returns) { in getFunctionReturns()
236 SmallVector<wasm::ValType, 4> Returns; in lower() local
263 SmallVector<wasm::ValType, 1> Returns; in lower() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp96 SmallVector<wasm::ValType, 4> Returns; in GetExternalSymbolSymbol() local
173 SmallVector<wasm::ValType, 1> &&Returns, in lowerTypeIndexOperand()
203 SmallVectorImpl<wasm::ValType> &Returns) { in getFunctionReturns()
244 SmallVector<wasm::ValType, 4> Returns; in lower() local
271 SmallVector<wasm::ValType, 1> Returns; in lower() local
/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DReturns.java16 public class Returns implements Answer<Object>, ValidableAnswer, Serializable { class
21 public Returns(Object value) { in Returns() method in Returns
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp81 SmallVectorImpl<ReturnInst*> &Returns, in CloneFunctionInto()
209 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. in CloneFunction() local
396 SmallVectorImpl<ReturnInst *> &Returns, in CloneAndPruneIntoFromInst()
632 SmallVectorImpl<ReturnInst*> &Returns, in CloneAndPruneFunctionInto()
DCloneModule.cpp146 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in CloneModule() local
/external/llvm-project/llvm/unittests/Transforms/Utils/
DCloningTest.cpp176 SmallVector<ReturnInst*, 4> Returns; in TEST_F() local
199 SmallVector<ReturnInst*, 4> Returns; in TEST_F() local
682 SmallVector<ReturnInst *, 8> Returns; in TEST() local
713 SmallVector<ReturnInst *, 8> Returns; in TEST() local
762 SmallVector<ReturnInst *, 8> Returns; in TEST() local
811 SmallVector<ReturnInst*, 8> Returns; in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp87 SmallVectorImpl<ReturnInst*> &Returns, in CloneFunctionInto()
264 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. in CloneFunction() local
452 SmallVectorImpl<ReturnInst *> &Returns, in CloneAndPruneIntoFromInst()
729 SmallVectorImpl<ReturnInst*> &Returns, in CloneAndPruneFunctionInto()
DCloneModule.cpp163 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in CloneModule() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DCloneFunction.cpp84 SmallVectorImpl<ReturnInst*> &Returns, in CloneFunctionInto()
268 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. in CloneFunction() local
456 SmallVectorImpl<ReturnInst *> &Returns, in CloneAndPruneIntoFromInst()
733 SmallVectorImpl<ReturnInst*> &Returns, in CloneAndPruneFunctionInto()
DCloneModule.cpp163 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in CloneModule() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp382 SmallVectorImpl<ReturnInst *> &Returns, in findInsts()
489 ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns, in moveStaticAllocasToUnsafeStack()
748 SmallVector<ReturnInst *, 4> Returns; in run() local
/external/llvm/lib/CodeGen/
DSafeStack.cpp409 SmallVectorImpl<ReturnInst *> &Returns, in findInsts()
515 ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns, in moveStaticAllocasToUnsafeStack()
763 SmallVector<ReturnInst *, 4> Returns; in runOnFunction() local
DSjLjEHPrepare.cpp343 SmallVector<ReturnInst *, 16> Returns; in setupEntryBlockAndCallSites() local
/external/guice/core/src/com/google/inject/matcher/
DMatchers.java380 private static class Returns extends AbstractMatcher<Method> implements Serializable { class in Matchers
383 public Returns(Matcher<? super Class<?>> returnType) { in Returns() method in Matchers.Returns
/external/webrtc/rtc_base/
Dbounded_inline_vector_unittest.cc108 BoundedInlineVector<T, capacity> Returns(Ts... values) { in Returns() function
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp170 SmallVector<ReturnInst*, 4> Returns; in TEST_F() local
193 SmallVector<ReturnInst*, 4> Returns; in TEST_F() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp265 SmallVector<ReturnInst *, 4> Returns; in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp265 SmallVector<ReturnInst *, 4> Returns; in runOnFunction() local
/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp196 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in moveFunctionBody() local
/external/llvm-project/llvm/lib/CodeGen/
DSafeStack.cpp384 SmallVectorImpl<Instruction *> &Returns, in findInsts()
763 SmallVector<Instruction *, 4> Returns; in run() local
DSjLjEHPrepare.cpp364 SmallVector<ReturnInst *, 16> Returns; in setupEntryBlockAndCallSites() local
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp274 unsigned Branches = 0, Returns = 0, NewIndirectBranches = 0, in checkBranches() local
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp318 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in moveFunctionBody() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp320 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in moveFunctionBody() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUOpenCLImageTypeLoweringPass.cpp302 SmallVector<ReturnInst*, 8> Returns; in addImplicitArgs() local

12