Lines Matching refs:Source1
319 Operand *Source1, Operand *Source2) { in create() argument
321 InstArithmetic(Func, Op, Dest, Source1, Source2); in create()
336 InstArithmetic(Cfg *Func, OpKind Op, Variable *Dest, Operand *Source1,
497 static InstExtractElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create() argument
500 InstExtractElement(Func, Dest, Source1, Source2); in create()
510 InstExtractElement(Cfg *Func, Variable *Dest, Operand *Source1,
530 Operand *Source1, Operand *Source2) { in create() argument
532 InstFcmp(Func, Condition, Dest, Source1, Source2); in create()
540 InstFcmp(Cfg *Func, FCond Condition, Variable *Dest, Operand *Source1,
562 Operand *Source1, Operand *Source2) { in create() argument
564 InstIcmp(Func, Condition, Dest, Source1, Source2); in create()
573 InstIcmp(Cfg *Func, ICond Condition, Variable *Dest, Operand *Source1,
586 static InstInsertElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create() argument
589 InstInsertElement(Func, Dest, Source1, Source2, Source3); in create()
599 InstInsertElement(Cfg *Func, Variable *Dest, Operand *Source1,
737 InstSelect(Cfg *Func, Variable *Dest, Operand *Condition, Operand *Source1,