/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 411 if (int Res = cmpNumbers(L.getBitWidth(), R.getBitWidth())) in cmpAPInts() local 419 if (int Res = cmpNumbers((uint64_t)&L.getSemantics(), in cmpAPFloats() local 427 if (int Res = cmpNumbers(L.size(), R.size())) in cmpStrings() local 437 if (int Res = cmpNumbers(L.getNumSlots(), R.getNumSlots())) in cmpAttrs() local 508 if (int Res = cmpNumbers(AddrSpaceL, AddrSpaceR)) in cmpConstants() local 531 if (int Res = cmpNumbers(L->getValueID(), R->getValueID())) in cmpConstants() local 551 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local 554 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants() local 565 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants() local 568 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants() local [all …]
|
/external/llvm/lib/MC/ |
D | MCExpr.cpp | 394 bool MCExpr::EvaluateAsAbsolute(int64_t &Res, in EvaluateAsAbsolute() 399 bool MCExpr::EvaluateAsAbsolute(int64_t &Res, in EvaluateAsAbsolute() 405 bool MCExpr::EvaluateAsAbsolute(int64_t &Res, const MCAssembler &Asm) const { in EvaluateAsAbsolute() 409 bool MCExpr::evaluateKnownAbsolute(int64_t &Res, in evaluateKnownAbsolute() 415 bool MCExpr::EvaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, in EvaluateAsAbsolute() 424 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, in evaluateAsAbsolute() 526 int64_t RHS_Cst, MCValue &Res) { in EvaluateSymbolicAdd() 579 bool MCExpr::EvaluateAsRelocatable(MCValue &Res, in EvaluateAsRelocatable() 587 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue() 602 bool MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in EvaluateAsRelocatableImpl()
|
/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 | 292 uint32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_X86_64_32() local 297 int32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_X86_64_32S() local 305 uint32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_PPC64_ADDR32() local 317 uint32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_PPC_ADDR32() local 325 uint32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_MIPS_32() local 332 uint64_t Res = (Value + Addend); in visitELF_MIPS_64() local 340 int64_t Res = Value + Addend; in visitELF_AARCH64_ABS32() local 358 int64_t Res = Value + Addend; in visitELF_390_32() local 390 int64_t Res = Value + Addend; in visitELF_ARM_ABS32() 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 | 55 Status Res = encodeZlibReturnValue(::compress2( in compress() local 69 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 | 87 Arg *Res = nullptr; in getLastArg() local 99 Arg *Res = nullptr; in getLastArg() local 114 Arg *Res = nullptr; in getLastArg() local 129 Arg *Res = nullptr; in getLastArg() local 146 Arg *Res = nullptr; in getLastArg() local 164 Arg *Res = nullptr; in getLastArg() local 184 Arg *Res = nullptr; in getLastArg() local 205 Arg *Res = nullptr; in getLastArg() local
|
D | Arg.cpp | 64 SmallString<256> Res; in getAsString() local 95 SmallString<256> Res; in render() local
|
/external/llvm/lib/Analysis/ |
D | LibCallAliasAnalysis.cpp | 73 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc); in AnalyzeLibCallDetails() local 94 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc); in AnalyzeLibCallDetails() local
|
D | MemDepPrinter.cpp | 105 MemDepResult Res = MDA.getDependency(Inst); in runOnFunction() local 116 const MemDepResult &Res = I->getResult(); in runOnFunction() local 128 const MemDepResult &Res = I->getResult(); in runOnFunction() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetObjectFile.cpp | 42 const MCExpr *Res = in getTTypeGlobalReference() local 67 const MCExpr *Res = in getIndirectSymViaGOTPCRel() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 379 ValueVector Res; in splitBinary() local 399 ValueVector Res; in visitSelectInst() local 446 ValueVector Res; in visitGetElementPtrInst() local 472 ValueVector Res; in visitCastInst() local 491 ValueVector Res; in visitBitCastInst() local 544 ValueVector Res; in visitShuffleVectorInst() local 567 ValueVector Res; in visitPHINode() local 599 ValueVector Res; in visitLoadInst() local 649 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/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1302 if (Instruction *Res = OptAndOp(Op0I, Op0CI, AndRHS, I)) in visitAnd() local 1417 if (Value *Res = FoldAndOfICmps(LHS, RHS)) in visitAnd() local 1425 if (Value *Res = FoldAndOfICmps(LHS, Cmp)) in visitAnd() local 1428 if (Value *Res = FoldAndOfICmps(LHS, Cmp)) in visitAnd() local 1433 if (Value *Res = FoldAndOfICmps(Cmp, RHS)) in visitAnd() local 1436 if (Value *Res = FoldAndOfICmps(Cmp, RHS)) in visitAnd() local 1444 if (Value *Res = FoldAndOfFCmps(LHS, RHS)) in visitAnd() local 1468 if (Value *Res = FoldAndOfICmps(LHS, RHS)) in visitAnd() local 1475 if (Value *Res = FoldAndOfFCmps(LHS, RHS)) in visitAnd() local 2429 if (Value *Res = FoldOrOfICmps(LHS, RHS, &I)) in visitOr() local [all …]
|
/external/clang/lib/Frontend/ |
D | SerializedDiagnosticReader.cpp | 119 llvm::ErrorOr<Cursor> Res = skipUntilRecordOrBlock(Stream, BlockOrCode); in readMetaBlock() local 160 llvm::ErrorOr<Cursor> Res = skipUntilRecordOrBlock(Stream, BlockOrCode); in readDiagnosticBlock() local
|
/external/valgrind/none/tests/amd64/ |
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/valgrind/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/Object/ |
D | IRObjectFile.cpp | 95 uint32_t Res = BasicSymbolRef::SF_None; in IRObjectFile() local 155 uintptr_t Res; in moveSymbolNext() local 217 uint32_t Res = BasicSymbolRef::SF_None; in getSymbolFlags() local
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerLoop.cpp | 127 size_t Res = 0; in RunOne() local 147 uintptr_t Res = 0; in HashOfArrayOfPCs() local 155 Unit Res; in SubstituteTokens() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 39 SDValue Res = SDValue(); in PromoteIntegerResult() local 174 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic0() local 187 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic1() local 211 SDValue Res = DAG.getAtomicCmpSwap( in PromoteIntRes_AtomicCmpSwap() local 225 SDValue Res = DAG.getAtomicCmpSwap( in PromoteIntRes_AtomicCmpSwap() local 405 SDValue Res = DAG.getNode(NewOpc, dl, NVT, N->getOperand(0)); in PromoteIntRes_FP_TO_XINT() local 419 SDValue Res = DAG.getNode(N->getOpcode(), dl, NVT, N->getOperand(0)); in PromoteIntRes_FP_TO_FP16() local 431 SDValue Res = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_INT_EXTEND() local 459 SDValue Res = DAG.getExtLoad(ExtType, dl, NVT, N->getChain(), N->getBasePtr(), in PromoteIntRes_LOAD() local 478 SDValue Res = DAG.getMaskedLoad(NVT, dl, N->getChain(), N->getBasePtr(), in PromoteIntRes_MLOAD() local [all …]
|
/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 | 310 int64_t Res; in RecordRelocation() local 366 int64_t Res; in RecordRelocation() local
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.cpp | 59 DWARFAddressRangesVector Res; in getAbsoluteRanges() local
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 34 const MCExpr *Res = in getTTypeGlobalReference() local 57 const MCExpr *Res = in getIndirectSymViaGOTPCRel() local
|