Searched refs:TempInst (Results 1 – 3 of 3) sorted by relevance
205 auto &TempInst = Target.getInstruction(NewRec); in run() local206 if (isRegisterOperand(TempInst.Operands[0].Rec)) in run()207 NewInst = &TempInst; in run()
2946 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables() local2952 for (auto *I : TempInst) { in cleanupTables()2956 while (!TempInst.empty()) { in cleanupTables()2957 auto *I = TempInst.pop_back_val(); in cleanupTables()
9439 CodeSynthesisContext TempInst; in RequireCompleteTypeImpl() local9440 TempInst.Kind = CodeSynthesisContext::Memoization; in RequireCompleteTypeImpl()9441 TempInst.Template = Def; in RequireCompleteTypeImpl()9442 TempInst.Entity = Def; in RequireCompleteTypeImpl()9443 TempInst.PointOfInstantiation = Loc; in RequireCompleteTypeImpl()9444 atTemplateBegin(TemplateInstCallbacks, *this, TempInst); in RequireCompleteTypeImpl()9445 atTemplateEnd(TemplateInstCallbacks, *this, TempInst); in RequireCompleteTypeImpl()