Searched refs:Locs (Results 1 - 15 of 15) sorted by relevance

/external/llvm/utils/TableGen/
H A DCTagsEmitter.cpp64 ArrayRef<SMLoc> Locs = R->getLoc(); local
65 if (Locs.empty()) {
69 return Locs.front();
/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h51 SmallVectorImpl<CCValAssign> &Locs; member in class:llvm::Hexagon_CCState
61 Locs.push_back(V);
H A DHexagonCallingConvLower.cpp30 : CallingConv(CC), IsVarArg(isVarArg), TM(tm), Locs(locs), Context(c) {
/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1103 LocPair Locs(Location(PN, PNSize, PNTBAAInfo),
1106 std::swap(Locs.first, Locs.second);
1115 assert(AliasCache.count(Locs) &&
1117 AliasResult OrigAliasResult = AliasCache[Locs];
1118 AliasCache[Locs] = NoAlias;
1132 AliasCache[Locs] = OrigAliasResult;
1254 LocPair Locs(Location(V1, V1Size, V1TBAAInfo),
1257 std::swap(Locs.first, Locs
[all...]
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h161 SmallVectorImpl<CCValAssign> &Locs; member in class:llvm::CCState
226 Locs.push_back(V);
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp30 TRI(*TM.getRegisterInfo()), Locs(locs), Context(C),
/external/clang/include/clang/AST/
H A DDeclObjC.h89 const SourceLocation *Locs, ASTContext &Ctx);
860 const SourceLocation *Locs, ASTContext &C) {
861 data().ReferencedProtocols.set(List, Num, Locs, C);
1445 const SourceLocation *Locs, ASTContext &C) {
1447 data().ReferencedProtocols.set(List, Num, Locs, C);
1602 const SourceLocation *Locs, ASTContext &C) {
1603 ReferencedProtocols.set(List, Num, Locs, C);
859 setProtocolList(ObjCProtocolDecl *const* List, unsigned Num, const SourceLocation *Locs, ASTContext &C) argument
1444 setProtocolList(ObjCProtocolDecl *const*List, unsigned Num, const SourceLocation *Locs, ASTContext &C) argument
1601 setProtocolList(ObjCProtocolDecl *const*List, unsigned Num, const SourceLocation *Locs, ASTContext &C) argument
/external/llvm/include/llvm/TableGen/
H A DRecord.h1384 SmallVector<SMLoc, 4> Locs; member in class:llvm::Record
1404 ID(LastID++), Name(StringInit::get(N)), Locs(locs.begin(), locs.end()),
1410 ID(LastID++), Name(N), Locs(locs.begin(), locs.end()),
1418 ID(LastID++), Name(O.Name), Locs(O.Locs), TemplateArgs(O.TemplateArgs),
1442 ArrayRef<SMLoc> getLoc() const { return Locs; }
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1457 SmallVector<llvm::Value *, 8> Locs; local
1459 Locs.push_back(llvm::ConstantInt::get(CGF.Int32Ty,
1472 Locs.push_back(llvm::ConstantInt::get(CGF.Int32Ty,
1477 return llvm::MDNode::get(CGF.getLLVMContext(), Locs);
/external/llvm/lib/TableGen/
H A DTGParser.cpp2305 SmallVector<SMLoc, 4> Locs(1, DefmPrefixRange.Start);
2306 Locs.append(DefProto->getLoc().begin(), DefProto->getLoc().end());
2307 Record *CurRec = new Record(DefName, Locs, Records, IsAnonymous);
/external/clang/lib/AST/
H A DDeclObjC.cpp38 const SourceLocation *Locs, ASTContext &Ctx) {
43 memcpy(Locations, Locs, sizeof(SourceLocation) * Elts);
37 set(ObjCProtocolDecl* const* InList, unsigned Elts, const SourceLocation *Locs, ASTContext &Ctx) argument
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1010 SourceLocation *Locs = E->getStoredSelLocs(); local
1012 Writer.AddSourceLocation(Locs[i], Record);
H A DASTReaderStmt.cpp1064 SourceLocation *Locs = E->getStoredSelLocs(); local
1066 Locs[I] = ReadSourceLocation(Record, Idx);
/external/clang/tools/libclang/
H A DCIndex.cpp3409 ArrayRef<SourceLocation> Locs = ImportD->getIdentifierLocs(); local
3410 if (!Locs.empty())
3412 SourceRange(Locs.front(), Locs.back()));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6760 std::pair<int, int> Locs[4]; local
6769 Locs[i] = std::make_pair(-1, -1);
6773 Locs[i] = std::make_pair(0, NumLo);
6777 Locs[i] = std::make_pair(1, NumHi);
6795 if (Locs[i].first != -1) {
6797 Idx += Locs[i].first * 2 + Locs[i].second;
6870 Locs[i] = std::make_pair(-1, -1);
6872 Locs[i] = std::make_pair(MaskIdx, LoIdx);
6876 Locs[
[all...]

Completed in 1092 milliseconds