Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp60 struct RISCVOperand;
224 std::unique_ptr<RISCVOperand> defaultMaskRegOp() const;
271 struct RISCVOperand : public MCParsedAsmOperand { struct
314 RISCVOperand(KindTy K) : Kind(K) {} in RISCVOperand() function
317 RISCVOperand(const RISCVOperand &o) : MCParsedAsmOperand() { in RISCVOperand() argument
868 static std::unique_ptr<RISCVOperand>
1024 RISCVOperand &Op = static_cast<RISCVOperand &>(AsmOp); in validateTargetOperandClass()
1469 Operands.push_back(RISCVOperand::createSysReg( in parseCSRSystemRegister()
1498 Operands.push_back(RISCVOperand::createSysReg( in parseCSRSystemRegister()
1826 Operands.push_back(RISCVOperand::createReg( in parseGPRAsFPR()
[all …]