Searched refs:Loc0 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MergedLoadStoreMotion.cpp | 193 MemoryLocation Loc0 = MemoryLocation::get(Store0); in canSinkFromBlock() local 196 if (AA->isMustAlias(Loc0, Loc1) && in canSinkFromBlock() 198 !isStoreSinkBarrierInRange(*Store0->getNextNode(), BB0->back(), Loc0) && in canSinkFromBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 281 LocationSize Loc0 = in instMayAlias() local 287 MemoryLocation(MUC0.MMO->getValue(), Loc0, MUC0.MMO->getAAInfo()), in instMayAlias()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 8868 Value *Val0, *Val1; LocTy Loc0, Loc1; in parseInsertValue() local 8871 if (parseTypeAndValue(Val0, Loc0, PFS) || in parseInsertValue() 8878 return error(Loc0, "insertvalue operand must be aggregate type"); in parseInsertValue() 8882 return error(Loc0, "invalid indices for insertvalue"); in parseInsertValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 29519 LocationSize Loc0 = in mayAlias() local 29524 MemoryLocation(MUC0.MMO->getValue(), Loc0, in mayAlias()
|