Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1548 bool validateVGPRAlign(const MCInst &Inst) const;
4085 bool AMDGPUAsmParser::validateVGPRAlign(const MCInst &Inst) const { in validateVGPRAlign() function in AMDGPUAsmParser
4249 if (!validateVGPRAlign(Inst)) { in validateInstruction()