Searched refs:IW (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/alpha/pci/
H A Dpci_1000.c174 #define IW(v) bus_space_write_2(another_mystery_icu_iot, \ macro
184 IW(IR() | 1 << irq);
190 IW(IR() & ~(1 << irq));
199 IW(0); /* XXX ?? */
H A Dpci_1000a.c190 #define IW(h, v) bus_space_write_2(mystery_icu_iot, mystery_icu_ioh[h], 0, (v)) macro
202 IW(i, IR(i) | 1 << (imrval & 0xf));
211 IW(i, IR(i) & ~(1 << (imrval & 0xf)));
220 IW(0, IR(0) & 1);
221 IW(1, IR(0) & 3);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1218 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth())
1219 Instrs /= IW;
1272 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth())
1273 Instrs /= IW;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp557 Instruction *IW = Worklist.pop_back_val(); local
558 int NumOperands = IW->getNumOperands();
560 Instruction *IM = dyn_cast<Instruction>(IW->getOperand(i));

Completed in 151 milliseconds