Home
last modified time | relevance | path

Searched refs:Updated (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DRegAnalysis.cpp47 bool Updated = RegsKilledMap.find(Func) == RegsKilledMap.end() || in RegAnalysis() local
49 if (Updated) in RegAnalysis()
51 return Updated; in RegAnalysis()
56 bool Updated = RegsGenMap.find(Func) == RegsGenMap.end() || in RegAnalysis() local
58 if (Updated) in RegAnalysis()
60 return Updated; in RegAnalysis()
H A DValidateInternalCalls.cpp149 bool Updated = false; in fixCFGForIC() local
167 Updated = true; in fixCFGForIC()
195 return Updated; in fixCFGForIC()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp57 bool Updated = false; in lowerIntrinsics() local
73 Updated = true; in lowerIntrinsics()
75 return Updated; in lowerIntrinsics()
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A Dsink-promote.ll6 ; D50925. Updated to use an argument instead of undef, due to PR38989.
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dswaps-le-2.ll7 ; Updated align attritue from 16 to 8 to keep swap instructions tests.
H A Dswaps-le-1.ll17 ; Updated align attritue from 16 to 8 to keep swap instructions tests.
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp794 std::atomic<bool> Updated(false); in TEST_F() local
795 Updated = false; in TEST_F()
797 [&Updated](std::vector<Diag>) { Updated = true; }); in TEST_F()
801 return Updated; in TEST_F()
/llvm-project-15.0.7/llvm/test/tools/llvm-debuginfod/
H A Dllvm-debuginfod.test61 if stdout_line == 'Updated collection':
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DChangeLog62 Updated the Makefile to include the _GNU_SOURCE macro. For many
94 Updated `doc.txt' to reflect the changes described above.
97 Updated copyright notices, added LICENSE file explaining the
162 Updated the input.c example.
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dparametric-tiling.mlir37 // Updated outer loop(s) use new steps.
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp746 Value *Updated, const PartwordMaskValues &PMV) { in insertMaskedValue() argument
748 assert(Updated->getType() == PMV.ValueType && "Value type mismatch"); in insertMaskedValue()
750 return Updated; in insertMaskedValue()
752 Value *ZExt = Builder.CreateZExt(Updated, PMV.WordType, "extended"); in insertMaskedValue()
H A DLiveIntervals.cpp986 SmallPtrSet<LiveRange*, 8> Updated; member in LiveIntervals::HMEditor
1078 if (!Updated.insert(&LR).second) in updateRange()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataReader.cpp487 bool Updated = false; in fetchProfileForOtherEntryPoints() local
500 Updated = true; in fetchProfileForOtherEntryPoints()
506 return Updated; in fetchProfileForOtherEntryPoints()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp3264 StatepointLiveSetTy Updated; in recomputeLiveInValues() local
3265 findLiveSetAtInst(Call, RevisedLivenessData, Updated); in recomputeLiveInValues()
3269 for (auto V : Updated) in recomputeLiveInValues()
3272 Info.LiveSet = Updated; in recomputeLiveInValues()
/llvm-project-15.0.7/mlir/test/Dialect/Affine/
H A Dloop-coalescing.mlir22 // Updated loop bounds.
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog242 (register_map): Updated each array members' expedite member with an
810 * MacOSX/MachProcess.cpp (MachProcess::SetState): Updated to use new
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2980 bool Updated = false; in SimplifyDemandedVectorElts() local
2985 Updated = true; in SimplifyDemandedVectorElts()
2988 if (Updated) in SimplifyDemandedVectorElts()
3206 bool Updated = false; in SimplifyDemandedVectorElts() local
3215 Updated = true; in SimplifyDemandedVectorElts()
3224 if (Updated && !IdentityLHS && !IdentityRHS && !TLO.LegalOps) { in SimplifyDemandedVectorElts()
H A DDAGCombiner.cpp11173 bool Updated = false; in visitSETCC() local
11191 Updated = true; in visitSETCC()
11198 Updated = true; in visitSETCC()
11202 if (Updated) in visitSETCC()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3231 QualType Updated = in adjustExceptionSpec() local
3233 FD->setType(Updated); in adjustExceptionSpec()
3243 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI); in adjustExceptionSpec()
3248 assert(TypeLoc::getFullDataSizeForType(Updated) == in adjustExceptionSpec()
3251 TSInfo->overrideType(Updated); in adjustExceptionSpec()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Dimplementation.tex1674 \Output{Updated relations $R_{pq}$ such that each relation
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40201 bool Updated = false; in combineTargetShuffle() local
40218 Updated = true; in combineTargetShuffle()
40222 if (Updated) { in combineTargetShuffle()
40375 bool Updated = false; in combineTargetShuffle() local
40387 Updated = true; in combineTargetShuffle()
40404 Updated = true; in combineTargetShuffle()
40407 Updated = true; in combineTargetShuffle()
40411 if (Updated) in combineTargetShuffle()