Home
last modified time | relevance | path

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

12345678

/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/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/compiler-rt/test/profile/
Dinstrprof-write-file.c21 int Ret = foo(0); in main() local
/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/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/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/llvm/tools/llvm-c-test/
Ddiagnostic.c73 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler() local
Dmodule.c38 LLVMBool Ret; in llvm_load_module() 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/skia/tools/gpu/gl/
DGLTestContext.h63 void getGLProcAddress(Ret(GR_GL_FUNCTION_TYPE** out)(Args...), in Ret() function
/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/llvm/lib/TableGen/
DMain.cpp105 if (int Ret = createDependencyFile(Parser, argv0)) in TableGenMain() local
/external/llvm/lib/Support/
DFileOutputBuffer.cpp93 int Ret = close(FD); in create() local
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.h82 Ret, enumerator
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp75 std::string Ret = "!!"; in prettyTag() local
79 std::string Ret = "!<"; in prettyTag() local
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp219 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term); in openIf() local
229 Value *Ret = CallInst::Create(Else, popSaved(), "", Term); in insertElse() local
248 Value *Ret = NewPhi; in handleLoopCondition() local
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h80 CCValAssign Ret; in getReg() local
94 CCValAssign Ret; in getCustomReg() local
103 CCValAssign Ret; in getMem() local
117 CCValAssign Ret; in getCustomMem() local
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp495 static bool eliminateRecursiveTailCall(CallInst *CI, ReturnInst *Ret, in eliminateRecursiveTailCall()
673 static bool foldReturnAndProcessPred(BasicBlock *BB, ReturnInst *Ret, in foldReturnAndProcessPred()
720 static bool processReturningBlock(ReturnInst *Ret, BasicBlock *&OldEntry, in processReturningBlock()
766 if (ReturnInst *Ret = dyn_cast<ReturnInst>(BB->getTerminator())) { in eliminateTailRecursion() local
/external/llvm/unittests/Support/
DLockFileManagerTest.cpp66 int Ret = close(FD); in TEST() local
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.h67 Ret, enumerator

12345678