HomeSort by relevance Sort by last modified time
    Searched refs:Ranges (Results 26 - 32 of 32) sorted by null

12

  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 45 ArrayRef<SMRange> Ranges = ArrayRef<SMRange>()) {
46 return Parser.Error(L, Msg, Ranges);
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 470 // Iterate over all live ranges.
575 typedef LiveInterval::Ranges::const_iterator LRIterator;
609 // Ranges which are assigned a stack slot only are ignored.
618 // Iterate over the ranges of the current interval...
690 // Finalise allocation, allocate empty ranges.
RegAllocLinearScan.cpp 452 // We cannot handle complicated live ranges. Simple linear stuff only.
453 if (cur.ranges.size() != 1)
456 const LiveRange &range = cur.ranges.front();
659 for (LiveInterval::Ranges::const_iterator I = cur.begin(), E = cur.end();
    [all...]
RegisterCoalescer.cpp 487 // live-range starts. If there are no intervening live ranges between them in
576 LiveInterval::Ranges::iterator BI =
577 std::upper_bound(IntB.ranges.begin(), IntB.ranges.end(), AI->start);
578 if (BI != IntB.ranges.begin())
580 for (; BI != IntB.ranges.end() && AI->end >= BI->start; ++BI) {
778 // Extend BValNo by merging in IntA live ranges of AValNo. Val# definition
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 282 milliseconds

12