Searched refs:getIEQOpcode (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIInstrInfo.h48 virtual unsigned getIEQOpcode() const { assert(!"Implement"); return 0;} function in class:llvm::SIInstrInfo
H A DR600InstrInfo.h60 virtual unsigned getIEQOpcode() const;
H A DAMDGPUInstrInfo.h136 virtual unsigned getIEQOpcode() const = 0;
H A DR600InstrInfo.cpp90 unsigned R600InstrInfo::getIEQOpcode() const function in class:R600InstrInfo
H A DAMDILCFGStructurizer.cpp1977 BuildMI(preBranchBlk, DL, tii->get(tii->getIEQOpcode()), condResReg)
3155 blk->getParent()->CreateMachineInstr(tii->get(tii->getIEQOpcode()), DebugLoc());
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIInstrInfo.h48 virtual unsigned getIEQOpcode() const { assert(!"Implement"); return 0;} function in class:llvm::SIInstrInfo
H A DR600InstrInfo.h60 virtual unsigned getIEQOpcode() const;
H A DAMDGPUInstrInfo.h136 virtual unsigned getIEQOpcode() const = 0;
H A DR600InstrInfo.cpp90 unsigned R600InstrInfo::getIEQOpcode() const function in class:R600InstrInfo
H A DAMDILCFGStructurizer.cpp1977 BuildMI(preBranchBlk, DL, tii->get(tii->getIEQOpcode()), condResReg)
3155 blk->getParent()->CreateMachineInstr(tii->get(tii->getIEQOpcode()), DebugLoc());
/external/llvm/lib/Target/R600/
H A DSIInstrInfo.h46 virtual unsigned getIEQOpcode() const { assert(!"Implement"); return 0;} function in class:llvm::SIInstrInfo
H A DAMDGPUInstrInfo.h144 virtual unsigned getIEQOpcode() const = 0;
H A DR600InstrInfo.h134 virtual unsigned getIEQOpcode() const;
H A DR600InstrInfo.cpp92 unsigned R600InstrInfo::getIEQOpcode() const { function in class:R600InstrInfo

Completed in 161 milliseconds