HomeSort by relevance Sort by last modified time
    Searched refs:Ret (Results 126 - 150 of 543) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/vixl/examples/aarch64/
swap-int32.cc 58 __ Ret();
swap4.cc 44 __ Ret();
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 752 uint64_t Ret = 0;
755 Ret = -1;
757 Ret = 1;
758 return ConstantInt::get(CI->getType(), Ret);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 310 /// from the "tail call" to the "ret". This includes the obvious noop
345 // all the bits that are needed by the "ret" have been provided by the "tail
475 const ReturnInst *Ret = dyn_cast<ReturnInst>(Term);
485 if (!Ret &&
506 F, I, Ret, *TM.getSubtargetImpl(*F)->getTargetLowering());
510 const ReturnInst *Ret,
551 const ReturnInst *Ret,
555 if (!Ret || Ret->getNumOperands() == 0) return true;
559 if (isa<UndefValue>(Ret->getOperand(0))) return true
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 410 IVal ret; local
413 ret[ndx] = makeIVal(value[ndx]);
415 return ret;
420 IVal ret; local
423 ret[ndx] = unionIVal<Element>(a[ndx], b[ndx]);
425 return ret;
478 IVal ret; local
481 ret[ndx] = convert<Element>(fmt, value[ndx]);
483 return ret;
488 IVal ret; local
882 const IVal ret = this->doEvaluate(newCtx); local
944 ExprP<T> ret; local
1504 IRet ret; local
1610 IRet ret; local
1641 IRet ret; local
1706 Interval ret; local
1931 Interval ret; local
1958 Interval ret; local
2006 Interval ret; local
2047 Interval ret; local
2065 Interval ret = FloatFunc2::applyPoint(ctx, x, y); local
2493 Interval ret; local
2553 IRet ret; local
2676 IRet ret; local
2701 IRet ret; local
2727 IRet ret; local
2782 IRet ret; local
2828 IRet ret; local
2884 IRet ret; local
3276 Interval ret; local
3501 IRet ret; local
3558 Interval ret = call<Exp2>(ctx, iargs.b); local
3585 IRet ret; local
3625 IRet ret; local
3661 IRet ret; local
3716 IRet ret; local
4011 IRet ret; local
4065 IRet ret; local
4375 Value ret; local
4407 Value ret; local
4997 Inputs<In> ret; local
5382 vector<const CaseFactory*> ret; local
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Pp2Dxe.c 343 INTN Ret;
348 Ret = Mvpp2PrsMacDaAccept(Mvpp2Shared, Port->Id, MacBcast, TRUE);
349 if (Ret != 0) {
352 Ret = Mvpp2PrsMacDaAccept(Mvpp2Shared, Port->Id, DevAddr, TRUE);
353 if (Ret != 0) {
356 Ret = Mvpp2PrsTagModeSet(Mvpp2Shared, Port->Id, MVPP2_TAG_TYPE_MH);
357 if (Ret != 0) {
360 Ret = Mvpp2PrsDefFlow(Port);
361 if (Ret != 0) {
715 INTN Ret;
    [all...]
  /external/syzkaller/prog/
encodingexec.go 85 if c.Ret != nil && len(c.Ret.uses) != 0 {
86 if _, ok := w.args[c.Ret]; ok {
89 w.args[c.Ret] = argInfo{Idx: w.copyoutSeq, Ret: true}
124 Ret bool
209 if info.Ret {
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 437 MDNode *Ret = nullptr;
440 Ret = PathA[IA];
447 return Ret;
449 if (!Ret)
453 Metadata *Ops[3] = {Ret, Ret,
  /external/llvm/lib/Support/
MemoryBuffer.cpp 111 auto *Ret = new (NamedBufferAlloc(BufferName))
113 return std::unique_ptr<MemoryBuffer>(Ret);
155 auto *Ret = new (Mem) MemoryBufferMem(StringRef(Buf, Size), true);
156 return std::unique_ptr<MemoryBuffer>(Ret);
275 ErrorOr<std::unique_ptr<MemoryBuffer>> Ret =
279 return Ret;
  /external/syzkaller/pkg/ast/
clone.go 81 var ret *Type
82 if n.Ret != nil {
83 ret = n.Ret.Clone().(*Type)
91 Ret: ret,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
llvm-ar.cpp 572 std::vector<NewArchiveMember> Ret;
579 int Pos = Ret.size();
596 addMember(Ret, Child);
599 addMember(Ret, *MemberI);
617 return Ret;
623 InsertPos = Ret.size();
625 assert(unsigned(InsertPos) <= Ret.size());
628 Ret.insert(Ret.begin() + Pos, std::move(M));
633 Ret.insert(Ret.begin() + InsertPos, NewArchiveMember())
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 245 DataRefImpl Ret;
246 Ret.p = reinterpret_cast<uintptr_t>(Sec);
247 return section_iterator(SectionRef(Ret, this));
370 DataRefImpl Ret;
371 Ret.p = reinterpret_cast<uintptr_t>(begin);
372 return relocation_iterator(RelocationRef(Ret, this));
380 DataRefImpl Ret;
381 Ret.p = reinterpret_cast<uintptr_t>(I);
382 return relocation_iterator(RelocationRef(Ret, this));
760 DataRefImpl Ret;
    [all...]
MachOUniversal.cpp 107 std::unique_ptr<MachOUniversalBinary> Ret(
111 return std::move(Ret);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFObjectFile.cpp 257 DataRefImpl Ret;
258 Ret.p = reinterpret_cast<uintptr_t>(Sec);
259 return section_iterator(SectionRef(Ret, this));
387 DataRefImpl Ret;
388 Ret.p = reinterpret_cast<uintptr_t>(begin);
389 return relocation_iterator(RelocationRef(Ret, this));
397 DataRefImpl Ret;
398 Ret.p = reinterpret_cast<uintptr_t>(I);
399 return relocation_iterator(RelocationRef(Ret, this));
805 DataRefImpl Ret;
    [all...]
  /external/llvm/include/llvm/ADT/
PriorityWorklist.h 119 T Ret = back();
121 return Ret;
  /external/llvm/lib/CodeGen/
Analysis.cpp 329 /// from the "tail call" to the "ret". This includes the obvious noop
364 // all the bits that are needed by the "ret" have been provided by the "tail
494 const ReturnInst *Ret = dyn_cast<ReturnInst>(Term);
504 if (!Ret &&
525 F, I, Ret, *TM.getSubtargetImpl(*F)->getTargetLowering());
530 const ReturnInst *Ret,
534 if (!Ret || Ret->getNumOperands() == 0) return true;
538 if (isa<UndefValue>(Ret->getOperand(0))) return true;
574 const Value *RetVal = Ret->getOperand(0), *CallVal = I
    [all...]
  /external/llvm/lib/LTO/
LTOModule.cpp 161 ErrorOr<std::unique_ptr<LTOModule>> Ret =
163 if (Ret)
164 (*Ret)->OwnedContext = std::move(Context);
165 return Ret;
240 std::unique_ptr<LTOModule> Ret(new LTOModule(std::move(IRObj), target));
241 Ret->parseSymbols();
242 Ret->parseMetadata();
244 return std::move(Ret);
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 51 bool Ret = SelectionDAGISel::runOnMachineFunction(MF);
55 return Ret;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
PriorityWorklist.h 156 T Ret = back();
158 return Ret;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTOModule.cpp 161 ErrorOr<std::unique_ptr<LTOModule>> Ret =
163 if (Ret)
164 (*Ret)->OwnedContext = std::move(Context);
165 return Ret;
230 std::unique_ptr<LTOModule> Ret(new LTOModule(std::move(M), Buffer, target));
231 Ret->parseSymbols();
232 Ret->parseMetadata();
234 return std::move(Ret);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
MemoryBuffer.cpp 115 auto *Ret = new (NamedBufferAlloc(BufferName))
117 return std::unique_ptr<MemoryBuffer>(Ret);
252 auto Ret = getOpenFileImpl<MB>(FD, Filename, FileSize, MapSize, Offset,
255 return Ret;
295 auto *Ret = new (Mem) MemBuffer(StringRef(Buf, Size), true);
296 return std::unique_ptr<WritableMemoryBuffer>(Ret);
524 ErrorOr<std::unique_ptr<MemoryBuffer>> Ret =
527 return Ret;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 59 bool Ret = SelectionDAGISel::runOnMachineFunction(MF);
63 return Ret;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
FormatUtil.h 41 #define RETURN_CASE(Enum, X, Ret) \
43 return Ret;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
CaptureTracking.cpp 102 case Instruction::Ret:
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFObjectFile.h 352 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
353 if (!Ret)
354 report_fatal_error(errorToErrorCode(Ret.takeError()).message());
355 return *Ret;
460 uint64_t Ret = ESym->st_value;
462 return Ret;
468 Ret &= ~1;
470 return Ret;
875 auto Ret = EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b);
876 if (!Ret)
    [all...]

Completed in 1900 milliseconds

1 2 3 4 56 7 8 91011>>