Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp54 struct RISCVOperand;
215 std::unique_ptr<RISCVOperand> defaultMaskRegOp() const;
257 struct RISCVOperand : public MCParsedAsmOperand { struct
298 RISCVOperand(KindTy K) : MCParsedAsmOperand(), Kind(K) {} in RISCVOperand() function
301 RISCVOperand(const RISCVOperand &o) : MCParsedAsmOperand() { in RISCVOperand() function
762 auto Op = std::make_unique<RISCVOperand>(KindTy::Token); in createToken()
790 static std::unique_ptr<RISCVOperand>
921 RISCVOperand &Op = static_cast<RISCVOperand &>(AsmOp); in validateTargetOperandClass()
1297 Operands.push_back(RISCVOperand::createSysReg( in parseCSRSystemRegister()
1326 Operands.push_back(RISCVOperand::createSysReg( in parseCSRSystemRegister()
[all …]