Home
last modified time | relevance | path

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

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