/external/clang/lib/Index/ |
D | CommentToXML.cpp | 442 FullCommentParts Parts(C, Traits); in visitFullComment() local 445 if (Parts.Headerfile) in visitFullComment() 446 visit(Parts.Headerfile); in visitFullComment() 447 if (Parts.Brief) in visitFullComment() 448 visit(Parts.Brief); in visitFullComment() 449 else if (Parts.FirstParagraph) { in visitFullComment() 451 visitNonStandaloneParagraphComment(Parts.FirstParagraph); in visitFullComment() 456 for (unsigned i = 0, e = Parts.MiscBlocks.size(); i != e; ++i) { in visitFullComment() 457 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment() 458 if (FirstParagraphIsBrief && C == Parts.FirstParagraph) in visitFullComment() [all …]
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 72 std::vector<Record*> Parts = in updateComponents() local 74 if (!Parts.empty()) { in updateComponents() 75 if (Parts.size() < 2) in updateComponents() 79 for (unsigned i = 0, e = Parts.size(); i != e; ++i) in updateComponents() 80 IdxParts.push_back(RegBank.getSubRegIdx(Parts[i])); in updateComponents() 345 SmallVector<CodeGenSubRegIndex*, 8> Parts; in computeSubRegs() local 347 Parts.push_back(getSubRegIndex(SR->ExplicitSubRegs[j])); in computeSubRegs() 350 RegBank.addConcatSubRegIndex(Parts, ExplicitSubRegIndices[i]); in computeSubRegs() 428 SmallVector<CodeGenSubRegIndex*, 8> Parts(1, I->first); in computeSecondarySubRegs() local 433 Parts.push_back(Idx); in computeSecondarySubRegs() [all …]
|
D | CodeGenRegisters.h | 587 addConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex *, 8> &Parts, in addConcatSubRegIndex() argument 589 ConcatIdx.insert(std::make_pair(Parts, Idx)); in addConcatSubRegIndex()
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
D | license.rst | 6 Parts are copyright (c) Bob Ippolito 8 Parts are copyright (c) 2010-2014 Ronald Oussoren
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 330 SDValue Parts[2]; in IntegerToVector() local 334 SplitInteger(Op, Parts[0], Parts[1]); in IntegerToVector() 336 std::swap(Parts[0], Parts[1]); in IntegerToVector() 337 IntegerToVector(Parts[0], NumElements, Ops, EltVT); in IntegerToVector() 338 IntegerToVector(Parts[1], NumElements, Ops, EltVT); in IntegerToVector()
|
D | SelectionDAGBuilder.cpp | 104 const SDValue *Parts, unsigned NumParts, 113 const SDValue *Parts, in getCopyFromParts() argument 118 return getCopyFromPartsVector(DAG, DL, Parts, NumParts, in getCopyFromParts() 123 SDValue Val = Parts[0]; in getCopyFromParts() 142 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2, in getCopyFromParts() 144 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2, in getCopyFromParts() 147 Lo = DAG.getNode(ISD::BITCAST, DL, HalfVT, Parts[0]); in getCopyFromParts() 148 Hi = DAG.getNode(ISD::BITCAST, DL, HalfVT, Parts[1]); in getCopyFromParts() 161 Parts + RoundParts, OddParts, PartVT, OddVT, V); in getCopyFromParts() 181 Lo = DAG.getNode(ISD::BITCAST, DL, EVT(MVT::f64), Parts[0]); in getCopyFromParts() [all …]
|
D | LegalizeFloatTypes.cpp | 1433 ArrayRef<uint64_t> Parts; in ExpandFloatRes_XINT_TO_FP() local 1439 Parts = TwoE32; in ExpandFloatRes_XINT_TO_FP() 1442 Parts = TwoE64; in ExpandFloatRes_XINT_TO_FP() 1445 Parts = TwoE128; in ExpandFloatRes_XINT_TO_FP() 1452 APInt(128, Parts)), in ExpandFloatRes_XINT_TO_FP()
|
D | LegalizeIntegerTypes.cpp | 821 SmallVector<SDValue, 8> Parts(NumRegs); in PromoteIntRes_VAARG() local 823 Parts[i] = DAG.getVAArg(RegVT, dl, Chain, Ptr, N->getOperand(2), in PromoteIntRes_VAARG() 825 Chain = Parts[i].getValue(1); in PromoteIntRes_VAARG() 830 std::reverse(Parts.begin(), Parts.end()); in PromoteIntRes_VAARG() 834 SDValue Res = DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, Parts[0]); in PromoteIntRes_VAARG() 836 SDValue Part = DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, Parts[i]); in PromoteIntRes_VAARG()
|
D | DAGCombiner.cpp | 3430 static bool isBSwapHWordElement(SDValue N, MutableArrayRef<SDNode *> Parts) { in isBSwapHWordElement() argument 3490 if (Parts[Num]) in isBSwapHWordElement() 3493 Parts[Num] = N0.getOperand(0).getNode(); in isBSwapHWordElement() 3520 SDNode *Parts[4] = {}; in MatchBSwapHWord() local 3526 if (!isBSwapHWordElement(N000, Parts)) in MatchBSwapHWord() 3530 if (!isBSwapHWordElement(N001, Parts)) in MatchBSwapHWord() 3533 if (!isBSwapHWordElement(N010, Parts)) in MatchBSwapHWord() 3536 if (!isBSwapHWordElement(N011, Parts)) in MatchBSwapHWord() 3540 if (!isBSwapHWordElement(N1, Parts)) in MatchBSwapHWord() 3542 if (!isBSwapHWordElement(N01, Parts)) in MatchBSwapHWord() [all …]
|
/external/tpm2/generator/ |
D | README | 16 Parts 2,3 and 4 of the specification were converted from PDF into HTML using
|
/external/libmtp/src/ |
D | README | 4 Parts of libptp2 are copied (and modified) from version 1.1.0:
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
D | license.rst | 6 Parts are copyright (c) 2010-2014 Ronald Oussoren
|
/external/regex-re2/doc/ |
D | mksyntaxgo | 32 Parts of the syntax can be disabled by passing alternate flags to Parse.
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 721 const integerPart *Parts = significandParts(); in isSignificandAllOnes() local 724 if (~Parts[i]) in isSignificandAllOnes() 734 if (~(Parts[PartCount - 1] | HighBitFill)) in isSignificandAllOnes() 743 const integerPart *Parts = significandParts(); in isSignificandAllZeros() local 747 if (Parts[i]) in isSignificandAllZeros() 756 if (Parts[PartCount - 1] & HighBitMask) in isSignificandAllZeros() 3887 integerPart *Parts = significandParts(); in next() local 3888 APInt::tcDecrement(Parts, partCount()); in next() 3894 APInt::tcSetBit(Parts, semantics->precision - 1); in next() 3909 integerPart *Parts = significandParts(); in next() local [all …]
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 1503 SmallVector<std::pair< bool, StringRef>, 4> Parts; member 1516 Parts.push_back(std::make_pair(isDigitPart, StringRef(Start, Len))); in RecordParts() 1523 Parts.push_back(std::make_pair(isDigitPart, StringRef(Start, Len))); in RecordParts() 1526 size_t size() { return Parts.size(); } in size() 1529 assert (i < Parts.size() && "Invalid idx!"); in getPart() 1530 return Parts[i]; in getPart()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 322 unsigned Parts = ArgsParts[i]; in AnalyzeArguments() local 324 if (!UseStack && Parts <= RegsLeft) { in AnalyzeArguments() 326 for (unsigned j = 0; j < Parts; j++) { in AnalyzeArguments() 335 std::reverse(B, B + Parts); in AnalyzeArguments() 338 for (unsigned j = 0; j < Parts; j++) in AnalyzeArguments()
|
/external/chromium-trace/catapult/third_party/webapp2/docs/ |
D | index.rst | 166 documentation is valid for webapp2 too. Parts of this documentation were ported
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3162 VectorParts &Parts = WidenMap.get(KV.first); in truncateToMinimalBitwidths() local 3163 for (Value *&I : Parts) { in truncateToMinimalBitwidths() 3244 VectorParts &Parts = WidenMap.get(KV.first); in truncateToMinimalBitwidths() local 3245 for (Value *&I : Parts) { in truncateToMinimalBitwidths()
|
/external/opencv3/doc/tutorials/introduction/documenting_opencv/ |
D | documentation_tutorial.markdown | 69 self-contained file which represents one simple application. Parts of these files can be
|
/external/llvm/docs/tutorial/ |
D | LangImpl5.rst | 12 LLVM <index.html>`_" tutorial. Parts 1-4 described the implementation of
|
D | OCamlLangImpl5.rst | 12 LLVM <index.html>`_" tutorial. Parts 1-4 described the implementation of
|
/external/curl/docs/ |
D | FAQ | 1447 is just a brief summary for the cases we get the most questions. (Parts of
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 6138 % Parts, in the main contents. Replace the part number, which doesn't 6144 % Parts, in the short toc.
|
/external/bison/build-aux/ |
D | texinfo.tex | 6137 % Parts, in the main contents. Replace the part number, which doesn't 6143 % Parts, in the short toc.
|
/external/libvncserver/ |
D | ChangeLog | 2023 in our custom push/pull functions. Parts of the patch stolen from
|