Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp92 StateWQM = 0x1, enumerator
110 std::pair(StateWQM, "WQM"), std::pair(StateStrictWWM, "StrictWWM"), in operator <<()
517 markInstructionUses(MI, StateWQM, Worklist); in scanInstructions()
518 GlobalFlags |= StateWQM; in scanInstructions()
523 Flags = StateWQM; in scanInstructions()
557 III.Disabled = StateWQM | StateStrict; in scanInstructions()
588 III.Disabled = StateWQM | StateStrict; in scanInstructions()
611 Flags = StateWQM; in scanInstructions()
630 if (GlobalFlags & StateWQM) { in scanInstructions()
632 markInstruction(*MI, StateWQM, Worklist); in scanInstructions()
[all …]