Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp50 bool collectUsesWithPtrTypes(Value *BaseAlloca,
505 bool AMDGPUPromoteAlloca::binaryOpIsDerivedFromSameAlloca(Value *BaseAlloca, in binaryOpIsDerivedFromSameAlloca() argument
528 if (OtherObj != BaseAlloca) { in binaryOpIsDerivedFromSameAlloca()
537 Value *BaseAlloca, in collectUsesWithPtrTypes() argument
583 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, ICmp, 0, 1)) in collectUsesWithPtrTypes()
603 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, SI, 1, 2)) in collectUsesWithPtrTypes()
615 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, Phi, 0, 1)) in collectUsesWithPtrTypes()
624 if (!collectUsesWithPtrTypes(BaseAlloca, User, WorkList)) in collectUsesWithPtrTypes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp98 bool collectUsesWithPtrTypes(Value *BaseAlloca,
491 bool AMDGPUPromoteAlloca::binaryOpIsDerivedFromSameAlloca(Value *BaseAlloca, in binaryOpIsDerivedFromSameAlloca() argument
514 if (OtherObj != BaseAlloca) { in binaryOpIsDerivedFromSameAlloca()
524 Value *BaseAlloca, in collectUsesWithPtrTypes() argument
569 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, ICmp, 0, 1)) in collectUsesWithPtrTypes()
598 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, SI, 1, 2)) in collectUsesWithPtrTypes()
610 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, Phi, 0, 1)) in collectUsesWithPtrTypes()
619 if (!collectUsesWithPtrTypes(BaseAlloca, User, WorkList)) in collectUsesWithPtrTypes()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp104 bool collectUsesWithPtrTypes(Value *BaseAlloca,
595 bool AMDGPUPromoteAlloca::binaryOpIsDerivedFromSameAlloca(Value *BaseAlloca, in binaryOpIsDerivedFromSameAlloca() argument
618 if (OtherObj != BaseAlloca) { in binaryOpIsDerivedFromSameAlloca()
628 Value *BaseAlloca, in collectUsesWithPtrTypes() argument
673 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, ICmp, 0, 1)) in collectUsesWithPtrTypes()
702 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, SI, 1, 2)) in collectUsesWithPtrTypes()
714 if (!binaryOpIsDerivedFromSameAlloca(BaseAlloca, Val, Phi, 0, 1)) in collectUsesWithPtrTypes()
723 if (!collectUsesWithPtrTypes(BaseAlloca, User, WorkList)) in collectUsesWithPtrTypes()