Searched refs:parseVEAsmOperand (Results 1 – 1 of 1) sorted by relevance
74 ParseStatus parseVEAsmOperand(std::unique_ptr<VEOperand> &Operand);1464 Res = parseVEAsmOperand(Op); in parseOperand()1480 Res = parseVEAsmOperand(Op2); in parseOperand()1499 ParseStatus VEAsmParser::parseVEAsmOperand(std::unique_ptr<VEOperand> &Op) { in parseVEAsmOperand() function in VEAsmParser