Searched refs:BaseAlloca (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 86 bool collectUsesWithPtrTypes(Value *BaseAlloca, 557 Value *BaseAlloca, Value *Val, Instruction *Inst, int OpIdx0, in binaryOpIsDerivedFromSameAlloca() argument 577 if (OtherObj != BaseAlloca) { in binaryOpIsDerivedFromSameAlloca() 587 Value *BaseAlloca, Value *Val, std::vector<Value *> &WorkList) const { in collectUsesWithPtrTypes() argument 630 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, ICmp, 0, 1)) in collectUsesWithPtrTypes() 664 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, SI, 1, 2)) in collectUsesWithPtrTypes() 676 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, Phi, 0, 1)) in collectUsesWithPtrTypes() 685 if (!collectUsesWithPtrTypes(BaseAlloca, User, WorkList)) in collectUsesWithPtrTypes()
|