Home
last modified time | relevance | path

Searched refs:Loc1 (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp60 bool areOnSameLine(SourceLocation Loc1, SourceLocation Loc2, in areOnSameLine() argument
62 return !Loc1.isMacroID() && !Loc2.isMacroID() && in areOnSameLine()
63 SM.getSpellingLineNumber(Loc1) == SM.getSpellingLineNumber(Loc2); in areOnSameLine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCallingConvLower.cpp284 const CCValAssign &Loc1 = RVLocs1[I]; in resultsCompatible() local
288 Loc1.isRegLoc() != Loc2.isRegLoc() || in resultsCompatible()
290 Loc1.getLocInfo() != Loc2.getLocInfo() || in resultsCompatible()
292 Loc1.getExtraInfo() != Loc2.getExtraInfo()) in resultsCompatible()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp197 MemoryLocation Loc1 = MemoryLocation::get(Store1); in canSinkFromBlock() local
198 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
199 !isStoreSinkBarrierInRange(*Store1->getNextNode(), BB1->back(), Loc1) && in canSinkFromBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h168 SourceLocation Loc1, in handleExclusiveAndShared() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp226 SourceLocation Loc1, SourceLocation Loc2, in onlyWhitespaceBetween() argument
228 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1); in onlyWhitespaceBetween()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp994 const CCValAssign &Loc1 = ArgLocs1[i]; in resultsCompatible() local
999 if (Loc1.isRegLoc() != Loc2.isRegLoc()) in resultsCompatible()
1002 if (Loc1.isRegLoc()) { in resultsCompatible()
1004 if (Loc1.getLocReg() != Loc2.getLocReg()) in resultsCompatible()
1012 if (Loc1.getLocMemOffset() != Loc2.getLocMemOffset()) in resultsCompatible()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp465 const auto &Loc1 = MemoryLocation::get(&StoreOrLoadInst); in isAliased() local
467 return AA.isMustAlias(Loc1, Loc2); in isAliased()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DInitialization.h611 InitializationKind(InitKind Kind, InitContext Context, SourceLocation Loc1, in InitializationKind() argument
614 Locations[0] = Loc1; in InitializationKind()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1454 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isWrittenInSameFile() argument
1455 return getFileID(Loc1) == getFileID(Loc2); in isWrittenInSameFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1923 SourceLocation Loc1, in handleExclusiveAndShared() argument
1925 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DStackMaps.rst296 Stack Map: ID=78, Loc0=%r9 Loc1=%r8
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1943 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, in isAliased() argument
1953 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) { in isAliased()
1955 aliased = !AA->isNoAlias(Loc1, Loc2); in isAliased()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp7818 Value *Val0, *Val1; LocTy Loc0, Loc1; in parseInsertValue() local
7823 parseTypeAndValue(Val1, Loc1, PFS) || in parseInsertValue()
7834 return error(Loc1, "insertvalue operand and field disagree in type: '" + in parseInsertValue()