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() argument 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() function 86 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, SymOp S) in WebAssemblyOperand() argument 88 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End) in WebAssemblyOperand() argument 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 …]
|