| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | TLSVariableHoist.cpp | 264 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 D | AMDGPUPropagateAttributes.cpp | 226 SmallSet<Function *, 32> Replaced; in process() local 289 Replaced.insert(&F); in process() 301 for (Function *F : Replaced) { in process()
|
| H A D | SIPeepholeSDWA.cpp | 84 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 D | AMDGPUMachineCFGStructurizer.cpp | 1429 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 D | MCPlusBuilder.cpp | 124 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 D | ThreadSafetyAnalysis.rst | 989 // 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 D | OMP111.rst | 3 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 D | OptimizationRemarks.rst | 68 - Replaced globalized variable with X bytes of shared memory.
|
| H A D | OMP120.rst | 52 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 D | TailDuplication.cpp | 201 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 D | replace_globalization.ll | 9 ; 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 D | debug-loc2.ll | 36 ; An extra non-dbg.value metadata use of %x2. Replaced with undef.
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 1885 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 D | Type.h | 4975 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 D | ASTContext.h | 1616 QualType getSubstTemplateTypeParmType(const TemplateTypeParmType *Replaced, 1619 const TemplateTypeParmType *Replaced,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 3658 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 D | ChangeLog | 193 Replaced findsizes.pl with findsizes.py. Fixed two bugs in the
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | TestingGuide.rst | 539 Replaced by a single ``%``. This allows escaping other substitutions.
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 9011 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 D | Options.td | 1012 HelpText<"Obsolete. Replaced by more general -order_file option">,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 4474 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 D | Attr.td | 3114 let ASTNode = 0; // Replaced by Capability
|