Searched refs:PosEnd (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp264 // call void @llvm.x86.tilestored64.internal(m, n,... td) <--PosEnd record (m,k)
271 BasicBlock::iterator PosEnd = BB->end(); local
286 PosEnd = I;
293 assert(PosEnd != BB->end() && "Not find TileStore!");
297 KeyAMX = dyn_cast<IntrinsicInst>(&*PosEnd);
303 return PosEnd;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp92 size_t PosEnd = PrunedSource->find('\n', Pos); local
94 Pos, (PosEnd == StringRef::npos) ? StringRef::npos : (PosEnd - Pos));
103 if (PosEnd == StringRef::npos)
105 Pos = PosEnd + 1;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1788 ModuleBuildStack::iterator Pos = ModPath.begin(), PosEnd = ModPath.end(); local
1789 for (; Pos != PosEnd; ++Pos) {
1794 if (Pos != PosEnd) {
1796 for (; Pos != PosEnd; ++Pos) {

Completed in 207 milliseconds