Lines Matching defs:insert
68 /// a node, and insert new (lowered) instructions at the current point. Along
96 void insert(Inst *Instr);
97 template <typename Inst, typename... Args> Inst *insert(Args &&... A) {
99 insert(New);
218 /// Randomly insert NOPs.
365 Context.insert<InstBundleLock>(BundleOption);
367 void _bundle_unlock() { Context.insert<InstBundleUnlock>(); }
439 /// the UnimplementedLoweringError macro to insert fake uses of all the
525 Context.insert<InstAssign>(T, Undef);
527 Context.insert<InstFakeDef>(T);
539 Context.insert<InstExtractElement>(Op, Src, Index);
551 Context.insert<InstInsertElement>(DestT, T, Res, Index);
554 Context.insert<InstAssign>(Dest, T);