Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp111 bool collectUsesWithPtrTypes(Value *BaseAlloca, Value *Val,
1215 Value *BaseAlloca, Value *Val, Instruction *Inst, int OpIdx0, in binaryOpIsDerivedFromSameAlloca() argument
1236 if (OtherObj != BaseAlloca) { in binaryOpIsDerivedFromSameAlloca()
1246 Value *BaseAlloca, Value *Val, std::vector<Value *> &WorkList) const { in collectUsesWithPtrTypes() argument
1295 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, ICmp, 0, 1)) in collectUsesWithPtrTypes()
1311 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, SI, 1, 2)) in collectUsesWithPtrTypes()
1322 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, Phi, 0, 1)) in collectUsesWithPtrTypes()
1340 if (!collectUsesWithPtrTypes(BaseAlloca, User, WorkList)) in collectUsesWithPtrTypes()