Home
last modified time | relevance | path

Searched refs:CurMI (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombiner.cpp136 MachineInstr *CurMI = &*MII; in combineMachineInstrs() local
139 if (isTriviallyDead(*CurMI, *MRI)) { in combineMachineInstrs()
140 LLVM_DEBUG(dbgs() << *CurMI << "Is dead; erasing.\n"); in combineMachineInstrs()
141 CurMI->eraseFromParentAndMarkDBGValuesForRemoval(); in combineMachineInstrs()
144 WorkList.deferred_insert(CurMI); in combineMachineInstrs()
DRegBankSelect.cpp223 MachineInstr *CurMI; in repairReg() local
225 CurMI = MI; in repairReg()
227 CurMI = MIRBuilder.getMF().CloneMachineInstr(MI); in repairReg()
228 InsertPt->insert(*CurMI); in repairReg()
229 NewInstrs[Idx++] = CurMI; in repairReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp283 assert(CurMI == nullptr); in beginInstruction()
284 CurMI = MI; in beginInstruction()
309 assert(CurMI != nullptr); in endInstruction()
312 if (!CurMI->isMetaInstruction()) { in endInstruction()
314 PrevInstBB = CurMI->getParent(); in endInstruction()
318 LabelsAfterInsn.find(CurMI); in endInstruction()
319 CurMI = nullptr; in endInstruction()
DDwarfDebug.cpp1208 assert(CurMI == nullptr); in endModule()
1679 assert(CurMI); in beginInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDebugHandlerBase.h76 const MachineInstr *CurMI = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp144 for (auto &CurMI : *MI.getParent()) { in rescheduleCanonically()
145 if (&CurMI == &MI) in rescheduleCanonically()