Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp208 MachineInstr *NMI = &*MBBI; in InsertITInstructions() local
209 MI = NMI; in InsertITInstructions()
212 ARMCC::CondCodes NCC = getITInstrPredicate(NMI, NPredReg); in InsertITInstructions()
216 NMI->addOperand(MachineOperand::CreateReg(ARM::ITSTATE, false/*ifDef*/, in InsertITInstructions()
218 LastITMI = NMI; in InsertITInstructions()
221 MoveCopyOutOfITBlock(NMI, CC, OCC, Defs, Uses)) { in InsertITInstructions()
223 MBB.remove(NMI); in InsertITInstructions()
224 MBB.insert(InsertPos, NMI); in InsertITInstructions()
230 TrackDefUses(NMI, Defs, Uses, TRI); in InsertITInstructions()
/external/llvm/lib/CodeGen/
DGCMetadata.cpp154 auto NMI = GCStrategyMap.find(Name); in getGCStrategy() local
155 if (NMI != GCStrategyMap.end()) in getGCStrategy()
156 return NMI->getValue(); in getGCStrategy()
/external/llvm/lib/IR/
DDebugInfo.cpp346 for (Module::named_metadata_iterator NMI = M.named_metadata_begin(), in StripDebugInfo() local
347 NME = M.named_metadata_end(); NMI != NME;) { in StripDebugInfo()
348 NamedMDNode *NMD = NMI; in StripDebugInfo()
349 ++NMI; in StripDebugInfo()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1308 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA() local
1312 FieldMallocs.push_back(NMI); in PerformHeapAllocSRoA()
1313 new StoreInst(NMI, NGV, CI); in PerformHeapAllocSRoA()