Lines Matching refs:WebAssembly

37     : WebAssemblyGenInstrInfo(WebAssembly::ADJCALLSTACKDOWN,  in WebAssemblyInstrInfo()
38 WebAssembly::ADJCALLSTACKUP, in WebAssemblyInstrInfo()
39 WebAssembly::CATCHRET), in WebAssemblyInstrInfo()
45 case WebAssembly::CONST_I32: in isReallyTriviallyReMaterializable()
46 case WebAssembly::CONST_I64: in isReallyTriviallyReMaterializable()
47 case WebAssembly::CONST_F32: in isReallyTriviallyReMaterializable()
48 case WebAssembly::CONST_F64: in isReallyTriviallyReMaterializable()
69 unsigned CopyOpcode = WebAssembly::getCopyOpcodeForRegClass(RC); in copyPhysReg()
107 case WebAssembly::BR_IF: in analyzeBranch()
115 case WebAssembly::BR_UNLESS: in analyzeBranch()
123 case WebAssembly::BR: in analyzeBranch()
168 BuildMI(&MBB, DL, get(WebAssembly::BR)).addMBB(TBB); in insertBranch()
175 BuildMI(&MBB, DL, get(WebAssembly::BR_IF)).addMBB(TBB).add(Cond[1]); in insertBranch()
177 BuildMI(&MBB, DL, get(WebAssembly::BR_UNLESS)).addMBB(TBB).add(Cond[1]); in insertBranch()
181 BuildMI(&MBB, DL, get(WebAssembly::BR)).addMBB(FBB); in insertBranch()
195 {WebAssembly::TI_LOCAL, "wasm-local"}, in getSerializableTargetIndices()
196 {WebAssembly::TI_GLOBAL_FIXED, "wasm-global-fixed"}, in getSerializableTargetIndices()
197 {WebAssembly::TI_OPERAND_STACK, "wasm-operand-stack"}, in getSerializableTargetIndices()
198 {WebAssembly::TI_GLOBAL_RELOC, "wasm-global-reloc"}, in getSerializableTargetIndices()
199 {WebAssembly::TI_LOCAL_INDIRECT, "wasm-local-indirect"}}; in getSerializableTargetIndices()
205 return WebAssembly::getCalleeOp(MI); in getCalleeOperand()
227 if (WebAssembly::isLocalSet(Opc) || WebAssembly::isLocalTee(Opc)) { in isExplicitTargetIndexDef()
228 Index = WebAssembly::TI_LOCAL; in isExplicitTargetIndexDef()