Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp75 OperandMatchResultTy parseVEAsmOperand(std::unique_ptr<VEOperand> &Operand);
1444 ResTy = parseVEAsmOperand(Op); in parseOperand()
1460 ResTy = parseVEAsmOperand(Op2); in parseOperand()
1480 VEAsmParser::parseVEAsmOperand(std::unique_ptr<VEOperand> &Op) { in parseVEAsmOperand() function in VEAsmParser