Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp48 struct WebAssemblyOperand : public MCParsedAsmOperand { struct
92 WebAssemblyOperand(SMLoc Start, SMLoc End, TokOp T) in WebAssemblyOperand() function
94 WebAssemblyOperand(SMLoc Start, SMLoc End, IntOp I) in WebAssemblyOperand() argument
96 WebAssemblyOperand(SMLoc Start, SMLoc End, FltOp F) in WebAssemblyOperand() argument
98 WebAssemblyOperand(SMLoc Start, SMLoc End, SymOp S) in WebAssemblyOperand() argument
100 WebAssemblyOperand(SMLoc Start, SMLoc End, BrLOp B) in WebAssemblyOperand() function
102 WebAssemblyOperand(SMLoc Start, SMLoc End, CaLOp C) in WebAssemblyOperand() function
105 ~WebAssemblyOperand() { in ~WebAssemblyOperand() argument
437 Operands.push_back(std::make_unique<WebAssemblyOperand>( in parseSingleInteger()
438 Int.getLoc(), Int.getEndLoc(), WebAssemblyOperand::IntOp{Val})); in parseSingleInteger()
[all …]