Home
last modified time | relevance | path

Searched defs:GEPInfo (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.h65 struct GEPInfo { struct
66 SmallVector<unsigned, 2> SgprParts;
67 SmallVector<unsigned, 2> VgprParts;
68 int64_t Imm = 0;
DAMDGPUInstructionSelector.cpp2619 GEPInfo GEPInfo; in getAddrModeInfo() local
2670 for (const GEPInfo &GEPInfo : AddrInfo) { in hasVgprParts() local
3857 const GEPInfo &GEPInfo = AddrInfo[0]; in selectSmrdImm32() local