OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWQM
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/AMDGPU/
SIInstrInfo.h
335
static bool
isWQM
(const MachineInstr &MI) {
339
bool
isWQM
(uint16_t Opcode) const {
R600ControlFlowFinalizer.cpp
59
void pushBranch(unsigned Opcode, bool
isWQM
= false);
150
void CFStack::pushBranch(unsigned Opcode, bool
isWQM
) {
155
if (!
isWQM
) {
SIWholeQuadMode.cpp
162
if (TII->
isWQM
(Opcode) || TII->isDS(Opcode)) {
Completed in 192 milliseconds