/external/llvm/lib/CodeGen/ |
D | CallingConvLower.cpp | 271 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/ |
D | CallingConvLower.cpp | 288 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/ |
D | MergedLoadStoreMotion.cpp | 235 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/ |
D | MergedLoadStoreMotion.cpp | 191 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/ |
D | RawCommentList.cpp | 225 SourceLocation Loc1, SourceLocation Loc2, in onlyWhitespaceBetween() argument 227 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1); in onlyWhitespaceBetween()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafety.h | 141 SourceLocation Loc1, in handleExclusiveAndShared() argument
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 479 InitializationKind(InitKind Kind, InitContext Context, SourceLocation Loc1, in InitializationKind() argument 483 Locations[0] = Loc1; in InitializationKind()
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 1338 bool isWrittenInSameFile(SourceLocation Loc1, SourceLocation Loc2) const { in isWrittenInSameFile() argument 1339 return getFileID(Loc1) == getFileID(Loc2); in isWrittenInSameFile()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1606 SourceLocation Loc1, in handleExclusiveAndShared() argument 1608 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 509 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/ |
D | StackMaps.rst | 296 Stack Map: ID=78, Loc0=%r9 Loc1=%r8
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | StackMaps.rst | 296 Stack Map: ID=78, Loc0=%r9 Loc1=%r8
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 769 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/ |
D | LLParser.cpp | 3957 Value *Val0, *Val1; LocTy Loc0, Loc1; in ParseInsertValue() local 3962 ParseTypeAndValue(Val1, Loc1, PFS) || in ParseInsertValue()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 6302 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/ |
D | LLParser.cpp | 6804 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()
|