Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DR600ControlFlowFinalizer.cpp59 void pushBranch(unsigned Opcode, bool isWQM = false);
150 void CFStack::pushBranch(unsigned Opcode, bool isWQM) { in pushBranch() argument
155 if (!isWQM) { in pushBranch()
DSIInstrInfo.h210 bool isWQM(uint16_t Opcode) const { in isWQM() function
DSILowerControlFlow.cpp450 if (TII->isWQM(MI.getOpcode()) || TII->isDS(MI.getOpcode())) in runOnMachineFunction()