Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp95 StateWQM = 0x1, enumerator
109 if (PS.State & StateWQM) in operator <<()
112 if (PS.State & StateWQM) in operator <<()
117 if (PS.State & (StateWQM | StateWWM)) in operator <<()
333 markInstructionUses(MI, StateWQM, Worklist); in scanInstructions()
334 GlobalFlags |= StateWQM; in scanInstructions()
339 Flags = StateWQM; in scanInstructions()
373 III.Disabled = StateWQM | StateWWM; in scanInstructions()
390 Flags = StateWQM; in scanInstructions()
408 if (GlobalFlags & StateWQM) { in scanInstructions()
[all …]
/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 …]