Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp93 StateWQM = 0x1, enumerator
111 std::pair(StateWQM, "WQM"), std::pair(StateStrictWWM, "StrictWWM"), in operator <<()
518 markInstructionUses(MI, StateWQM, Worklist); in scanInstructions()
519 GlobalFlags |= StateWQM; in scanInstructions()
524 Flags = StateWQM; in scanInstructions()
556 III.Disabled = StateWQM | StateStrict; in scanInstructions()
585 III.Disabled = StateWQM | StateStrict; in scanInstructions()
607 Flags = StateWQM; in scanInstructions()
624 if (GlobalFlags & StateWQM) { in scanInstructions()
626 markInstruction(*MI, StateWQM, Worklist); in scanInstructions()
[all …]