Lines Matching refs:WebAssembly
31 : WebAssemblyGenInstrInfo(WebAssembly::ADJCALLSTACKDOWN, in WebAssemblyInstrInfo()
32 WebAssembly::ADJCALLSTACKUP), in WebAssemblyInstrInfo()
47 if (RC == &WebAssembly::I32RegClass) in copyPhysReg()
48 CopyLocalOpcode = WebAssembly::COPY_LOCAL_I32; in copyPhysReg()
49 else if (RC == &WebAssembly::I64RegClass) in copyPhysReg()
50 CopyLocalOpcode = WebAssembly::COPY_LOCAL_I64; in copyPhysReg()
51 else if (RC == &WebAssembly::F32RegClass) in copyPhysReg()
52 CopyLocalOpcode = WebAssembly::COPY_LOCAL_F32; in copyPhysReg()
53 else if (RC == &WebAssembly::F64RegClass) in copyPhysReg()
54 CopyLocalOpcode = WebAssembly::COPY_LOCAL_F64; in copyPhysReg()
74 case WebAssembly::BR_IF: in AnalyzeBranch()
82 case WebAssembly::BR_UNLESS: in AnalyzeBranch()
90 case WebAssembly::BR: in AnalyzeBranch()
132 BuildMI(&MBB, DL, get(WebAssembly::BR)).addMBB(TBB); in InsertBranch()
139 BuildMI(&MBB, DL, get(WebAssembly::BR_IF)) in InsertBranch()
143 BuildMI(&MBB, DL, get(WebAssembly::BR_UNLESS)) in InsertBranch()
150 BuildMI(&MBB, DL, get(WebAssembly::BR)).addMBB(FBB); in InsertBranch()