• Home
  • Raw
  • Download

Lines Matching refs:CurInstr

847       Inst *CurInstr = iteratorToInst(Context.getCur());  in findMaxStackOutArgsSize()  local
848 if (auto *Call = llvm::dyn_cast<InstCall>(CurInstr)) { in findMaxStackOutArgsSize()
2160 Inst *CurInstr = iteratorToInst(Context.getCur()); in postLowerLegalization() local
2161 const SizeT NumSrcs = CurInstr->getSrcSize(); in postLowerLegalization()
2162 Operand *Src0 = NumSrcs < 1 ? nullptr : CurInstr->getSrc(0); in postLowerLegalization()
2163 Operand *Src1 = NumSrcs < 2 ? nullptr : CurInstr->getSrc(1); in postLowerLegalization()
2167 Variable *Dst = CurInstr->getDest(); in postLowerLegalization()
2168 if (auto *MovInstr = llvm::dyn_cast<InstMIPS32Mov>(CurInstr)) { in postLowerLegalization()
2172 if (auto *MovInstr = llvm::dyn_cast<InstMIPS32MovFP64ToI64>(CurInstr)) { in postLowerLegalization()
2176 if (llvm::isa<InstMIPS32Sw>(CurInstr)) { in postLowerLegalization()
2179 CurInstr->setDeleted(); in postLowerLegalization()
2183 if (llvm::isa<InstMIPS32Swc1>(CurInstr)) { in postLowerLegalization()
2186 CurInstr->setDeleted(); in postLowerLegalization()
2190 if (llvm::isa<InstMIPS32Sdc1>(CurInstr)) { in postLowerLegalization()
2193 CurInstr->setDeleted(); in postLowerLegalization()
2197 if (llvm::isa<InstMIPS32Lw>(CurInstr)) { in postLowerLegalization()
2200 CurInstr->setDeleted(); in postLowerLegalization()
2204 if (llvm::isa<InstMIPS32Lwc1>(CurInstr)) { in postLowerLegalization()
2207 CurInstr->setDeleted(); in postLowerLegalization()
2211 if (llvm::isa<InstMIPS32Ldc1>(CurInstr)) { in postLowerLegalization()
2214 CurInstr->setDeleted(); in postLowerLegalization()
2218 if (auto *AddiuInstr = llvm::dyn_cast<InstMIPS32Addiu>(CurInstr)) { in postLowerLegalization()
2222 CurInstr->setDeleted(); in postLowerLegalization()