Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp202 MachineInstr *NMI = &*MBBI; in InsertITInstructions() local
203 MI = NMI; in InsertITInstructions()
206 ARMCC::CondCodes NCC = getITInstrPredicate(NMI, NPredReg); in InsertITInstructions()
210 NMI->addOperand(MachineOperand::CreateReg(ARM::ITSTATE, false/*ifDef*/, in InsertITInstructions()
212 LastITMI = NMI; in InsertITInstructions()
215 MoveCopyOutOfITBlock(NMI, CC, OCC, Defs, Uses)) { in InsertITInstructions()
217 MBB.remove(NMI); in InsertITInstructions()
218 MBB.insert(InsertPos, NMI); in InsertITInstructions()
224 TrackDefUses(NMI, Defs, Uses, TRI); in InsertITInstructions()
/external/llvm/lib/CodeGen/
DGCMetadata.cpp82 strategy_map_type::iterator NMI = StrategyMap.find(Name); in getOrCreateStrategy() local
83 if (NMI != StrategyMap.end()) in getOrCreateStrategy()
84 return NMI->getValue(); in getOrCreateStrategy()
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp262 for (Module::named_metadata_iterator NMI = M.named_metadata_begin(), in StripDebugInfo() local
263 NME = M.named_metadata_end(); NMI != NME;) { in StripDebugInfo()
264 NamedMDNode *NMD = NMI; in StripDebugInfo()
265 ++NMI; in StripDebugInfo()
DGlobalOpt.cpp1502 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy, in PerformHeapAllocSRoA() local
1506 FieldMallocs.push_back(NMI); in PerformHeapAllocSRoA()
1507 new StoreInst(NMI, NGV, CI); in PerformHeapAllocSRoA()
/external/oprofile/events/x86-64/family11h/
Dunit_masks209 0x08 NMI
/external/qemu/
Dqemu-monitor.hx459 "cpu", "inject an NMI on the given CPU", },
463 Inject an NMI on the given CPU (x86 only).
/external/oprofile/
DTODO142 o profile the NMI handler code
DChangeLog-20011335 * oprofile.c: remove bogus setting for NMI oopser.
1526 * oprofile.c: use a simple cli/sti when installing the NMI
2142 * oprofile.h: stripped the NMI error handling stuff
DChangeLog-20023825 * module/compat24.h: fix NMI wake-up for 2.2 SMP
3889 * module/compat22.h: never wake up from NMI
DChangeLog-20035639 * module/x86/op_apic.[c|h]: move NMI gate setup to architecture
6016 Only rdmsr/wrmsr counters that we've enabled in the NMI handler.
/external/qemu-pc-bios/bochs/bios/
Drombios.c10669 .org 0xe2c3 ; NMI Handler Entry Point
10671 ;; FIXME the NMI handler should not panic