Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrInfo.h48 virtual unsigned getIEQOpcode() const { assert(!"Implement"); return 0;} in getIEQOpcode() function
DR600InstrInfo.h60 virtual unsigned getIEQOpcode() const;
DAMDGPUInstrInfo.h136 virtual unsigned getIEQOpcode() const = 0;
DR600InstrInfo.cpp90 unsigned R600InstrInfo::getIEQOpcode() const in getIEQOpcode() function in R600InstrInfo
DAMDILCFGStructurizer.cpp1977 BuildMI(preBranchBlk, DL, tii->get(tii->getIEQOpcode()), condResReg) in addLoopEndbranchBlock()
3155 blk->getParent()->CreateMachineInstr(tii->get(tii->getIEQOpcode()), DebugLoc()); in insertCompareInstrBefore()