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 | 47 struct WebAssemblyOperand : public MCParsedAsmOperand { struct 80 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, TokOp T) in WebAssemblyOperand() function 82 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, IntOp I) in WebAssemblyOperand() argument 84 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, FltOp F) in WebAssemblyOperand() argument 86 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, SymOp S) in WebAssemblyOperand() function 88 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End) in WebAssemblyOperand() function 91 ~WebAssemblyOperand() { in ~WebAssemblyOperand() argument 390 Operands.push_back(std::make_unique<WebAssemblyOperand>( in parseSingleInteger() 391 WebAssemblyOperand::Integer, Int.getLoc(), Int.getEndLoc(), in parseSingleInteger() 392 WebAssemblyOperand::IntOp{Val})); in parseSingleInteger() [all …]
|