Home
last modified time | relevance | path

Searched refs:TempInst (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DX86CompressEVEXTablesEmitter.cpp205 auto &TempInst = Target.getInstruction(NewRec); in run() local
206 if (isRegisterOperand(TempInst.Operands[0].Rec)) in run()
207 NewInst = &TempInst; in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2946 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables() local
2952 for (auto *I : TempInst) { in cleanupTables()
2956 while (!TempInst.empty()) { in cleanupTables()
2957 auto *I = TempInst.pop_back_val(); in cleanupTables()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9439 CodeSynthesisContext TempInst; in RequireCompleteTypeImpl() local
9440 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()