Lines Matching defs:Dest
71 Inst::Inst(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in Inst()
265 InstAlloca::InstAlloca(Cfg *Func, Variable *Dest, Operand *ByteCount, in InstAlloca()
273 InstArithmetic::InstArithmetic(Cfg *Func, OpKind Op, Variable *Dest, in InstArithmetic()
296 InstAssign::InstAssign(Cfg *Func, Variable *Dest, Operand *Source) in InstAssign()
349 InstCast::InstCast(Cfg *Func, OpKind CastKind, Variable *Dest, Operand *Source) in InstCast()
354 InstExtractElement::InstExtractElement(Cfg *Func, Variable *Dest, in InstExtractElement()
361 InstFcmp::InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1, in InstFcmp()
368 InstIcmp::InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1, in InstIcmp()
375 InstInsertElement::InstInsertElement(Cfg *Func, Variable *Dest, in InstInsertElement()
384 InstLoad::InstLoad(Cfg *Func, Variable *Dest, Operand *SourceAddr) in InstLoad()
389 InstPhi::InstPhi(Cfg *Func, SizeT MaxSrcs, Variable *Dest) in InstPhi()
455 Variable *Dest = getDest(); in lower() local
472 InstSelect::InstSelect(Cfg *Func, Variable *Dest, Operand *Condition, in InstSelect()
561 InstFakeDef::InstFakeDef(Cfg *Func, Variable *Dest, Variable *Src) in InstFakeDef()
578 InstShuffleVector::InstShuffleVector(Cfg *Func, Variable *Dest, Operand *Src0, in InstShuffleVector()
1086 bool checkForRedundantAssign(const Variable *Dest, const Operand *Source) { in checkForRedundantAssign()