/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 44 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/ |
D | IntegerDivision.cpp | 44 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/ |
D | Archive.cpp | 46 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
|
D | Object.cpp | 73 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/ |
D | Miscompilation.cpp | 202 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/ |
D | COFFYAML.h | 25 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/ |
D | COFFYAML.h | 32 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/ |
D | bind_return_type.pass.cpp | 57 using Ret = decltype(ret(42)); in do_test() typedef 102 using Ret = decltype(ret(42)); in do_test_r() typedef
|
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 194 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/ |
D | Miscompilation.cpp | 189 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/ |
D | IRObjectFile.cpp | 57 DataRefImpl Ret; in symbol_begin() local 63 DataRefImpl Ret; in symbol_end() local
|
D | Archive.cpp | 228 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
|
D | Object.cpp | 73 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/ |
D | instrprof-write-file.c | 21 int Ret = foo(0); in main() local
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | CallingConvLower.h | 70 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/ |
D | Nios2ISelLowering.h | 36 Ret enumerator
|
/external/swiftshader/third_party/LLVM/runtime/libprofile/ |
D | EdgeProfiling.c | 40 int Ret = save_arguments(argc, argv); in llvm_start_edge_profiling() local
|
D | OptimalEdgeProfiling.c | 40 int Ret = save_arguments(argc, argv); in llvm_start_opt_edge_profiling() local
|
D | BasicBlockTracing.c | 51 int Ret; in llvm_start_basic_block_tracing() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | diagnostic.c | 73 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler() local
|
/external/llvm/tools/llvm-c-test/ |
D | diagnostic.c | 73 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | TailRecursionElimination.cpp | 185 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/ |
D | GLTestContext.h | 59 void getGLProcAddress(Ret(GR_GL_FUNCTION_TYPE** out)(Args...), in Ret() function
|
/external/skqp/tools/gpu/gl/ |
D | GLTestContext.h | 60 void getGLProcAddress(Ret(GR_GL_FUNCTION_TYPE** out)(Args...), in Ret() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 213 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
|