Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp326 unsigned CurrentDef = 0; in populateWrites() local
335 OptionalDefIdx = CurrentDef++; in populateWrites()
339 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites()
341 if (CurrentDef < NumWriteLatencyEntries) { in populateWrites()
359 CurrentDef++; in populateWrites()
362 assert(CurrentDef == NumExplicitDefs && in populateWrites()
364 for (CurrentDef = 0; CurrentDef < NumImplicitDefs; ++CurrentDef) { in populateWrites()
365 unsigned Index = NumExplicitDefs + CurrentDef; in populateWrites()
367 Write.OpIndex = ~CurrentDef; in populateWrites()
423 ++CurrentDef; in populateWrites()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1390 MemoryDef *CurrentDef = cast<MemoryDef>(Current); in getDomMemoryDef() local
1391 Instruction *CurrentI = CurrentDef->getMemoryInst(); in getDomMemoryDef()
1393 if (canSkipDef(CurrentDef, !isInvisibleToCallerOnUnwind(KillingUndObj))) { in getDomMemoryDef()
1464 if (CurrentDef != KillingDef->getDefiningAccess() && in getDomMemoryDef()
1466 KillingDef->setOptimized(CurrentDef); in getDomMemoryDef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1964 if (auto *CurrentDef = dyn_cast<MemoryDef>(Current)) { in hasPartialIVCondition() local
1965 if (any_of(AccessedLocs, [&AA, CurrentDef](MemoryLocation &Loc) { in hasPartialIVCondition()
1967 AA.getModRefInfo(CurrentDef->getMemoryInst(), Loc)); in hasPartialIVCondition()