Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp339 MCRegister PreviousDef = PreviousCopy.getOperand(0).getReg().asMCReg(); in isNopCopy() local
340 if (Src == PreviousSrc && Def == PreviousDef) in isNopCopy()
345 return SubIdx == TRI->getSubRegIndex(PreviousDef, Def); in isNopCopy()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp417 STIPredicateFunction &PreviousDef = STIPredicates[It->second]; in collectSTIPredicates() local
418 PreviousDef.addDefinition(R); in collectSTIPredicates()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4229 VPValue *PreviousDef = PhiR->getBackedgeValue(); in fixFirstOrderRecurrence() local
4230 Value *Incoming = State.get(PreviousDef, UF - 1); in fixFirstOrderRecurrence()
4260 ExtractForPhiUsedOutsideLoop = State.get(PreviousDef, UF - 2); in fixFirstOrderRecurrence()