HomeSort by relevance Sort by last modified time
    Searched defs:Res (Results 126 - 150 of 213) sorted by null

1 2 3 4 56 7 8 9

  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 92 LVILatticeVal Res;
94 Res.markConstant(C);
95 return Res;
98 LVILatticeVal Res;
100 Res.markNotConstant(C);
101 return Res;
104 LVILatticeVal Res;
105 Res.markConstantRange(CR);
106 return Res;
109 LVILatticeVal Res;
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 382 StringRef Res = V->getName();
383 if (!Res.empty())
384 OS << Res << "," << V->getLine();
    [all...]
PeepholeOptimizer.cpp 641 ValueTrackerResult Res;
647 Res = ValTracker.getNextSource();
648 if (!Res.isValid())
654 assert(CurSrcRes == Res && "ValueTrackerResult found must match");
663 RewriteMap.insert(std::make_pair(CurSrcPair, Res));
667 unsigned NumSrcs = Res.getNumSources();
672 Res.getSrcReg(i), Res.getSrcSubReg(i)));
676 CurSrcPair.Reg = Res.getSrcReg(0);
677 CurSrcPair.SubReg = Res.getSrcSubReg(0)
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 332 Constant *Res = CE->getOperand(0);
334 Res = ConstantExpr::getLShr(Res,
335 ConstantInt::get(Res->getType(), ByteStart*8));
336 return ConstantExpr::getTrunc(Res, IntegerType::get(C->getContext(),
570 SmallVector<Constant*, 16> res; local
577 res.push_back(ConstantExpr::getCast(opc, C, DstEltTy));
579 return ConstantVector::get(res);
714 if (Constant *Res = ExtractConstantBytes(V, 0, DestBitWidth / 8))
715 return Res;
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 82 const MCExpr *Res =
87 MCBinaryExpr::create(MCBinaryExpr::Sub, Res, RHS, MCOS.getContext());
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 285 ArrayRef<uint8_t> Res;
286 std::error_code EC = getSectionContents(Sec, Res);
287 Result = StringRef(reinterpret_cast<const char*>(Res.data()), Res.size());
431 std::error_code COFFObjectFile::getVaPtr(uint64_t Addr, uintptr_t &Res) const {
435 return getRvaPtr((uint32_t)Rva, Res);
439 std::error_code COFFObjectFile::getRvaPtr(uint32_t Addr, uintptr_t &Res) const {
446 Res = uintptr_t(base()) + Section->PointerToRawData + Offset;
803 std::error_code COFFObjectFile::getPE32Header(const pe32_header *&Res) const {
804 Res = PE32Header
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 847 const MCExpr *Res = MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_None,
851 Res = SparcMCExpr::create(SparcMCExpr::VK_Sparc_WPLT30, Res,
853 Op = SparcOperand::CreateImm(Res, S, E);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 560 Value *Res = SimplifyCmpInst(Cmp->getPredicate(), LHS, RHS, DL);
561 if (!Res) {
571 Res = ConstantInt::get(Type::getInt1Ty(LHS->getContext()), ResT);
574 if (Constant *KC = getKnownConstant(Res, WantInteger))
592 LazyValueInfo::Tristate Res =
595 if (Res == LazyValueInfo::Unknown)
598 Constant *ResC = ConstantInt::get(Cmp->getType(), Res);
    [all...]
Reassociate.cpp 176 Value *&Res);
178 APInt &ConstOpnd, Value *&Res);
323 BinaryOperator *Res =
325 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
326 return Res;
335 BinaryOperator *Res =
337 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
338 return Res;
347 BinaryOperator *Res = BinaryOperator::CreateFNeg(S1, Name, InsertBefore);
348 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags())
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 455 ResolutionInfo &Res = ResInfo[sym.name];
459 Res.UnnamedAddr &= GV->hasUnnamedAddr();
460 Res.IsLinkonceOdr &= GV->hasLinkOnceLinkage();
462 Res.CommonAlign = std::max(Res.CommonAlign, GV->getAlignment());
465 if (Size >= Res.CommonSize) {
466 Res.CommonSize = Size;
467 Res.CommonFile = &cf;
470 Res.Visibility = getMinVisibility(Res.Visibility, GV->getVisibility())
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 401 HRESULT Res;
408 p->Res = p->OpenCallback->SetCompleted(NULL, &inSize);
409 return (SRes)p->Res;
416 Res = SZ_OK;
446 static HRESULT SRes_to_Open_HRESULT(SRes res)
448 switch (res)
472 SRes res = Xz_ReadHeader(&st, &inStreamWrap.p); local
473 if (res != SZ_OK)
474 return SRes_to_Open_HRESULT(res);
504 SRes res = Xzs_ReadBackward(&xzs.p, &lookStream.s, &startPosition, &openWrap.p, &g_Alloc); local
638 SRes res = XzUnpacker_Code(&xzu.p, local
815 SRes res = Xz_EncodeEmpty(&seqOutStream.p); local
925 SRes res = Xz_Encode(&seqOutStream.p, &seqInStream.p, &xzProps, &progressWrap.p); local
    [all...]
  /external/valgrind/none/tests/ppc32/
round.c 544 dbl_overlay Res, Exp;
758 Res.dbl = fD;
762 Res.dbl = fD;
766 Res.dbl = fD;
770 Res.dbl = fD;
774 Res.dbl = fD;
778 Res.dbl = fD;
782 Res.dbl = fD;
786 Res.dbl = fD;
799 if ((Res.layout.sign != Exp.layout.sign) |
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 568 //--------------------Class Res stuff (namespace overlay only) -----------
570 class Res {
  /hardware/qcom/display/msm8909/liboverlay/
overlayUtils.h 558 //--------------------Class Res stuff (namespace overlay only) -----------
560 class Res {
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.h 565 //--------------------Class Res stuff (namespace overlay only) -----------
567 class Res {
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 256 ArgType Res = A;
257 Res.Ptr = true;
258 return Res;
  /external/clang/lib/CodeGen/
CGAtomic.cpp     [all...]
CGExprComplex.cpp 604 RValue Res = CGF.EmitCall(FuncInfo, Func, ReturnValueSlot(), Args,
607 return Res.getComplexVal();
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 199 ObjCPropertyDecl *Res = nullptr;
202 Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc,
208 if (!Res)
213 if (!Res) {
214 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
219 Res->setLexicalDeclContext(lexicalDC);
223 CheckObjCPropertyAttributes(Res, AtLoc, Attributes,
228 if (Res->getType().getObjCLifetime())
229 checkPropertyDeclWithOwnership(*this, Res);
237 DeclContext::lookup_result R = Super->lookup(Res->getDeclName())
    [all...]

Completed in 668 milliseconds

1 2 3 4 56 7 8 9