Home
last modified time | relevance | path

Searched refs:OldPos (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceMangling.cpp42 size_t OldPos = 0; in incrementSubstitutions() local
45 for (; OldPos < OldLen; ++OldPos, ++NewPos) { in incrementSubstitutions()
46 if (OldName[OldPos] == '\0') in incrementSubstitutions()
48 if (OldName[OldPos] == 'S') { in incrementSubstitutions()
53 for (Last = OldPos + 1; Last < OldLen; ++Last) { in incrementSubstitutions()
67 NewName[NewPos++] = OldName[OldPos++]; // 'S' in incrementSubstitutions()
68 size_t Length = Last - OldPos; in incrementSubstitutions()
71 assert(OldName[OldPos - 1] == 'S'); in incrementSubstitutions()
72 assert(OldName[OldPos + Length] == '_'); in incrementSubstitutions()
85 char Ch = OldName[OldPos + Offset]; in incrementSubstitutions()
[all …]
/external/llvm/lib/Object/
DArchiveWriter.cpp97 uint64_t OldPos = OS.tell(); in printWithSpacePadding() local
99 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding()
106 OS.seek(OldPos + Size); in printWithSpacePadding()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DArchiveWriter.cpp115 uint64_t OldPos = OS.tell(); in printWithSpacePadding() local
117 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp128 MachineBasicBlock::iterator OldPos);
218 MachineBasicBlock::iterator OldPos) { in sink3AddrInstruction() argument
278 MachineBasicBlock::iterator(KillMI) == OldPos || KillMI->isTerminator()) in sink3AddrInstruction()
292 for (MachineInstr &OtherMI : make_range(std::next(OldPos), KillPos)) { in sink3AddrInstruction()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp103 MachineBasicBlock::iterator OldPos);
189 MachineBasicBlock::iterator OldPos) { in sink3AddrInstruction() argument
249 MachineBasicBlock::iterator(KillMI) == OldPos || KillMI->isTerminator()) in sink3AddrInstruction()
263 for (MachineInstr &OtherMI : llvm::make_range(std::next(OldPos), KillPos)) { in sink3AddrInstruction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp88 MachineBasicBlock::iterator OldPos);
179 MachineBasicBlock::iterator OldPos) { in Sink3AddrInstruction() argument
242 for (MachineBasicBlock::iterator I = llvm::next(OldPos); I != KillPos; ++I) { in Sink3AddrInstruction()