Searched refs:Loc1 (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CallingConvLower.cpp | 277 const CCValAssign &Loc1 = RVLocs1[I]; in resultsCompatible() local 279 if (Loc1.getLocInfo() != Loc2.getLocInfo()) in resultsCompatible() 281 bool RegLoc1 = Loc1.isRegLoc(); in resultsCompatible() 285 if (Loc1.getLocReg() != Loc2.getLocReg()) in resultsCompatible() 288 if (Loc1.getLocMemOffset() != Loc2.getLocMemOffset()) in resultsCompatible()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 433 const CCValAssign &Loc1 = ArgLocs1[i]; in resultsCompatible() local 438 if (Loc1.isRegLoc() != Loc2.isRegLoc()) in resultsCompatible() 441 if (Loc1.isRegLoc()) { in resultsCompatible() 443 if (Loc1.getLocReg() != Loc2.getLocReg()) in resultsCompatible() 451 if (Loc1.getLocMemOffset() != Loc2.getLocMemOffset()) in resultsCompatible()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 197 MemoryLocation Loc1 = MemoryLocation::get(Store1); in canSinkFromBlock() local 198 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock() 199 !isStoreSinkBarrierInRange(*Store1->getNextNode(), BB1->back(), Loc1) && in canSinkFromBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopCacheAnalysis.cpp | 439 const auto &Loc1 = MemoryLocation::get(&StoreOrLoadInst); in isAliased() local 441 return AA.isMustAlias(Loc1, Loc2); in isAliased()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1731 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1, in isAliased() argument 1741 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) { in isAliased() 1743 aliased = AA->alias(Loc1, Loc2); in isAliased()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 7282 Value *Val0, *Val1; LocTy Loc0, Loc1; in ParseInsertValue() local 7287 ParseTypeAndValue(Val1, Loc1, PFS) || in ParseInsertValue() 7298 return Error(Loc1, "insertvalue operand and field disagree in type: '" + in ParseInsertValue()
|