Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp68 StateWQM = 0x1, enumerator
163 Flags = StateWQM; in scanInstructions()
185 Flags = StateWQM; in scanInstructions()
219 if ((II.OutNeeds & StateWQM) && !(II.Needs & StateWQM) && MI.isTerminator()) { in propagateInstruction()
220 Instructions[&MI].Needs = StateWQM; in propagateInstruction()
221 II.Needs = StateWQM; in propagateInstruction()
244 assert(II.Needs != (StateWQM | StateExact)); in propagateInstruction()
245 if (II.Needs != StateWQM) in propagateInstruction()
275 DefII.Needs = StateWQM; in propagateInstruction()
370 if (!(BI.InNeeds & StateWQM)) in processBlock()
[all …]