Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp389 MCRegister PreviousDef = CopyOperands->Destination->getReg().asMCReg(); in isNopCopy() local
390 if (Src == PreviousSrc && Def == PreviousDef) in isNopCopy()
395 return SubIdx == TRI->getSubRegIndex(PreviousDef, Def); in isNopCopy()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp416 STIPredicateFunction &PreviousDef = STIPredicates[It->second]; in collectSTIPredicates() local
417 PreviousDef.addDefinition(R); in collectSTIPredicates()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3782 VPValue *PreviousDef = PhiR->getBackedgeValue(); in fixFirstOrderRecurrence() local
3783 Value *Incoming = State.get(PreviousDef, UF - 1); in fixFirstOrderRecurrence()
3810 ExtractForPhiUsedOutsideLoop = State.get(PreviousDef, UF - 2); in fixFirstOrderRecurrence()