Home
last modified time | relevance | path

Searched refs:Loc0 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp196 MemoryLocation Loc0 = MemoryLocation::get(Store0); in canSinkFromBlock() local
198 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
200 !isStoreSinkBarrierInRange(*Store0->getNextNode(), BB0->back(), Loc0)) { in canSinkFromBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp7282 Value *Val0, *Val1; LocTy Loc0, Loc1; in ParseInsertValue() local
7285 if (ParseTypeAndValue(Val0, Loc0, PFS) || in ParseInsertValue()
7292 return Error(Loc0, "insertvalue operand must be aggregate type"); in ParseInsertValue()
7296 return Error(Loc0, "invalid indices for insertvalue"); in ParseInsertValue()