Searched refs:BaseAlloca (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 87 bool collectUsesWithPtrTypes(Value *BaseAlloca, Value *Val, 1036 Value *BaseAlloca, Value *Val, Instruction *Inst, int OpIdx0, in binaryOpIsDerivedFromSameAlloca() argument 1056 if (OtherObj != BaseAlloca) { in binaryOpIsDerivedFromSameAlloca() 1066 Value *BaseAlloca, Value *Val, std::vector<Value *> &WorkList) const { in collectUsesWithPtrTypes() argument 1109 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, ICmp, 0, 1)) in collectUsesWithPtrTypes() 1143 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, SI, 1, 2)) in collectUsesWithPtrTypes() 1155 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, Phi, 0, 1)) in collectUsesWithPtrTypes() 1164 if (!collectUsesWithPtrTypes(BaseAlloca, User, WorkList)) in collectUsesWithPtrTypes()
|