Lines Matching refs:WebAssembly
66 !WebAssembly::isWasmVarAddressSpace(AI->getType()->getAddressSpace())) in getLocalForStackObject()
176 ? WebAssembly::SP64 in getSPReg()
177 : WebAssembly::SP32; in getSPReg()
182 ? WebAssembly::FP64 in getFPReg()
183 : WebAssembly::FP32; in getFPReg()
189 ? WebAssembly::CONST_I64 in getOpcConst()
190 : WebAssembly::CONST_I32; in getOpcConst()
195 ? WebAssembly::ADD_I64 in getOpcAdd()
196 : WebAssembly::ADD_I32; in getOpcAdd()
201 ? WebAssembly::SUB_I64 in getOpcSub()
202 : WebAssembly::SUB_I32; in getOpcSub()
207 ? WebAssembly::AND_I64 in getOpcAnd()
208 : WebAssembly::AND_I32; in getOpcAnd()
214 ? WebAssembly::GLOBAL_GET_I64 in getOpcGlobGet()
215 : WebAssembly::GLOBAL_GET_I32; in getOpcGlobGet()
221 ? WebAssembly::GLOBAL_SET_I64 in getOpcGlobSet()
222 : WebAssembly::GLOBAL_SET_I32; in getOpcGlobSet()
271 WebAssembly::isArgument(InsertPt->getOpcode())) in emitPrologue()
291 BuildMI(MBB, InsertPt, DL, TII->get(WebAssembly::COPY), BasePtr) in emitPrologue()
316 BuildMI(MBB, InsertPt, DL, TII->get(WebAssembly::COPY), getFPReg(MF)) in emitPrologue()
382 Loc.Location.WasmLoc = {WebAssembly::TI_LOCAL, LocalNum}; in getDwarfFrameBase()
386 Loc.Location.WasmLoc = {WebAssembly::TI_GLOBAL_RELOC, 0}; in getDwarfFrameBase()