Searched refs:getIEQOpcode (Results 1 – 5 of 5) sorted by relevance
48 virtual unsigned getIEQOpcode() const { assert(!"Implement"); return 0;} in getIEQOpcode() function
60 virtual unsigned getIEQOpcode() const;
136 virtual unsigned getIEQOpcode() const = 0;
90 unsigned R600InstrInfo::getIEQOpcode() const in getIEQOpcode() function in R600InstrInfo
1977 BuildMI(preBranchBlk, DL, tii->get(tii->getIEQOpcode()), condResReg) in addLoopEndbranchBlock()3155 blk->getParent()->CreateMachineInstr(tii->get(tii->getIEQOpcode()), DebugLoc()); in insertCompareInstrBefore()