Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp77 void pushBranch(unsigned Opcode, bool isWQM = false);
168 void CFStack::pushBranch(unsigned Opcode, bool isWQM) { in pushBranch() argument
173 if (!isWQM) { in pushBranch()
DSIInstrInfo.h478 static bool isWQM(const MachineInstr &MI) { in isWQM() function
482 bool isWQM(uint16_t Opcode) const { in isWQM() function
DSIWholeQuadMode.cpp329 if (TII->isWQM(Opcode)) { in scanInstructions()
/external/llvm/lib/Target/AMDGPU/
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.h335 static bool isWQM(const MachineInstr &MI) { in isWQM() function
339 bool isWQM(uint16_t Opcode) const { in isWQM() function
DSIWholeQuadMode.cpp162 if (TII->isWQM(Opcode) || TII->isDS(Opcode)) { in scanInstructions()