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