Home
last modified time | relevance | path

Searched defs:Ret (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp44 Value *Ret = Builder.CreateRet(Div); in TEST() local
74 Value *Ret = Builder.CreateRet(Div); in TEST() local
104 Value *Ret = Builder.CreateRet(Rem); in TEST() local
134 Value *Ret = Builder.CreateRet(Rem); in TEST() local
165 Value *Ret = Builder.CreateRet(Div); in TEST() local
195 Value *Ret = Builder.CreateRet(Div); in TEST() local
225 Value *Ret = Builder.CreateRet(Rem); in TEST() local
255 Value *Ret = Builder.CreateRet(Rem); in TEST() local
/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp44 Value *Ret = Builder.CreateRet(Div); in TEST() local
74 Value *Ret = Builder.CreateRet(Div); in TEST() local
104 Value *Ret = Builder.CreateRet(Rem); in TEST() local
134 Value *Ret = Builder.CreateRet(Rem); in TEST() local
165 Value *Ret = Builder.CreateRet(Div); in TEST() local
195 Value *Ret = Builder.CreateRet(Div); in TEST() local
225 Value *Ret = Builder.CreateRet(Rem); in TEST() local
255 Value *Ret = Builder.CreateRet(Rem); in TEST() local
/external/llvm/lib/Object/
DArchive.cpp46 uint32_t Ret; in getSize() local
53 unsigned Ret; in getAccessMode() local
65 sys::TimeValue Ret; in getLastModified() local
71 unsigned Ret; in getUID() local
81 unsigned Ret; in getGID() local
194 Child Ret(Parent, NextLoc, &EC); in getNext() local
274 std::unique_ptr<Archive> Ret(new Archive(Source, Err)); in create() local
DObject.cpp73 auto *Ret = new OwningBinary<ObjectFile>(std::move(ObjOrErr.get()), std::move(Buf)); in LLVMCreateObjectFile() local
186 Expected<StringRef> Ret = (*unwrap(SI))->getName(); in LLVMGetSymbolName() local
198 Expected<uint64_t> Ret = (*unwrap(SI))->getAddress(); in LLVMGetSymbolAddress() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DMiscompilation.cpp202 Expected<bool> Ret = TestFuncs(Suffix); in doTest() local
209 Expected<bool> Ret = TestFuncs(Prefix); in doTest() local
462 Expected<bool> Ret = TestFuncs(Suffix); in doTest() local
469 Expected<bool> Ret = TestFuncs(Prefix); in doTest() local
525 Expected<bool> Ret = TestFn(BD, std::move(New), std::move(ToNotOptimize)); in TestFuncs() local
555 Expected<bool> Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) in ExtractBlocks() local
562 Expected<bool> Ret = in ExtractBlocks() local
629 Expected<bool> Ret = ReduceMiscompilingFunctions(BD, TestFn) in DebugAMiscompilation() local
646 Expected<bool> Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions); in DebugAMiscompilation() local
670 Expected<bool> Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions); in DebugAMiscompilation() local
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h25 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
31 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
37 uint16_t Ret = static_cast<uint16_t>(a) | static_cast<uint16_t>(b); variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h32 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
38 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
44 uint16_t Ret = static_cast<uint16_t>(a) | static_cast<uint16_t>(b); variable
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dbind_return_type.pass.cpp57 using Ret = decltype(ret(42)); in do_test() typedef
102 using Ret = decltype(ret(42)); in do_test_r() typedef
/external/llvm/tools/bugpoint/
DMiscompilation.cpp194 bool Ret = TestFuncs(Suffix, Error); in doTest() local
201 bool Ret = TestFuncs(Prefix, Error); in doTest() local
455 bool Ret = TestFuncs(Suffix, Error); in doTest() local
462 bool Ret = TestFuncs(Prefix, Error); in doTest() local
517 bool Ret = TestFn(BD, std::move(New), std::move(ToNotOptimize), Error); in TestFuncs() local
547 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) in ExtractBlocks() local
641 bool Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions, Error); in DebugAMiscompilation() local
665 bool Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions, Error); in DebugAMiscompilation() local
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DMiscompilation.cpp189 bool Ret = TestFuncs(Suffix, Error); in doTest() local
196 bool Ret = TestFuncs(Prefix, Error); in doTest() local
439 bool Ret = TestFuncs(Suffix, Error); in doTest() local
446 bool Ret = TestFuncs(Prefix, Error); in doTest() local
504 bool Ret = TestFn(BD, New, ToNotOptimize, Error); in TestFuncs() local
538 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) in ExtractBlocks() local
639 bool Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions, Error); in DebugAMiscompilation() local
663 bool Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions, Error); in DebugAMiscompilation() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRObjectFile.cpp57 DataRefImpl Ret; in symbol_begin() local
63 DataRefImpl Ret; in symbol_end() local
DArchive.cpp228 uint32_t Ret; in getSize() local
246 unsigned Ret; in getAccessMode() local
285 unsigned Ret; in getUID() local
304 unsigned Ret; in getGID() local
483 Child Ret(Parent, NextLoc, &Err); in getNext() local
533 std::unique_ptr<Archive> Ret(new Archive(Source, Err)); in create() local
DObject.cpp73 auto *Ret = new OwningBinary<ObjectFile>(std::move(ObjOrErr.get()), std::move(Buf)); in LLVMCreateObjectFile() local
186 Expected<StringRef> Ret = (*unwrap(SI))->getName(); in LLVMGetSymbolName() local
198 Expected<uint64_t> Ret = (*unwrap(SI))->getAddress(); in LLVMGetSymbolAddress() local
/external/compiler-rt/test/profile/
Dinstrprof-write-file.c21 int Ret = foo(0); in main() local
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h70 CCValAssign Ret; in getReg() local
84 CCValAssign Ret; in getCustomReg() local
93 CCValAssign Ret; in getMem() local
107 CCValAssign Ret; in getCustomMem() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2ISelLowering.h36 Ret enumerator
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DEdgeProfiling.c40 int Ret = save_arguments(argc, argv); in llvm_start_edge_profiling() local
DOptimalEdgeProfiling.c40 int Ret = save_arguments(argc, argv); in llvm_start_opt_edge_profiling() local
DBasicBlockTracing.c51 int Ret; in llvm_start_basic_block_tracing() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Ddiagnostic.c73 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler() local
/external/llvm/tools/llvm-c-test/
Ddiagnostic.c73 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DTailRecursionElimination.cpp185 if (ReturnInst *Ret = dyn_cast<ReturnInst>(BB->getTerminator())) { in runOnFunction() local
410 bool TailCallElim::EliminateRecursiveTailCall(CallInst *CI, ReturnInst *Ret, in EliminateRecursiveTailCall()
587 ReturnInst *Ret, BasicBlock *&OldEntry, in FoldReturnAndProcessPred()
623 bool TailCallElim::ProcessReturningBlock(ReturnInst *Ret, BasicBlock *&OldEntry, in ProcessReturningBlock()
/external/skia/tools/gpu/gl/
DGLTestContext.h59 void getGLProcAddress(Ret(GR_GL_FUNCTION_TYPE** out)(Args...), in Ret() function
/external/skqp/tools/gpu/gl/
DGLTestContext.h60 void getGLProcAddress(Ret(GR_GL_FUNCTION_TYPE** out)(Args...), in Ret() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp213 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term); in openIf() local
223 Value *Ret = CallInst::Create(Else, popSaved(), "", Term); in insertElse() local
241 Value *Ret = NewPhi; in handleLoopCondition() local

12345678910>>...14