HomeSort by relevance Sort by last modified time
    Searched refs:NewEnd (Results 1 - 25 of 33) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/MC/
MCModule.cpp 31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) {
39 OffsetMap.insert(NewBegin, NewEnd, Atom);
43 Atom->End = NewEnd;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCModule.h 46 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 162 size_t NewEnd = GetCurrentBitNo()+((NumElts+3)&~3)*8;
166 if (!canSkipToPos(NewEnd/8)) {
172 JumpToBit(NewEnd);
253 size_t NewEnd = CurBitPos+((NumElts+3)&~3)*8;
257 if (!canSkipToPos(NewEnd/8)) {
264 // over tail padding first, in case jumping to NewEnd invalidates the Blob
266 JumpToBit(NewEnd);
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 446 unsigned NewEnd = map.startOfNextColumn(SourceEnd);
451 while (NewEnd < SourceLine.size() && isWhitespace(SourceLine[NewEnd]))
452 NewEnd = map.startOfNextColumn(NewEnd);
455 while (NewEnd < SourceLine.size() && isWhitespace(SourceLine[NewEnd]))
456 NewEnd = map.startOfNextColumn(NewEnd);
458 assert(map.byteToColumn(NewEnd) != -1)
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 722 iterator NewEnd;
724 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
726 NewEnd = this->begin();
729 this->destroy_range(NewEnd, this->end());
732 this->setEnd(NewEnd);
781 iterator NewEnd = this->begin();
783 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
786 this->destroy_range(NewEnd, this->end());
787 this->setEnd(NewEnd);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallVector.h 724 iterator NewEnd;
726 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
728 NewEnd = this->begin();
731 this->destroy_range(NewEnd, this->end());
734 this->setEnd(NewEnd);
783 iterator NewEnd = this->begin();
785 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
788 this->destroy_range(NewEnd, this->end());
789 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 724 iterator NewEnd;
726 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
728 NewEnd = this->begin();
731 this->destroy_range(NewEnd, this->end());
734 this->setEnd(NewEnd);
783 iterator NewEnd = this->begin();
785 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
788 this->destroy_range(NewEnd, this->end());
789 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SmallVector.h 742 iterator NewEnd;
744 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
746 NewEnd = this->begin();
749 this->destroy_range(NewEnd, this->end());
752 this->setEnd(NewEnd);
801 iterator NewEnd = this->begin();
803 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
806 this->destroy_range(NewEnd, this->end());
807 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SmallVector.h 742 iterator NewEnd;
744 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
746 NewEnd = this->begin();
749 this->destroy_range(NewEnd, this->end());
752 this->setEnd(NewEnd);
801 iterator NewEnd = this->begin();
803 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
806 this->destroy_range(NewEnd, this->end());
807 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SmallVector.h 745 iterator NewEnd;
747 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
749 NewEnd = this->begin();
752 this->destroy_range(NewEnd, this->end());
755 this->setEnd(NewEnd);
804 iterator NewEnd = this->begin();
806 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
809 this->destroy_range(NewEnd, this->end());
810 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SmallVector.h 745 iterator NewEnd;
747 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
749 NewEnd = this->begin();
752 this->destroy_range(NewEnd, this->end());
755 this->setEnd(NewEnd);
804 iterator NewEnd = this->begin();
806 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
809 this->destroy_range(NewEnd, this->end());
810 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SmallVector.h 745 iterator NewEnd;
747 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
749 NewEnd = this->begin();
752 this->destroy_range(NewEnd, this->end());
755 this->setEnd(NewEnd);
804 iterator NewEnd = this->begin();
806 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
809 this->destroy_range(NewEnd, this->end());
810 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SmallVector.h 745 iterator NewEnd;
747 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
749 NewEnd = this->begin();
752 this->destroy_range(NewEnd, this->end());
755 this->setEnd(NewEnd);
804 iterator NewEnd = this->begin();
806 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
809 this->destroy_range(NewEnd, this->end());
810 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 724 iterator NewEnd;
726 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
728 NewEnd = this->begin();
731 this->destroy_range(NewEnd, this->end());
734 this->setEnd(NewEnd);
783 iterator NewEnd = this->begin();
785 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
788 this->destroy_range(NewEnd, this->end());
789 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SmallVector.h 742 iterator NewEnd;
744 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
746 NewEnd = this->begin();
749 this->destroy_range(NewEnd, this->end());
752 this->setEnd(NewEnd);
801 iterator NewEnd = this->begin();
803 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
806 this->destroy_range(NewEnd, this->end());
807 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SmallVector.h 742 iterator NewEnd;
744 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
746 NewEnd = this->begin();
749 this->destroy_range(NewEnd, this->end());
752 this->setEnd(NewEnd);
801 iterator NewEnd = this->begin();
803 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
806 this->destroy_range(NewEnd, this->end());
807 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SmallVector.h 745 iterator NewEnd;
747 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
749 NewEnd = this->begin();
752 this->destroy_range(NewEnd, this->end());
755 this->setEnd(NewEnd);
804 iterator NewEnd = this->begin();
806 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
809 this->destroy_range(NewEnd, this->end());
810 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SmallVector.h 745 iterator NewEnd;
747 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
749 NewEnd = this->begin();
752 this->destroy_range(NewEnd, this->end());
755 this->setEnd(NewEnd);
804 iterator NewEnd = this->begin();
806 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
809 this->destroy_range(NewEnd, this->end());
810 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SmallVector.h 745 iterator NewEnd;
747 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
749 NewEnd = this->begin();
752 this->destroy_range(NewEnd, this->end());
755 this->setEnd(NewEnd);
804 iterator NewEnd = this->begin();
806 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
809 this->destroy_range(NewEnd, this->end());
810 this->setEnd(NewEnd);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SmallVector.h 745 iterator NewEnd;
747 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
749 NewEnd = this->begin();
752 this->destroy_range(NewEnd, this->end());
755 this->setEnd(NewEnd);
804 iterator NewEnd = this->begin();
806 NewEnd = std::move(RHS.begin(), RHS.end(), NewEnd);
809 this->destroy_range(NewEnd, this->end());
810 this->setEnd(NewEnd);
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 320 inst_iterator NewEnd = inst_end(NewFunc);
321 while (OldIter != OldEnd && NewIter != NewEnd) {
346 EXPECT_EQ(NewEnd, NewIter);
357 inst_iterator NewEnd = inst_end(NewFunc);
358 while (OldIter != OldEnd && NewIter != NewEnd) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallVector.h 616 iterator NewEnd;
618 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
620 NewEnd = this->begin();
623 this->destroy_range(NewEnd, this->end());
626 this->setEnd(NewEnd);
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamReader.h 515 const unsigned char *NewEnd = NextChar+((NumElts+3)&~3);
519 if (NewEnd > BitStream->getLastChar()) {
535 NextChar = NewEnd;
  /external/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 305 auto NewEnd = std::find(I, E, GuardInst);
306 assert(NewEnd != E && "GuardInst not in its own block?");
307 E = NewEnd;
  /external/clang/lib/Tooling/Core/
Replacement.cpp 299 unsigned NewEnd =
303 Range(Result.back().getOffset(), NewEnd - Result.back().getOffset());

Completed in 858 milliseconds

1 2