/external/llvm/lib/CodeGen/ |
LiveIntervalAnalysis.cpp | [all...] |
InlineSpiller.cpp | 715 MachineBasicBlock::iterator MII; 717 MII = MBB->SkipPHIsAndLabels(MBB->begin()); 721 MII = DefMI; 722 ++MII; 725 TII.storeRegToStackSlot(*MBB, MII, SVI.SpillReg, false, StackSlot, 727 --MII; // Point to store instruction. 728 LIS.InsertMachineInstrInMaps(MII); 729 DEBUG(dbgs() << "\thoisted: " << SVI.SpillVNI->def << '\t' << *MII); [all...] |
RegAllocFast.cpp | 791 MachineBasicBlock::iterator MII = MBB->begin(); 797 definePhysReg(MII, *I, regReserved); 803 while (MII != MBB->end()) { 804 MachineInstr *MI = MII++; [all...] |
MachineInstr.cpp | 756 for (MachineBasicBlock::const_instr_iterator MII = this;; ++MII) { 757 if (MII->getDesc().getFlags() & Mask) { 761 if (Type == AllInBundle && !MII->isBundle()) 765 if (!MII->isBundledWithSucc()) [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCTargetDesc.cpp | 207 const MCInstrInfo &MII, 211 return new ARMInstPrinter(MAI, MII, MRI, STI);
|
/external/clang/lib/Driver/ |
Types.cpp | 166 .Case("mii", TY_PP_ObjCXX)
|
/external/grub/netboot/ |
davicom.c | 220 /* For DAVICOM phyxcer register by MII interface */ 314 outl(phy_data, ee_addr); /* MII Clock Low */ 316 outl(phy_data|MDCLKH, ee_addr); /* MII Clock High */ 318 outl(phy_data, ee_addr); /* MII Clock Low */
|
3c90x.c | 862 /** I don't know what MII MAC only mode is!!! **/ 866 printf("WARNING: MII External MAC Mode only supported on B-revision " 867 "cards!!!!\nFalling Back to MII Mode\n");
|
natsemi.c | 329 /* Read the EEPROM and MII Management Data I/O (MDIO) interfaces. 387 /* MII transceiver control section. 389 management registers as if they were MII connected. */
|
otulip.c | 179 allow media selection by the user at runtime. MII support
|
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmParser.h | 101 const MCInstrInfo *MII,
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
AArch64InstPrinter.h | 28 AArch64InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
|
AArch64InstPrinter.cpp | 40 const MCInstrInfo &MII, 43 MCInstPrinter(MAI, MII, MRI) {
|
/external/llvm/lib/Target/Hexagon/InstPrinter/ |
HexagonInstPrinter.cpp | 34 return MII.getName(Opcode);
|
/external/openssl/crypto/modes/asm/ |
ghash-ia64.pl | 111 { .mii; $ADDP Htbl=8,in1 // &Htbl[0].lo 125 { .mii; shladd Hi[1]=xi[2],4,r0 128 { .mii; and Hi[1]=mask0xf0,Hi[1] 131 { .mii; add Hi[1]=Htbl,Hi[1] // &Htbl[nlo].lo 271 { .mii; ld1 $in=[$inp],-1 //(p16) *inp--
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
ARMInstPrinter.h | 26 ARMInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
|
/external/llvm/lib/Target/PowerPC/ |
PPCCTRLoops.cpp | 497 MII = MBB->begin(), E = MBB->end(); MII != E; ++MII) { 498 const MachineInstr *MI = &*MII;
|
/external/llvm/lib/Target/X86/InstPrinter/ |
X86ATTInstPrinter.cpp | 44 const MCInstrDesc &Desc = MII.get(MI->getOpcode());
|
X86IntelInstPrinter.cpp | 36 const MCInstrDesc &Desc = MII.get(MI->getOpcode());
|
/external/clang/lib/Sema/ |
SemaStmtAsm.cpp | 632 const llvm::MCInstrInfo *MII = TheTarget->createMCInstrInfo(); 634 TheTarget->createMCInstPrinter(1, *MAI, *MII, *MRI, *STI); 655 Clobbers, MII, IP, MCAPSI))
|
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | 303 OwningPtr<const MCInstrInfo> MII(TheTarget->createMCInstrInfo()); 304 if (!MII) { 311 AsmPrinterVariant, *AsmInfo, *MII, *MRI, *STI));
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaItem.java | 725 MediaImageItem mII = null; 739 mII = (MediaImageItem)this; 740 clipSettings = mII.getImageClipProperties();
|
/external/llvm/lib/Target/ARM/ |
Thumb2SizeReduction.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonVLIWPacketizer.cpp | 126 MachineBasicBlock::iterator &MII, 131 MachineBasicBlock::iterator &MII, 136 MachineBasicBlock::iterator &MII); [all...] |
/external/llvm/include/llvm/Support/ |
TargetRegistry.h | 105 const MCInstrInfo &MII, 379 const MCInstrInfo &MII, 384 return MCInstPrinterCtorFn(*this, SyntaxVariant, MAI, MII, MRI, STI); [all...] |