/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 416 if (int Res = cmpNumbers(L.getBitWidth(), R.getBitWidth())) in cmpAPInt() local 424 if (int Res = cmpNumbers((uint64_t)&L.getSemantics(), in cmpAPFloat() local 432 if (int Res = cmpNumbers(L.size(), R.size())) in cmpStrings() local 442 if (int Res = cmpNumbers(L.getNumSlots(), R.getNumSlots())) in cmpAttrs() local 513 if (int Res = cmpNumbers(AddrSpaceL, AddrSpaceR)) in cmpConstants() local 536 if (int Res = cmpNumbers(L->getValueID(), R->getValueID())) in cmpConstants() local 556 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local 559 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants() local 570 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local 573 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants() local [all …]
|
/external/lzma/CPP/7zip/Common/ |
D | CWrappers.h | 13 HRESULT Res; member 21 HRESULT Res; member 29 HRESULT Res; member 37 HRESULT Res; member 54 HRESULT Res; member 86 HRESULT Res; member
|
/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 245 uint32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_X86_64_32() local 250 int32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_X86_64_32S() local 258 uint32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_PPC64_ADDR32() local 270 uint32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_PPC_ADDR32() local 278 uint32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_MIPS_32() local 285 uint64_t Res = (Value + Addend); in visitELF_MIPS_64() local 292 int64_t Res = Value + Addend; in visitELF_AARCH64_ABS32() local 309 int64_t Res = Value + Addend; in visitELF_390_32() local
|
/external/llvm/lib/MC/ |
D | MCExpr.cpp | 455 bool MCExpr::EvaluateAsAbsolute(int64_t &Res, in EvaluateAsAbsolute() 460 bool MCExpr::EvaluateAsAbsolute(int64_t &Res, in EvaluateAsAbsolute() 466 bool MCExpr::EvaluateAsAbsolute(int64_t &Res, const MCAssembler &Asm) const { in EvaluateAsAbsolute() 470 bool MCExpr::EvaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, in EvaluateAsAbsolute() 581 MCValue &Res) { in EvaluateSymbolicAdd() 634 bool MCExpr::EvaluateAsRelocatable(MCValue &Res, in EvaluateAsRelocatable() 641 bool MCExpr::EvaluateAsValue(MCValue &Res, const MCAsmLayout *Layout) const { in EvaluateAsValue() 647 bool MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in EvaluateAsRelocatableImpl()
|
D | MCAsmInfo.cpp | 127 const MCExpr *Res = MCSymbolRefExpr::Create(Sym, Context); in getExprForFDESymbol() local
|
/external/llvm/lib/Support/ |
D | DeltaAlgorithm.cpp | 28 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split() 54 changeset_ty Res; in Delta() local 71 changeset_ty &Res) { in Search()
|
D | Compression.cpp | 54 Status Res = encodeZlibReturnValue(::compress2( in compress() local 65 Status Res = encodeZlibReturnValue(::uncompress( in uncompress() local
|
/external/llvm/unittests/Support/ |
D | MD5Test.cpp | 28 SmallString<32> Res; in TestMD5Sum() local 38 SmallString<32> Res; in TestMD5Sum() local
|
/external/llvm/lib/Option/ |
D | ArgList.cpp | 58 Arg *Res = nullptr; in getLastArg() local 70 Arg *Res = nullptr; in getLastArg() local 85 Arg *Res = nullptr; in getLastArg() local 100 Arg *Res = nullptr; in getLastArg() local 117 Arg *Res = nullptr; in getLastArg() local 135 Arg *Res = nullptr; in getLastArg() local 155 Arg *Res = nullptr; in getLastArg() local 176 Arg *Res = nullptr; in getLastArg() local
|
D | Arg.cpp | 65 SmallString<256> Res; in getAsString() local 98 SmallString<256> Res; in render() local
|
/external/llvm/lib/Analysis/ |
D | LibCallAliasAnalysis.cpp | 69 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc); in AnalyzeLibCallDetails() local 90 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc); in AnalyzeLibCallDetails() local
|
D | MemDepPrinter.cpp | 106 MemDepResult Res = MDA.getDependency(Inst); in runOnFunction() local 117 const MemDepResult &Res = I->getResult(); in runOnFunction() local 150 const MemDepResult &Res = I->getResult(); in runOnFunction() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 374 ValueVector Res; in splitBinary() local 394 ValueVector Res; in visitSelectInst() local 441 ValueVector Res; in visitGetElementPtrInst() local 467 ValueVector Res; in visitCastInst() local 486 ValueVector Res; in visitBitCastInst() local 539 ValueVector Res; in visitShuffleVectorInst() local 562 ValueVector Res; in visitPHINode() local 593 ValueVector Res; in visitLoadInst() local 642 Value *Res = UndefValue::get(Ty); in finish() local
|
D | LowerAtomic.cpp | 32 Value *Res = Builder.CreateSelect(Equal, Val, Orig); in LowerAtomicCmpXchgInst() local 49 Value *Res = nullptr; in LowerAtomicRMWInst() local
|
/external/llvm/lib/Object/ |
D | IRObjectFile.cpp | 96 uint32_t Res = BasicSymbolRef::SF_None; in IRObjectFile() local 159 uintptr_t Res; in moveSymbolNext() local 229 uint32_t Res = BasicSymbolRef::SF_None; in getSymbolFlags() local
|
/external/valgrind/main/none/tests/x86/ |
D | x87trigOOR.c | 15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res; typedef 114 void try ( char* name, void(*fn)(Res*,double), double d ) in try()
|
/external/llvm/lib/MC/MCParser/ |
D | MCAsmParser.cpp | 41 bool MCAsmParser::parseExpression(const MCExpr *&Res) { in parseExpression()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 281 int64_t Res; in RecordRelocation() local 340 int64_t Res; in RecordRelocation() local
|
D | AArch64MCAsmInfo.cpp | 59 const MCExpr *Res = in getExprForPersonalitySymbol() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCExpr.cpp | 39 ARMMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, in EvaluateAsRelocatableImpl()
|
/external/llvm/lib/DebugInfo/ |
D | DWARFDebugRangeList.cpp | 59 DWARFAddressRangesVector Res; in getAbsoluteRanges() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 39 SDValue Res = SDValue(); in PromoteIntegerResult() local 173 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic0() local 186 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic1() local 210 SDValue Res = DAG.getAtomicCmpSwap( in PromoteIntRes_AtomicCmpSwap() local 224 SDValue Res = DAG.getAtomicCmpSwap( in PromoteIntRes_AtomicCmpSwap() local 395 SDValue Res = DAG.getNode(NewOpc, dl, NVT, N->getOperand(0)); in PromoteIntRes_FP_TO_XINT() local 409 SDValue Res = DAG.getNode(N->getOpcode(), dl, NVT, N->getOperand(0)); in PromoteIntRes_FP32_TO_FP16() local 421 SDValue Res = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_INT_EXTEND() local 449 SDValue Res = DAG.getExtLoad(ExtType, dl, NVT, N->getChain(), N->getBasePtr(), in PromoteIntRes_LOAD() local 464 SDValue Res = DAG.getNode(N->getOpcode(), SDLoc(N), in PromoteIntRes_Overflow() local [all …]
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCExpr.cpp | 82 MipsMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, in EvaluateAsRelocatableImpl()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 379 if (Instruction *Res = InstCombineLoadCast(*this, LI, DL)) in visitLoadInst() local 423 if (Instruction *Res = InstCombineLoadCast(*this, LI, DL)) in visitLoadInst() local 695 if (Instruction *Res = InstCombineStoreToCast(*this, SI)) in visitStoreInst() local 699 if (Instruction *Res = InstCombineStoreToCast(*this, SI)) in visitStoreInst() local
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCExpr.cpp | 55 PPCMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, in EvaluateAsRelocatableImpl()
|