Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/alpha/pci/
H A Dpci_1000.c283 #define IW(v) bus_space_write_2(another_mystery_icu_iot, \ macro
H A Dpci_1000a.c327 #define IW(h, v) bus_space_write_2(mystery_icu_iot, mystery_icu_ioh[h], 0, (v)) macro
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1216 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth()) in getResourceDepth() local
1270 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth()) in getResourceLength() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp591 Instruction *IW = Worklist.pop_back_val(); in reorder() local