Home
last modified time | relevance | path

Searched defs:IW (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/alpha/pci/
H A Dpci_1000.c174 #define IW(v) bus_space_write_2(another_mystery_icu_iot, \ macro
H A Dpci_1000a.c190 #define IW(h, v) bus_space_write_2(mystery_icu_iot, mystery_icu_ioh[h], 0, (v)) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1218 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth()) in getResourceDepth() local
1272 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth()) in getResourceLength() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp557 Instruction *IW = Worklist.pop_back_val(); in reorder() local