Lines Matching refs:CurInstr
854 Inst *CurInstr = iteratorToInst(Context.getCur()); in findMaxStackOutArgsSize() local
855 if (auto *Call = llvm::dyn_cast<InstCall>(CurInstr)) { in findMaxStackOutArgsSize()
2175 Inst *CurInstr = iteratorToInst(Context.getCur()); in postLowerLegalization() local
2176 const SizeT NumSrcs = CurInstr->getSrcSize(); in postLowerLegalization()
2177 Operand *Src0 = NumSrcs < 1 ? nullptr : CurInstr->getSrc(0); in postLowerLegalization()
2178 Operand *Src1 = NumSrcs < 2 ? nullptr : CurInstr->getSrc(1); in postLowerLegalization()
2182 Variable *Dst = CurInstr->getDest(); in postLowerLegalization()
2183 if (auto *MovInstr = llvm::dyn_cast<InstMIPS32Mov>(CurInstr)) { in postLowerLegalization()
2187 if (auto *MovInstr = llvm::dyn_cast<InstMIPS32MovFP64ToI64>(CurInstr)) { in postLowerLegalization()
2191 if (llvm::isa<InstMIPS32Sw>(CurInstr)) { in postLowerLegalization()
2194 CurInstr->setDeleted(); in postLowerLegalization()
2198 if (llvm::isa<InstMIPS32Swc1>(CurInstr)) { in postLowerLegalization()
2201 CurInstr->setDeleted(); in postLowerLegalization()
2205 if (llvm::isa<InstMIPS32Sdc1>(CurInstr)) { in postLowerLegalization()
2208 CurInstr->setDeleted(); in postLowerLegalization()
2212 if (llvm::isa<InstMIPS32Lw>(CurInstr)) { in postLowerLegalization()
2215 CurInstr->setDeleted(); in postLowerLegalization()
2219 if (llvm::isa<InstMIPS32Lwc1>(CurInstr)) { in postLowerLegalization()
2222 CurInstr->setDeleted(); in postLowerLegalization()
2226 if (llvm::isa<InstMIPS32Ldc1>(CurInstr)) { in postLowerLegalization()
2229 CurInstr->setDeleted(); in postLowerLegalization()
2233 if (auto *AddiuInstr = llvm::dyn_cast<InstMIPS32Addiu>(CurInstr)) { in postLowerLegalization()
2237 CurInstr->setDeleted(); in postLowerLegalization()