Searched refs:parseVEAsmOperand (Results 1 – 1 of 1) sorted by relevance
76 ParseStatus parseVEAsmOperand(std::unique_ptr<VEOperand> &Operand);1484 Res = parseVEAsmOperand(Op); in parseOperand()1500 Res = parseVEAsmOperand(Op2); in parseOperand()1519 ParseStatus VEAsmParser::parseVEAsmOperand(std::unique_ptr<VEOperand> &Op) { in parseVEAsmOperand() function in VEAsmParser