Searched refs:NMI (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | Thumb2ITBlockPass.cpp | 239 MachineInstr *NMI = &*MBBI; in InsertITInstructions() local 240 MI = NMI; in InsertITInstructions() 243 ARMCC::CondCodes NCC = getITInstrPredicate(*NMI, NPredReg); in InsertITInstructions() 247 NMI->addOperand(MachineOperand::CreateReg(ARM::ITSTATE, false/*ifDef*/, in InsertITInstructions() 249 LastITMI = NMI; in InsertITInstructions() 252 MoveCopyOutOfITBlock(NMI, CC, OCC, Defs, Uses)) { in InsertITInstructions() 254 MBB.remove(NMI); in InsertITInstructions() 255 MBB.insert(InsertPos, NMI); in InsertITInstructions() 262 TrackDefUses(NMI, Defs, Uses, TRI); in InsertITInstructions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | GCMetadata.cpp | 149 auto NMI = GCStrategyMap.find(Name); in getGCStrategy() local 150 if (NMI != GCStrategyMap.end()) in getGCStrategy() 151 return NMI->getValue(); in getGCStrategy()
|
D | RegisterScavenging.cpp | 694 const MachineInstr &NMI = *N; in scavengeFrameVirtualRegsInBlock() local 695 for (const MachineOperand &MO : NMI.operands()) { in scavengeFrameVirtualRegsInBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 353 for (Module::named_metadata_iterator NMI = M.named_metadata_begin(), in StripDebugInfo() local 354 NME = M.named_metadata_end(); NMI != NME;) { in StripDebugInfo() 355 NamedMDNode *NMD = &*NMI; in StripDebugInfo() 356 ++NMI; in StripDebugInfo() 605 for (auto NMI = M.named_metadata_begin(), NME = M.named_metadata_end(); in stripNonLineTableDebugInfo() local 606 NMI != NME;) { in stripNonLineTableDebugInfo() 607 NamedMDNode *NMD = &*NMI; in stripNonLineTableDebugInfo() 608 ++NMI; in stripNonLineTableDebugInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1327 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA() local 1331 FieldMallocs.push_back(NMI); in PerformHeapAllocSRoA() 1332 new StoreInst(NMI, NGV, CI); in PerformHeapAllocSRoA()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 67705 z9`IWkMA$q5@Dk?3btH%Zz(s)9NMI`w8x4TnB*;&bpx|D4oCFnZ)O$!UECArSaXSg7
|