Searched refs:WebAssemblyOperand (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 48 struct WebAssemblyOperand : public MCParsedAsmOperand { struct 92 WebAssemblyOperand(SMLoc Start, SMLoc End, TokOp T) in WebAssemblyOperand() argument 94 WebAssemblyOperand(SMLoc Start, SMLoc End, IntOp I) in WebAssemblyOperand() function 96 WebAssemblyOperand(SMLoc Start, SMLoc End, FltOp F) in WebAssemblyOperand() function 98 WebAssemblyOperand(SMLoc Start, SMLoc End, SymOp S) in WebAssemblyOperand() function 100 WebAssemblyOperand(SMLoc Start, SMLoc End, BrLOp B) in WebAssemblyOperand() function 102 WebAssemblyOperand(SMLoc Start, SMLoc End, CaLOp C) in WebAssemblyOperand() argument 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 …]
|