Lines Matching defs:instruction
468 void Optimizer::replace(Ice::Inst *instruction, Ice::Operand *newValue) in replace()
500 void Optimizer::deleteInstruction(Ice::Inst *instruction) in deleteInstruction()
532 bool Optimizer::isDead(Ice::Inst *instruction) in isDead()
564 const Ice::InstIntrinsicCall *Optimizer::asLoadSubVector(const Ice::Inst *instruction) in asLoadSubVector()
577 const Ice::InstIntrinsicCall *Optimizer::asStoreSubVector(const Ice::Inst *instruction) in asStoreSubVector()
590 bool Optimizer::isLoad(const Ice::Inst &instruction) in isLoad()
600 bool Optimizer::isStore(const Ice::Inst &instruction) in isStore()
610 Ice::Operand *Optimizer::storeAddress(const Ice::Inst *instruction) in storeAddress()
627 Ice::Operand *Optimizer::loadAddress(const Ice::Inst *instruction) in loadAddress()
644 Ice::Operand *Optimizer::storeData(const Ice::Inst *instruction) in storeData()
772 void Optimizer::Uses::insert(Ice::Operand *value, Ice::Inst *instruction) in insert()
792 void Optimizer::Uses::erase(Ice::Inst *instruction) in erase()