Searched refs:validateLdsDirect (Results 1 – 1 of 1) sorted by relevance
1851 std::optional<StringRef> validateLdsDirect(const MCInst &Inst);4665 AMDGPUAsmParser::validateLdsDirect(const MCInst &Inst) { in validateLdsDirect() function in AMDGPUAsmParser5406 if (auto ErrMsg = validateLdsDirect(Inst)) { in validateInstruction()