Lines Matching defs:Dest
252 Variable *Dest; variable
275 InstHighLevel(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in InstHighLevel()
294 static InstAlloca *create(Cfg *Func, Variable *Dest, Operand *ByteCount, in create()
330 static InstArithmetic *create(Cfg *Func, OpKind Op, Variable *Dest, in create()
365 static InstAssign *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
457 InstCall(Cfg *Func, SizeT NumArgs, Variable *Dest, Operand *CallTarget, in InstCall()
488 static InstCast *create(Cfg *Func, OpKind CastKind, Variable *Dest, in create()
511 static InstExtractElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
543 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest, in create()
575 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create()
600 static InstInsertElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
625 static InstIntrinsic *create(Cfg *Func, SizeT NumArgs, Variable *Dest, in create()
644 InstIntrinsic(Cfg *Func, SizeT NumArgs, Variable *Dest, in InstIntrinsic()
680 static InstPhi *create(Cfg *Func, SizeT MaxSrcs, Variable *Dest) { in create()
738 static InstSelect *create(Cfg *Func, Variable *Dest, Operand *Condition, in create()
994 static InstShuffleVector *create(Cfg *Func, Variable *Dest, Operand *Src0, in create()
1173 InstTarget(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in InstTarget()