Home | History | Annotate | Download | only in src

Lines Matching defs:insert

82 void LoweringContext::insert(Inst *Instr) {
83 getNode()->getInsts().insert(Next, Instr);
393 // lowering method. The lowering method should insert target instructions at
497 Context.insert(Instr);
590 SplitCandidates.insert(Var);
650 ExtraVars.insert(NewVar);
683 // variables. The issue is that we can not insert low level mov
701 // Insert spill code
705 Node->getInsts().insert(instToIterator(Info.FirstUse), NewInst);
738 Context.insert<InstFakeUse>(Var64->getLo());
739 Context.insert<InstFakeUse>(Var64->getHi());
742 Context.insert<InstFakeUse>(Var);
745 Context.insert<InstFakeUse>(Var);
752 Context.insert<InstFakeDef>(Var64->getLo());
753 Context.insert<InstFakeDef>(Var64->getHi());
756 Context.insert<InstFakeDef>(Var);
759 Context.insert<InstFakeDef>(Dest);
959 return Context.insert<InstArithmetic>(Kind, Dest, Src0, Src1);