Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h36 AGPR32, enumerator
52 return Value[AGPR32] ? alignTo(Value[VGPR32], 4) + Value[AGPR32] in getVGPRNum()
53 : Value[VGPR32] + Value[AGPR32]; in getVGPRNum()
55 return std::max(Value[VGPR32], Value[AGPR32]); in getVGPRNum()
57 unsigned getAGPRNum() const { return Value[AGPR32]; } in getAGPRNum()
H A DGCNRegPressure.cpp46 ? (STI->getRegSizeInBits(*RC) == 32 ? AGPR32 : AGPR_TUPLE) in getRegKind()
67 case AGPR32: in inc()
76 Value[Kind == SGPR_TUPLE ? SGPR32 : Kind == AGPR_TUPLE ? AGPR32 : VGPR32] += in inc()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4728 const MCRegisterClass &AGPR32 = MRI->getRegClass(AMDGPU::AGPR_32RegClassID); in IsAGPROperand() local
4729 return AGPR32.contains(Reg) ? 1 : 0; in IsAGPROperand()
4769 const MCRegisterClass &AGPR32 = MRI->getRegClass(AMDGPU::AGPR_32RegClassID); in validateVGPRAlign() local
4781 if (AGPR32.contains(Sub) && ((Sub - AMDGPU::AGPR0) & 1)) in validateVGPRAlign()