HomeSort by relevance Sort by last modified time
    Searched defs:Ret (Results 176 - 200 of 284) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 80 CCValAssign Ret;
81 Ret.ValNo = ValNo;
82 Ret.Loc = RegNo;
83 Ret.isMem = false;
84 Ret.isCustom = false;
85 Ret.HTP = HTP;
86 Ret.ValVT = ValVT;
87 Ret.LocVT = LocVT;
88 return Ret;
94 CCValAssign Ret;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
CallingConvLower.h 80 CCValAssign Ret;
81 Ret.ValNo = ValNo;
82 Ret.Loc = RegNo;
83 Ret.isMem = false;
84 Ret.isCustom = false;
85 Ret.HTP = HTP;
86 Ret.ValVT = ValVT;
87 Ret.LocVT = LocVT;
88 return Ret;
94 CCValAssign Ret;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
CallingConvLower.h 80 CCValAssign Ret;
81 Ret.ValNo = ValNo;
82 Ret.Loc = RegNo;
83 Ret.isMem = false;
84 Ret.isCustom = false;
85 Ret.HTP = HTP;
86 Ret.ValVT = ValVT;
87 Ret.LocVT = LocVT;
88 return Ret;
94 CCValAssign Ret;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
CallingConvLower.h 81 CCValAssign Ret;
82 Ret.ValNo = ValNo;
83 Ret.Loc = RegNo;
84 Ret.isMem = false;
85 Ret.isCustom = false;
86 Ret.HTP = HTP;
87 Ret.ValVT = ValVT;
88 Ret.LocVT = LocVT;
89 return Ret;
95 CCValAssign Ret;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
CallingConvLower.h 81 CCValAssign Ret;
82 Ret.ValNo = ValNo;
83 Ret.Loc = RegNo;
84 Ret.isMem = false;
85 Ret.isCustom = false;
86 Ret.HTP = HTP;
87 Ret.ValVT = ValVT;
88 Ret.LocVT = LocVT;
89 return Ret;
95 CCValAssign Ret;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
CallingConvLower.h 81 CCValAssign Ret;
82 Ret.ValNo = ValNo;
83 Ret.Loc = RegNo;
84 Ret.isMem = false;
85 Ret.isCustom = false;
86 Ret.HTP = HTP;
87 Ret.ValVT = ValVT;
88 Ret.LocVT = LocVT;
89 return Ret;
95 CCValAssign Ret;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
CallingConvLower.h 81 CCValAssign Ret;
82 Ret.ValNo = ValNo;
83 Ret.Loc = RegNo;
84 Ret.isMem = false;
85 Ret.isCustom = false;
86 Ret.HTP = HTP;
87 Ret.ValVT = ValVT;
88 Ret.LocVT = LocVT;
89 return Ret;
95 CCValAssign Ret;
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 589 llvm::raw_null_ostream *Ret = OS.get();
591 return Ret;
610 raw_pwrite_stream *Ret = OS.get();
616 return Ret;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 243 const ReturnStmt *Ret = dyn_cast<ReturnStmt>(SP->getStmt());
244 if (!Ret)
250 SVal V = State->getSVal(Ret, StackFrame);
257 const Expr *RetE = Ret->getRetValue();
326 PathDiagnosticLocation L(Ret, BRC.getSourceManager(), StackFrame);
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 75 std::vector<FlattenedSpelling> Ret;
80 Ret.emplace_back("GNU", Spelling->getValueAsString("Name"), "", true);
81 Ret.emplace_back("CXX11", Spelling->getValueAsString("Name"), "gnu",
84 Ret.push_back(FlattenedSpelling(*Spelling));
87 return Ret;
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 386 uint64_t Ret = ESym->st_value;
388 return Ret;
394 Ret &= ~1;
396 return Ret;
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 317 MachineInstr *Ret = nullptr;
321 if (!Ret)
322 Ret = &DefMI;
323 else if (Ret != &DefMI)
326 return Ret;
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 832 Constant *Ret = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType()));
845 return Ret;
    [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...]
  /external/llvm/lib/Support/
Host.cpp 64 int Ret = read(FD, Buf, Size);
68 return Ret;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 486 // Replace CATCHRET with the appropriate RET.
493 // Replace CATCHRET with the appropriate RET.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 815 LazyValueInfo::Tristate Ret =
818 if (Ret != LazyValueInfo::Unknown) {
819 unsigned ToRemove = Ret == LazyValueInfo::True ? 1 : 0;
820 unsigned ToKeep = Ret == LazyValueInfo::True ? 0 : 1;
829 auto *CI = Ret == LazyValueInfo::True ?
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 801 char Ret = StringSwitch<char>(*Name)
806 if (Ret != '?')
807 return Ret;
899 char Ret = isObject(Obj, I) ? 'v' : 'w';
900 return (!(Symflags & object::SymbolRef::SF_Undefined)) ? toupper(Ret) : Ret;
909 char Ret = '?';
911 Ret = 'a';
913 Ret = getSymbolNMTypeChar(*IR, I);
915 if (Ret == 'd' && Host.isOSDarwin() && Symflags & SymbolRef::SF_Const
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
JumpThreading.cpp 746 LazyValueInfo::Tristate Ret =
749 if (Ret != Baseline) break;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInst.h 61 Ret,
691 /// Ret instruction. The return value is captured in getSrc(0), but if there is
711 static bool classof(const Inst *Instr) { return Instr->getKind() == Ret; }
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 194 void MacroAssembler::Ret(Condition cond) {
209 void MacroAssembler::Ret(int drop, Condition cond) {
211 Ret(cond);
749 Ret(ne);
757 Ret();
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 177 // Jump, Call, and Ret pseudo instructions implementing inter-working.
197 void Ret(COND_ARGS);
198 inline void Ret(BranchDelaySlot bd, Condition cond = al,
200 Ret(cond, rs, rt, bd);
    [all...]

Completed in 894 milliseconds

1 2 3 4 5 6 78 91011>>