Home
last modified time | relevance | path

Searched refs:Replaced (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp264 bool Replaced = false; in tryReplaceTLSCandidates() local
267 Replaced |= tryReplaceTLSCandidate(Fn, GV); in tryReplaceTLSCandidates()
270 return Replaced; in tryReplaceTLSCandidates()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp226 SmallSet<Function *, 32> Replaced; in process() local
289 Replaced.insert(&F); in process()
301 for (Function *F : Replaced) { in process()
H A DSIPeepholeSDWA.cpp84 MachineOperand *Replaced; // Operand that would be replace by Target member in __anona3dad2400111::SDWAOperand
88 : Target(TargetOp), Replaced(ReplacedOp) { in SDWAOperand()
90 assert(Replaced->isReg()); in SDWAOperand()
99 MachineOperand *getReplacedOperand() const { return Replaced; } in getReplacedOperand()
H A DAMDGPUMachineCFGStructurizer.cpp1429 bool Replaced = false; in shrinkPHI() local
1448 Replaced = true; in shrinkPHI()
1475 return Replaced; in shrinkPHI()
/llvm-project-15.0.7/bolt/unittests/Core/
H A DMCPlusBuilder.cpp124 bool Replaced = BC->MIB->replaceRegWithImm(*II, X86::EBX, 1); in TEST_P() local
125 ASSERT_TRUE(Replaced); in TEST_P()
/llvm-project-15.0.7/clang/docs/
H A DThreadSafetyAnalysis.rst989 // Replaced by REQUIRES
993 // Replaced by REQUIRES_SHARED
997 // Replaced by CAPABILITY
1001 // Replaced by SCOPED_CAPABILITY
1005 // Replaced by ACQUIRE
1009 // Replaced by ACQUIRE_SHARED
1017 // Replaced by TRY_ACQUIRE
1021 // Replaced by TRY_ACQUIRE_SHARED
1025 // Replaced by ASSERT_CAPABILITY
1033 // Replaced by EXCLUDE_CAPABILITY.
[all …]
/llvm-project-15.0.7/openmp/docs/remarks/
H A DOMP111.rst3 Replaced globalized variable with X bytes of shared memory. [OMP111]
60 omp111.cpp:10:14: remark: Replaced globalized variable with 8192 bytes of shared memory. [OMP111]
H A DOptimizationRemarks.rst68 - Replaced globalized variable with X bytes of shared memory.
H A DOMP120.rst52 omp120.cpp:6:14: remark: Replaced globalized variable with 8 bytes of shared memory. [OMP111]
/llvm-project-15.0.7/bolt/lib/Passes/
H A DTailDuplication.cpp201 bool Replaced = false; in constantAndCopyPropagate() local
208 Replaced = BC.MIB->replaceRegWithImm( in constantAndCopyPropagate()
211 Replaced = BC.MIB->replaceRegWithReg( in constantAndCopyPropagate()
214 ReplacedEverywhere = ReplacedEverywhere && Replaced; in constantAndCopyPropagate()
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dreplace_globalization.ll9 ; CHECK-REMARKS: remark: replace_globalization.c:5:7: Replaced globalized variable with 16 bytes of…
10 ; CHECK-REMARKS: remark: replace_globalization.c:5:14: Replaced globalized variable with 4 bytes of…
12 ; CHECK-LIMIT: remark: replace_globalization.c:5:14: Replaced globalized variable with 4 bytes of s…
/llvm-project-15.0.7/llvm/test/Transforms/SafeStack/X86/
H A Ddebug-loc2.ll36 ; An extra non-dbg.value metadata use of %x2. Replaced with undef.
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1885 bool Replaced = false; in replaceInstr() local
1887 Replaced = replaceInstrExact(ED, ExtR); in replaceInstr()
1889 Replaced = replaceInstrExpr(ED, ExtI, ExtR, Diff); in replaceInstr()
1891 if (Diff != 0 && Replaced && ED.IsDef) { in replaceInstr()
1910 return Replaced; in replaceInstr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h4975 const TemplateTypeParmType *Replaced;
4979 Replaced(Param) {}
4984 return Replaced;
5001 const TemplateTypeParmType *Replaced,
5003 ID.AddPointer(Replaced);
5028 const TemplateTypeParmType *Replaced;
5039 IdentifierInfo *getIdentifier() const { return Replaced->getIdentifier(); }
5043 return Replaced;
5057 const TemplateTypeParmType *Replaced,
H A DASTContext.h1616 QualType getSubstTemplateTypeParmType(const TemplateTypeParmType *Replaced,
1619 const TemplateTypeParmType *Replaced,
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp3658 Replaced(Param), Arguments(ArgPack.pack_begin()) { in SubstTemplateTypeParmPackType()
3671 const TemplateTypeParmType *Replaced, in Profile() argument
3673 ID.AddPointer(Replaced); in Profile()
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DChangeLog193 Replaced findsizes.pl with findsizes.py. Fixed two bugs in the
/llvm-project-15.0.7/llvm/docs/
H A DTestingGuide.rst539 Replaced by a single ``%``. This allows escaping other substitutions.
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9011 bool Replaced = false; in optimizeGatherSequence() local
9021 Replaced = true; in optimizeGatherSequence()
9035 Replaced = true; in optimizeGatherSequence()
9039 if (!Replaced) { in optimizeGatherSequence()
/llvm-project-15.0.7/lld/MachO/
H A DOptions.td1012 HelpText<"Obsolete. Replaced by more general -order_file option">,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp4474 if (const SCEV *Replaced = MatchMinMaxNegation(MME)) in getNotSCEV() local
4475 return Replaced; in getNotSCEV()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td3114 let ASTNode = 0; // Replaced by Capability