Home
last modified time | relevance | path

Searched refs:parseVEAsmOperand (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp76 OperandMatchResultTy parseVEAsmOperand(std::unique_ptr<VEOperand> &Operand);
1480 ResTy = parseVEAsmOperand(Op); in parseOperand()
1496 ResTy = parseVEAsmOperand(Op2); in parseOperand()
1516 VEAsmParser::parseVEAsmOperand(std::unique_ptr<VEOperand> &Op) { in parseVEAsmOperand() function in VEAsmParser