HomeSort by: relevance | last modified time | path
    Searched refs:Original (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Support/
GlobPattern.cpp 27 static Expected<BitVector> expand(StringRef S, StringRef Original) {
49 return make_error<StringError>("invalid glob pattern: " + Original,
67 static Expected<BitVector> scan(StringRef &S, StringRef Original) {
82 return make_error<StringError>("invalid glob pattern: " + Original,
88 Expected<BitVector> BV = expand(Chars.substr(1), Original);
93 return expand(Chars, Original);
133 StringRef Original = S;
135 Expected<BitVector> BV = scan(S, Original);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeEdit.cpp 85 unsigned Original = VRM->getOriginal(getReg());
86 LiveInterval &OrigLI = LIS.getInterval(Original);
128 // Don't allow rematerialization immediately after the original def.
296 unsigned Original = VRM->getOriginal(Dest);
297 LiveInterval &OrigLI = LIS.getInterval(Original);
299 // The original live-range may have been shrunk to
359 // If the dest of MI is an original reg and MI is reMaterializable,
438 Register Original = VRM ? VRM->getOriginal(VReg) : Register();
440 // If LI is an original interval that hasn't been split yet, make the new
441 // intervals their own originals instead of referring to LI. The original
    [all...]
CalcSpillWeights.cpp 84 unsigned Original = VRM.getOriginal(Reg);
107 // If the original (pre-splitting) registers match this
109 if (!Register::isVirtualRegister(Reg) || VRM.getOriginal(Reg) != Original)
168 Register Original = VRM.getOriginal(Reg);
169 const LiveInterval &OrigInt = LIS.getInterval(Original);
InlineSpiller.cpp 101 // Map from StackSlot to the LiveInterval of the original register.
102 // Note the LiveInterval of the original register may have been deleted
107 // Map from pair of (StackSlot and Original VNI) to a set of spills which
108 // have the same stackslot and have equal values defined by Original VNI.
114 /// This is the map from original register to a set containing all its
153 unsigned Original);
176 Register Original;
285 /// It is assumed that SnipLI is a virtual register with the same original as
339 // Snippets all have the same original, so there can't be any for an original
    [all...]
SplitKit.h 192 /// isOriginalEndpoint - Return true if the original live range was killed or
287 /// doesn't overlap any other intervals, and the original interval is
360 /// original interval and the new intervals.
367 /// the original interval and the new intervals.
372 /// with newly created value numbers. If Original is true, dead def will
374 /// original interval has a def at this index. Otherwise, all subranges
376 void addDeadDef(LiveInterval &LI, VNInfo *VNI, bool Original);
382 /// (or an inserted copy), or it may be coming from the original interval.
383 /// The parameter Original should be true in the latter case, otherwise
387 bool Original);
    [all...]
SplitKit.cpp 425 void SplitEditor::addDeadDef(LiveInterval &LI, VNInfo *VNI, bool Original) {
432 if (Original) {
433 // If we are transferring a def from the original interval, make sure
434 // to only update the subranges for which the original subranges had
469 bool Original) {
491 addDeadDef(*LI, OldVNI, Original);
499 addDeadDef(*LI, VNI, Original);
598 unsigned Original = VRM.getOriginal(Edit->get(RegIdx));
599 LiveInterval &OrigLI = LIS.getInterval(Original);
1388 // for a partially defined original register. For example
    [all...]
CodeGenPrepare.cpp 1081 "Not relocating a derived object of the original base object");
1141 // If the newly generated derived pointer's type does not match the original derived
2603 /// moved. Preserving the original location would pessimize the debugging
2679 /// Original position of the instruction.
2691 /// Move the instruction back to its original position.
2700 /// Original operand of the instruction.
2717 /// Restore the original value of the instruction.
2729 /// The list of original operands.
2749 /// Restore the original list of uses.
2838 /// Record the original type
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Tree.cpp 57 Kind(static_cast<unsigned>(Kind)), Role(0), Original(false),
148 for (auto *T = this; T && T->Original; T = T->Parent)
149 T->Original = false;
163 if (N->Original)
164 traverse(N, [](Node *C) { C->Original = false; });
BuildTree.cpp 575 L->Original = true;
648 Node->Original = true;
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Tree.h 16 // corresponding the original order of expanded tokens.
104 /// When this flag is true, all subtrees are also original.
107 bool isOriginal() const { return Original; }
138 // TreeBuilder is allowed to set the Original and CanModify flags.
152 unsigned Original : 1;
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
RangedConstraintManager.h 130 /// Create a new set with all ranges from the original set plus the new one.
134 /// where N = size(Original)
135 RangeSet add(RangeSet Original, Range Element);
136 /// Create a new set with all ranges from the original set plus the point.
140 /// where N = size(Original)
141 RangeSet add(RangeSet Original, const llvm::APSInt &Point);
CallEvent.h 179 CallEvent(const CallEvent &Original)
180 : State(Original.State), LCtx(Original.LCtx), Origin(Original.Origin),
181 Data(Original.Data), Location(Original.Location) {}
  /src/external/gpl2/xcvs/dist/contrib/
sccs2rcs.in 319 echo Original unchanged history in ./SCCS
pvcs2rcs.in 87 # should do the trick) should end any problems with the original import.
462 chdir $old_dir or die "Failed to restore original directory ($old_dir): ", $!, ", stopped";
485 "Failed to restore original directory (\`$old_dir'): ", $!, ", stopped";
504 "Failed to restore original directory ($old_dir): ", $!, ", stopped";
804 print "Original label is $label_revision[$label_index]\n" if ($options{debug});
1015 or die "Failed to restore original directory ($old_dir): ", $!, ", stopped";
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFYAML.cpp 1082 NormalizedOther(IO &IO, Optional<uint8_t> Original) : YamlIO(IO) {
1083 assert(Original && "This constructor is only used for outputting YAML and "
1084 "assumes a non-empty Original");
1090 if ((*Original & FlagValue) != FlagValue)
1092 *Original &= ~FlagValue;
1096 if (*Original != 0) {
1097 UnknownFlagsHolder = std::to_string(*Original);
1677 NormalizedMips64RelType(IO &, ELFYAML::ELF_REL Original)
1678 : Type(Original & 0xFF), Type2(Original >> 8 & 0xFF)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp 710 // Otherwise, return the original type.
762 QualType Original = T->getOriginalType();
765 // The original type and pointee type can be the same, as in the case of
770 if (Pointer->getPointeeType() == Original) {
773 AddQualType(Original);
779 // The original type and pointee type are different, such as in the case
783 AddQualType(Original);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 521 // The representation of a clone of the original loop we started out with.
557 // intersection of `Range' and the iteration space of the original loop.
568 // `Original`. The clone is described by `VM`.
569 Loop *createClonedLoopStructure(Loop *Original, Loop *Parent,
625 // Information about the original loop we started out with.
1223 // +---> original exit |
1264 // | original exit <----+
1314 // IterationsLeft - are there any more iterations left, given the original
1380 Loop *LoopConstrainer::createClonedLoopStructure(Loop *Original, Loop *Parent,
1390 // Add all of the blocks in Original to the new loop
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 111 RangeSet RangeSet::Factory::add(RangeSet Original, Range Element) {
113 Result.reserve(Original.size() + 1);
115 const_iterator Lower = llvm::lower_bound(Original, Element);
116 Result.insert(Result.end(), Original.begin(), Lower);
118 Result.insert(Result.end(), Lower, Original.end());
123 RangeSet RangeSet::Factory::add(RangeSet Original, const llvm::APSInt &Point) {
124 return add(Original, Range(Point));
446 // It means that in the original range we have ranges
1022 /// If T is signed, return the smallest range [-x..x] that covers the original
1024 /// exist due to original range covering min(T))
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.cpp 94 StringRef Original = SI->getValue();
98 auto FirstMeta = Original.find_first_of(RegexMetachars);
101 if (removeParens(Original).find_first_of("|?") != std::string::npos)
105 StringRef Prefix = Original.substr(0, FirstMeta);
106 StringRef PatStr = Original.substr(FirstMeta);
159 PrintFatalError(Loc, "instregex has no matches: " + Original);
1576 // Visit each original RW within the current sequence.
1619 // Visit each original write sequence.
1629 // Visit each original read sequence.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h 133 /// \param Original The value being copied/created, should not be used in the
135 /// \param Inner The equivalent of \p Original that should be used in the
136 /// generated IR; this is equal to \p Original if the value is
145 InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &Original,
1035 /// \param IsPostfixUpdate true if original value of 'x' must be stored in
  /src/usr.sbin/sysinst/arch/mac68k/
msg.md.de 134 in der Original Festplatten Partitions �bersicht f�r zuk�nftige Erweiterungen
  /src/external/gpl3/gdb/dist/readline/readline/doc/
texi2dvi 169 are left. Output files are copied back to the original file.
248 # cd_orig - Return to the original directory.
254 # Return to the original directory so that
792 verbose "Original xref files = $xref_files_orig"
872 # original error messages.
1191 # run_makeinfo - Expand macro commands in the original source file using
1664 # the original directory.
  /src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2dvi 169 are left. Output files are copied back to the original file.
248 # cd_orig - Return to the original directory.
254 # Return to the original directory so that
792 verbose "Original xref files = $xref_files_orig"
872 # original error messages.
1191 # run_makeinfo - Expand macro commands in the original source file using
1664 # the original directory.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 576 // Avoid building the original CU if it won't be used
612 /// Append the expression \p Addition to \p Original and return the result.
613 static const DIExpression *combineDIExpressions(const DIExpression *Original,
617 if (Original->isImplicit() && Addition->isImplicit())
620 (Elts.size() > 0) ? DIExpression::append(Original, Elts) : Original;
2306 // the time the index is built from that, the original type/namespace DIE in a
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 263 // captured variables, we can use the original one.
437 // Restore original CapturedStmtInfo only if we're done with code emission.
508 /// Original structure:
621 Address Private, Address Original,
638 [=]() { return Original; });
678 /// \param SrcAddr Address of the original array.
778 // Get the address of the original variable captured in current
3424 PrivateHelpersTy(const Expr *OriginalRef, const VarDecl *Original,
3426 : OriginalRef(OriginalRef), Original(Original), PrivateCopy(PrivateCopy)
    [all...]

Completed in 93 milliseconds

1 2