Searched refs:Replaced (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp229 SmallSet<Function *, 32> Replaced; local
289 Replaced.insert(&F);
301 for (Function *F : Replaced) {
H A DSIPeepholeSDWA.cpp110 MachineOperand *Replaced; // Operand that would be replace by Target member in class:__anon3989::SDWAOperand
114 : Target(TargetOp), Replaced(ReplacedOp) {
116 assert(Replaced->isReg());
125 MachineOperand *getReplacedOperand() const { return Replaced; }
H A DAMDGPUMachineCFGStructurizer.cpp1463 bool Replaced = false;
1482 Replaced = true;
1509 return Replaced;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1885 bool Replaced = false; local
1887 Replaced = replaceInstrExact(ED, ExtR);
1889 Replaced = replaceInstrExpr(ED, ExtI, ExtR, Diff);
1891 if (Diff != 0 && Replaced && ED.IsDef) {
1910 return Replaced;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4845 const TemplateTypeParmType *Replaced;
4849 Replaced(Param) {}
4854 return Replaced;
4871 const TemplateTypeParmType *Replaced,
4873 ID.AddPointer(Replaced);
4898 const TemplateTypeParmType *Replaced;
4909 IdentifierInfo *getIdentifier() const { return Replaced->getIdentifier(); }
4913 return Replaced;
4927 const TemplateTypeParmType *Replaced,
H A DASTContext.h1421 QualType getSubstTemplateTypeParmType(const TemplateTypeParmType *Replaced,
1424 const TemplateTypeParmType *Replaced,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3523 Replaced(Param), Arguments(ArgPack.pack_begin()) {
3536 const TemplateTypeParmType *Replaced,
3538 ID.AddPointer(Replaced);
3535 Profile(llvm::FoldingSetNodeID &ID, const TemplateTypeParmType *Replaced, const TemplateArgument &ArgPack) argument
H A DASTImporter.cpp1438 const TemplateTypeParmType *Replaced = local
1446 Replaced, (*ToReplacementTypeOrErr).getCanonicalType());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3786 if (const SCEV *Replaced = MatchMinMaxNegation(MME))
3787 return Replaced;

Completed in 1148 milliseconds