Lines Matching defs:Dest
79 Inst::Inst(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in Inst()
273 InstAlloca::InstAlloca(Cfg *Func, Variable *Dest, Operand *ByteCount, in InstAlloca()
281 InstArithmetic::InstArithmetic(Cfg *Func, OpKind Op, Variable *Dest, in InstArithmetic()
304 InstAssign::InstAssign(Cfg *Func, Variable *Dest, Operand *Source) in InstAssign()
357 InstCast::InstCast(Cfg *Func, OpKind CastKind, Variable *Dest, Operand *Source) in InstCast()
362 InstExtractElement::InstExtractElement(Cfg *Func, Variable *Dest, in InstExtractElement()
369 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp()
376 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp()
383 InstInsertElement::InstInsertElement(Cfg *Func, Variable *Dest, in InstInsertElement()
392 InstLoad::InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr) in InstLoad()
397 InstPhi::InstPhi(Cfg *Func, SizeT MaxSrcs, Variable *Dest) in InstPhi()
463 Variable *Dest = getDest(); in lower() local
480 InstSelect::InstSelect(Cfg *Func, Variable *Dest, Operand *Condition, in InstSelect()
569 InstFakeDef::InstFakeDef(Cfg *Func, Variable *Dest, Variable *Src) in InstFakeDef()
586 InstShuffleVector::InstShuffleVector(Cfg *Func, Variable *Dest, Operand *Src0, in InstShuffleVector()
1094 bool checkForRedundantAssign(const Variable *Dest, const Operand *Source) { in checkForRedundantAssign()