Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCallingConvLower.cpp271 const CCValAssign &Loc1 = RVLocs1[I]; in resultsCompatible() local
273 if (Loc1.getLocInfo() != Loc2.getLocInfo()) in resultsCompatible()
275 bool RegLoc1 = Loc1.isRegLoc(); in resultsCompatible()
279 if (Loc1.getLocReg() != Loc2.getLocReg()) in resultsCompatible()
282 if (Loc1.getLocMemOffset() != Loc2.getLocMemOffset()) in resultsCompatible()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCallingConvLower.cpp288 const CCValAssign &Loc1 = RVLocs1[I]; in resultsCompatible() local
290 if (Loc1.getLocInfo() != Loc2.getLocInfo()) in resultsCompatible()
292 bool RegLoc1 = Loc1.isRegLoc(); in resultsCompatible()
296 if (Loc1.getLocReg() != Loc2.getLocReg()) in resultsCompatible()
299 if (Loc1.getLocMemOffset() != Loc2.getLocMemOffset()) in resultsCompatible()
/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp235 MemoryLocation Loc1 = MemoryLocation::get(Load1); in canHoistFromBlock() local
236 if (Load0->isSameOperationAs(Load1) && AA->isMustAlias(Loc0, Loc1) && in canHoistFromBlock()
388 MemoryLocation Loc1 = MemoryLocation::get(Store1); in canSinkFromBlock() local
389 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
390 !isStoreSinkBarrierInRange(*Store1->getNextNode(), BB1->back(), Loc1) && in canSinkFromBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp191 MemoryLocation Loc1 = MemoryLocation::get(Store1); in canSinkFromBlock() local
192 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
193 !isStoreSinkBarrierInRange(*Store1->getNextNode(), BB1->back(), Loc1) && in canSinkFromBlock()
/external/clang/lib/AST/
DRawCommentList.cpp225 SourceLocation Loc1, SourceLocation Loc2, in onlyWhitespaceBetween() argument
227 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1); in onlyWhitespaceBetween()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h141 SourceLocation Loc1, in handleExclusiveAndShared() argument
/external/clang/include/clang/Sema/
DInitialization.h479 InitializationKind(InitKind Kind, InitContext Context, SourceLocation Loc1, in InitializationKind() argument
483 Locations[0] = Loc1; in InitializationKind()
/external/clang/include/clang/Basic/
DSourceManager.h1338 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isWrittenInSameFile() argument
1339 return getFileID(Loc1) == getFileID(Loc2); in isWrittenInSameFile()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1606 SourceLocation Loc1, in handleExclusiveAndShared() argument
1608 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp509 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, in isAliased() argument
520 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) { in isAliased()
522 aliased = AA->alias(Loc1, Loc2); in isAliased()
/external/llvm/docs/
DStackMaps.rst296 Stack Map: ID=78, Loc0=%r9 Loc1=%r8
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DStackMaps.rst296 Stack Map: ID=78, Loc0=%r9 Loc1=%r8
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp769 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, in isAliased() argument
779 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) { in isAliased()
781 aliased = AA->alias(Loc1, Loc2); in isAliased()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp3957 Value *Val0, *Val1; LocTy Loc0, Loc1; in ParseInsertValue() local
3962 ParseTypeAndValue(Val1, Loc1, PFS) || in ParseInsertValue()
/external/llvm/lib/AsmParser/
DLLParser.cpp6302 Value *Val0, *Val1; LocTy Loc0, Loc1; in ParseInsertValue() local
6307 ParseTypeAndValue(Val1, Loc1, PFS) || in ParseInsertValue()
6318 return Error(Loc1, "insertvalue operand and field disagree in type: '" + in ParseInsertValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp6804 Value *Val0, *Val1; LocTy Loc0, Loc1; in ParseInsertValue() local
6809 ParseTypeAndValue(Val1, Loc1, PFS) || in ParseInsertValue()
6820 return Error(Loc1, "insertvalue operand and field disagree in type: '" + in ParseInsertValue()