Home
last modified time | relevance | path

Searched refs:CurInstr (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp212 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() argument
272 RecordVal *ColFieldName = CurInstr->getValue(ColFields->getElement(j)); in isKeyColInstr()
329 Record *CurInstr = RelatedInstrVec[i]; in getInstrForColumn() local
333 Init *CurInstrInit = CurInstr->getValue(ColFieldJ)->getValue(); in getInstrForColumn()
[all …]
/external/llvm/lib/CodeGen/
DExecutionDepsFix.cpp154 int CurInstr; member in __anon6fda9a9a0311::ExeDepsFix
365 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()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp854 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()
[all …]
DIceTargetLoweringARM32.cpp850 Inst *CurInstr = iteratorToInst(Context.getCur()); in findMaxStackOutArgsSize() local
851 if (auto *Call = llvm::dyn_cast<InstCall>(CurInstr)) { in findMaxStackOutArgsSize()
2047 Inst *CurInstr = iteratorToInst(Context.getCur()); in postLowerLegalization() local
2050 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 …]