Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1645 bool validateVGPRAlign(const MCInst &Inst) const;
4340 bool AMDGPUAsmParser::validateVGPRAlign(const MCInst &Inst) const { in validateVGPRAlign() function in AMDGPUAsmParser
4625 if (!validateVGPRAlign(Inst)) { in validateInstruction()