HomeSort by relevance Sort by last modified time
    Searched refs:Parts (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/Index/
CommentToXML.cpp 81 /// Separate parts of a FullComment.
442 FullCommentParts Parts(C, Traits);
445 if (Parts.Headerfile)
446 visit(Parts.Headerfile);
447 if (Parts.Brief)
448 visit(Parts.Brief);
449 else if (Parts.FirstParagraph) {
451 visitNonStandaloneParagraphComment(Parts.FirstParagraph);
456 for (unsigned i = 0, e = Parts.MiscBlocks.size(); i != e; ++i) {
457 const Comment *C = Parts.MiscBlocks[i]
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 72 std::vector<Record*> Parts =
74 if (!Parts.empty()) {
75 if (Parts.size() < 2)
79 for (unsigned i = 0, e = Parts.size(); i != e; ++i)
80 IdxParts.push_back(RegBank.getSubRegIdx(Parts[i]));
345 SmallVector<CodeGenSubRegIndex*, 8> Parts;
347 Parts.push_back(getSubRegIndex(SR->ExplicitSubRegs[j]));
349 // Offer this as an existing spelling for the concatenation of Parts.
350 RegBank.addConcatSubRegIndex(Parts, ExplicitSubRegIndices[i]);
428 SmallVector<CodeGenSubRegIndex*, 8> Parts(1, I->first)
    [all...]
CodeGenRegisters.h 402 // A key representing the parts of a register class used for forming
587 addConcatSubRegIndex(const SmallVector<CodeGenSubRegIndex *, 8> &Parts,
589 ConcatIdx.insert(std::make_pair(Parts, Idx));
  /external/regex-re2/doc/
mksyntaxgo 32 Parts of the syntax can be disabled by passing alternate flags to Parse.
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 323 SDValue Parts[2];
327 SplitInteger(Op, Parts[0], Parts[1]);
329 std::swap(Parts[0], Parts[1]);
330 IntegerToVector(Parts[0], NumElements, Ops, EltVT);
331 IntegerToVector(Parts[1], NumElements, Ops, EltVT);
341 // Make a two element vector out of the expanded parts and convert that
SelectionDAGBuilder.cpp 99 const SDValue *Parts, unsigned NumParts,
102 /// getCopyFromParts - Create a value that contains the specified legal parts
103 /// combined into the value they represent. If the parts combine to a type
108 const SDValue *Parts,
113 return getCopyFromPartsVector(DAG, DL, Parts, NumParts,
116 assert(NumParts > 0 && "No parts to assemble!");
118 SDValue Val = Parts[0];
121 // Assemble the value from multiple parts.
137 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2,
139 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2
    [all...]
LegalizeIntegerTypes.cpp 779 SmallVector<SDValue, 8> Parts(NumRegs);
781 Parts[i] = DAG.getVAArg(RegVT, dl, Chain, Ptr, N->getOperand(2),
783 Chain = Parts[i].getValue(1);
788 std::reverse(Parts.begin(), Parts.end());
790 // Assemble the parts in the promoted type.
792 SDValue Res = DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, Parts[0])
    [all...]
LegalizeFloatTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/Support/
APFloat.cpp 77 /* A tight upper bound on number of parts required to hold the value
82 However, whilst the result may require only this many parts,
86 requires two parts to hold the single-part result). So we add an
340 lostFractionThroughTruncation(const integerPart *parts,
346 lsb = APInt::tcLSB(parts, partCount);
354 APInt::tcExtractBit(parts, bits - 1))
362 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits)
366 lost_fraction = lostFractionThroughTruncation(dst, parts, bits);
368 APInt::tcShiftRight(dst, parts, bits);
410 ulpsFromBoundary(const integerPart *parts, unsigned int bits, bool isNearest
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 327 unsigned Parts = ArgsParts[i];
329 if (!UseStack && Parts <= RegsLeft) {
331 for (unsigned j = 0; j < Parts; j++) {
340 std::reverse(B, B + Parts);
343 for (unsigned j = 0; j < Parts; j++)
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]

Completed in 692 milliseconds