Searched refs:validateLdsDirect (Results 1 – 1 of 1) sorted by relevance
1654 Optional<StringRef> validateLdsDirect(const MCInst &Inst);4004 Optional<StringRef> AMDGPUAsmParser::validateLdsDirect(const MCInst &Inst) { in validateLdsDirect() function in AMDGPUAsmParser4534 if (auto ErrMsg = validateLdsDirect(Inst)) { in validateInstruction()