Searched refs:CurInstr (Results 1 – 4 of 4) sorted by relevance
212 bool isKeyColInstr(Record* CurInstr);242 for (Record *CurInstr : InstrDefs) { in buildRowInstrMap()246 Init *CurInstrVal = CurInstr->getValue(RowField)->getValue(); in buildRowInstrMap()253 if (isKeyColInstr(CurInstr)) in buildRowInstrMap()254 KeyInstrVec.push_back(CurInstr); in buildRowInstrMap()256 RowInstrMap[KeyValue].push_back(CurInstr); in buildRowInstrMap()264 bool MapTableEmitter::isKeyColInstr(Record* CurInstr) { in isKeyColInstr() argument272 RecordVal *ColFieldName = CurInstr->getValue(ColFields->getElement(j)); in isKeyColInstr()329 Record *CurInstr = RelatedInstrVec[i]; in getInstrForColumn() local333 Init *CurInstrInit = CurInstr->getValue(ColFieldJ)->getValue(); in getInstrForColumn()[all …]
154 int CurInstr; member in __anon6fda9a9a0311::ExeDepsFix365 CurInstr = 0; in enterBasicBlock()447 LiveRegs[i].Def -= CurInstr; in leaveBasicBlock()482 unsigned Clearance = CurInstr - LiveRegs[rx].Def; in shouldBreakDependence()491 if (!SeenUnknownBackEdge || Pref <= unsigned(CurInstr)) { in shouldBreakDependence()529 DEBUG(dbgs() << TRI->getName(RC->getRegister(rx)) << ":\t" << CurInstr in processDefs()539 LiveRegs[rx].Def = CurInstr; in processDefs()546 ++CurInstr; in processDefs()
854 Inst *CurInstr = iteratorToInst(Context.getCur()); in findMaxStackOutArgsSize() local855 if (auto *Call = llvm::dyn_cast<InstCall>(CurInstr)) { in findMaxStackOutArgsSize()2175 Inst *CurInstr = iteratorToInst(Context.getCur()); in postLowerLegalization() local2176 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()[all …]
850 Inst *CurInstr = iteratorToInst(Context.getCur()); in findMaxStackOutArgsSize() local851 if (auto *Call = llvm::dyn_cast<InstCall>(CurInstr)) { in findMaxStackOutArgsSize()2047 Inst *CurInstr = iteratorToInst(Context.getCur()); in postLowerLegalization() local2050 Legalizer.resetTempBaseIfClobberedBy(CurInstr); in postLowerLegalization()2052 if (auto *MovInstr = llvm::dyn_cast<InstARM32Mov>(CurInstr)) { in postLowerLegalization()2054 } else if (auto *LdrInstr = llvm::dyn_cast<InstARM32Ldr>(CurInstr)) { in postLowerLegalization()2058 .ldr(CurInstr->getDest(), LegalMem, LdrInstr->getPredicate()); in postLowerLegalization()2059 CurInstr->setDeleted(); in postLowerLegalization()2061 } else if (auto *LdrexInstr = llvm::dyn_cast<InstARM32Ldrex>(CurInstr)) { in postLowerLegalization()2067 .ldrex(CurInstr->getDest(), LegalMem, LdrexInstr->getPredicate()); in postLowerLegalization()[all …]