Lines Matching refs:WebAssembly
65 if (!AI || !WebAssembly::isWasmVarAddressSpace(AI->getAddressSpace())) in getLocalForStackObject()
183 ? WebAssembly::SP64 in getSPReg()
184 : WebAssembly::SP32; in getSPReg()
189 ? WebAssembly::FP64 in getFPReg()
190 : WebAssembly::FP32; in getFPReg()
196 ? WebAssembly::CONST_I64 in getOpcConst()
197 : WebAssembly::CONST_I32; in getOpcConst()
202 ? WebAssembly::ADD_I64 in getOpcAdd()
203 : WebAssembly::ADD_I32; in getOpcAdd()
208 ? WebAssembly::SUB_I64 in getOpcSub()
209 : WebAssembly::SUB_I32; in getOpcSub()
214 ? WebAssembly::AND_I64 in getOpcAnd()
215 : WebAssembly::AND_I32; in getOpcAnd()
221 ? WebAssembly::GLOBAL_GET_I64 in getOpcGlobGet()
222 : WebAssembly::GLOBAL_GET_I32; in getOpcGlobGet()
228 ? WebAssembly::GLOBAL_SET_I64 in getOpcGlobSet()
229 : WebAssembly::GLOBAL_SET_I32; in getOpcGlobSet()
278 WebAssembly::isArgument(InsertPt->getOpcode())) in emitPrologue()
298 BuildMI(MBB, InsertPt, DL, TII->get(WebAssembly::COPY), BasePtr) in emitPrologue()
323 BuildMI(MBB, InsertPt, DL, TII->get(WebAssembly::COPY), getFPReg(MF)) in emitPrologue()
389 Loc.Location.WasmLoc = {WebAssembly::TI_LOCAL, LocalNum}; in getDwarfFrameBase()
393 Loc.Location.WasmLoc = {WebAssembly::TI_GLOBAL_RELOC, 0}; in getDwarfFrameBase()