Lines Matching defs:Dest
240 Variable *Dest; variable
263 InstHighLevel(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in InstHighLevel()
282 static InstAlloca *create(Cfg *Func, Variable *Dest, Operand *ByteCount, in create()
318 static InstArithmetic *create(Cfg *Func, OpKind Op, Variable *Dest, in create()
353 static InstAssign *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
444 InstCall(Cfg *Func, SizeT NumArgs, Variable *Dest, Operand *CallTarget, in InstCall()
474 static InstCast *create(Cfg *Func, OpKind CastKind, Variable *Dest, in create()
497 static InstExtractElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
529 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest, in create()
561 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create()
586 static InstInsertElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create()
611 static InstIntrinsicCall *create(Cfg *Func, SizeT NumArgs, Variable *Dest, in create()
627 InstIntrinsicCall(Cfg *Func, SizeT NumArgs, Variable *Dest, in InstIntrinsicCall()
666 static InstPhi *create(Cfg *Func, SizeT MaxSrcs, Variable *Dest) { in create()
724 static InstSelect *create(Cfg *Func, Variable *Dest, Operand *Condition, in create()
982 static InstShuffleVector *create(Cfg *Func, Variable *Dest, Operand *Src0, in create()
1151 InstTarget(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest) in InstTarget()