Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp234 MemoryLocation Loc0 = MemoryLocation::get(Load0); in canHoistFromBlock() local
236 if (Load0->isSameOperationAs(Load1) && AA->isMustAlias(Loc0, Loc1) && in canHoistFromBlock()
387 MemoryLocation Loc0 = MemoryLocation::get(Store0); in canSinkFromBlock() local
389 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
391 !isStoreSinkBarrierInRange(*Store0->getNextNode(), BB0->back(), Loc0)) { in canSinkFromBlock()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp3957 Value *Val0, *Val1; LocTy Loc0, Loc1; in ParseInsertValue() local
3960 if (ParseTypeAndValue(Val0, Loc0, PFS) || in ParseInsertValue()
3967 return Error(Loc0, "insertvalue operand must be aggregate type"); in ParseInsertValue()
3970 return Error(Loc0, "invalid indices for insertvalue"); in ParseInsertValue()
/external/llvm/docs/
DStackMaps.rst296 Stack Map: ID=78, Loc0=%r9 Loc1=%r8
/external/llvm/lib/AsmParser/
DLLParser.cpp6302 Value *Val0, *Val1; LocTy Loc0, Loc1; in ParseInsertValue() local
6305 if (ParseTypeAndValue(Val0, Loc0, PFS) || in ParseInsertValue()
6312 return Error(Loc0, "insertvalue operand must be aggregate type"); in ParseInsertValue()
6316 return Error(Loc0, "invalid indices for insertvalue"); in ParseInsertValue()