Searched defs:Ret (Results 1 - 25 of 99) sorted by relevance

1234

/external/compiler-rt/test/profile/
H A Dinstrprof-write-file.c21 int Ret = foo(0); local
25 return Ret;
/external/llvm/unittests/Support/
H A DLockFileManagerTest.cpp66 int Ret = close(FD); local
67 ASSERT_EQ(Ret, 0);
/external/llvm/unittests/Transforms/Utils/
H A DIntegerDivision.cpp44 Value *Ret = Builder.CreateRet(Div); local
49 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0));
74 Value *Ret = Builder.CreateRet(Div); local
79 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0));
104 Value *Ret = Builder.CreateRet(Rem); local
109 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0));
134 Value *Ret = Builder.CreateRet(Rem); local
139 Instruction* Remainder = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0));
165 Value *Ret = Builder.CreateRet(Div); local
170 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)
195 Value *Ret = Builder.CreateRet(Div); local
225 Value *Ret = Builder.CreateRet(Rem); local
255 Value *Ret = Builder.CreateRet(Rem); local
[all...]
/external/llvm/lib/Support/
H A DFileOutputBuffer.cpp92 int Ret = close(FD); local
95 if (Ret)
/external/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp123 std::string Ret = ""; local
127 Ret += "e";
130 Ret += "E";
132 Ret += DataLayout::getManglingComponent(Triple);
135 Ret += "-p:32:32";
139 Ret += "-i64:64";
144 Ret += "-f64:32:64";
149 Ret += "-v64:32:64-v128:32:128";
151 Ret += "-v128:64:128";
155 Ret
[all...]
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp53 std::string Ret = "e"; local
55 Ret += DataLayout::getManglingComponent(TT);
60 Ret += "-p:32:32";
64 Ret += "-i64:64";
66 Ret += "-f64:32:64";
72 Ret += "-f80:128";
74 Ret += "-f80:32";
78 Ret += "-n8:16:32:64";
80 Ret += "-n8:16:32";
84 Ret
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp63 ReturnInst *Ret = dyn_cast<ReturnInst>(BB.getTerminator()); local
64 if (!Ret) continue;
68 if (Ret != &BB.front()) {
70 BasicBlock::iterator I = Ret;
77 Ret->getNumOperands() == 0 ||
78 Ret->getOperand(0) != I))
94 if (Ret->getNumOperands() == 0 ||
95 Ret->getOperand(0) ==
107 RetBlockPHI = PHINode::Create(Ret->getOperand(0)->getType(),
119 RetBlockPHI->addIncoming(Ret
[all...]
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp68 MemoryBuffer *Ret = NewBuffer.get(); local
70 return Ret;
/external/llvm/include/llvm/Object/
H A DCOFFYAML.h25 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); local
26 return static_cast<Characteristics>(Ret);
31 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); local
32 return static_cast<SectionCharacteristics>(Ret);
37 uint16_t Ret = static_cast<uint16_t>(a) | static_cast<uint16_t>(b); local
38 return static_cast<DLLCharacteristics>(Ret);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp76 std::string Ret = "e"; local
79 Ret += "-p:32:32";
81 Ret += "-i64:64-v16:16-v32:32-n16:32:64";
83 return Ret;
/external/llvm/lib/Target/R600/
H A DAMDGPUTargetMachine.cpp56 std::string Ret = "e-p:32:32"; local
60 Ret += "-p1:64:64-p2:64:64-p3:32:32-p4:64:64-p5:32:32-p24:64:64";
63 Ret += "-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256"
66 return Ret;
/external/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp29 std::string Ret = "E-m:e"; local
33 Ret += "-p:32:32";
36 Ret += "-i64:64";
41 Ret += "-n32:64";
43 Ret += "-f128:64-n32";
46 Ret += "-S128";
48 Ret += "-S64";
50 return Ret;
/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp285 std::unique_ptr<Module> Ret = parseInputFile(BitcodeResult, Context); local
286 if (!Ret) {
292 return Ret;
H A DExtractFunction.cpp387 std::unique_ptr<Module> Ret = runPassesOn(M, PI, false, 1, &ExtraArg); local
391 if (!Ret) {
395 return Ret;
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp70 std::string Ret = "!!"; local
71 Ret += StringRef(Tag).substr(18);
72 return std::move(Ret);
74 std::string Ret = "!<"; local
75 Ret += Tag;
76 Ret += ">";
77 return Ret;
/external/clang/include/clang/StaticAnalyzer/Checkers/
H A DObjCRetainCount.h201 RetEffect Ret; member in class:clang::ento::objc_retain::CallEffects
204 CallEffects(const RetEffect &R) : Ret(R) {}
214 RetEffect getReturnValue() const { return Ret; }
/external/llvm/include/llvm/Option/
H A DOption.h124 std::string Ret = getPrefix(); local
125 Ret += getName();
126 return Ret;
/external/llvm/include/llvm/Support/
H A DARMWinEH.h40 /// | Stack Adjust |C|L|R| Reg |H|Ret| Function Length |Flg|
53 /// Ret : 2-bit field indicating how the function returns
91 /// - IF Ret is 0:
135 ReturnType Ret() const { function in class:llvm::ARM::WinEH::RuntimeFunction
/external/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp605 MDNode *Ret = nullptr; local
608 Ret = PathA[IA];
615 return Ret;
617 if (!Ret)
621 Metadata *Ops[3] = {Ret, Ret,
/external/llvm/lib/IR/
H A DDataLayout.cpp383 bool Ret = BigEndian == Other.BigEndian && local
389 return Ret;
/external/llvm/lib/Object/
H A DIRObjectFile.cpp245 DataRefImpl Ret; local
246 Ret.p = skipEmpty(I, *M);
247 return basic_symbol_iterator(BasicSymbolRef(Ret, this));
251 DataRefImpl Ret; local
254 Ret.p = 3 | NumAsm;
255 return basic_symbol_iterator(BasicSymbolRef(Ret, this));
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp51 bool Ret = SelectionDAGISel::runOnMachineFunction(MF); local
55 return Ret;
197 std::pair<bool, SDNode*> Ret = selectNode(Node); local
199 if (Ret.first)
200 return Ret.second;
H A DMipsTargetMachine.cpp50 std::string Ret = ""; local
56 Ret += "e";
58 Ret += "E";
60 Ret += "-m:m";
64 Ret += "-p:32:32";
68 Ret += "-i8:8:32-i16:16:32-i64:64";
74 Ret += "-n32:64-S128";
76 Ret += "-n32-S64";
78 return Ret;
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp61 std::string Ret; local
65 Ret = "e";
67 Ret = "E";
69 Ret += DataLayout::getManglingComponent(T);
74 Ret += "-p:32:32";
79 Ret += "-i64:64";
81 Ret += "-f64:32:64";
85 Ret += "-n32:64";
87 Ret += "-n32";
89 return Ret;
[all...]
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc177 void MacroAssembler::Ret(Condition cond) { function in class:v8::internal::MacroAssembler
189 void MacroAssembler::Ret(int drop, Condition cond) { function in class:v8::internal::MacroAssembler
191 Ret(cond);
679 Ret(eq);
687 Ret();

Completed in 879 milliseconds

1234