Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.h73 bool hasVgprParts(ArrayRef<GEPInfo> AddrInfo) const;
DAMDGPUInstructionSelector.cpp495 bool AMDGPUInstructionSelector::hasVgprParts(ArrayRef<GEPInfo> AddrInfo) const { in hasVgprParts() function in AMDGPUInstructionSelector
516 if (hasVgprParts(AddrInfo)) in selectSMRD()