Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp417 STIPredicateFunction &PreviousDef = STIPredicates[It->second]; in collectSTIPredicates() local
418 PreviousDef.addDefinition(R); in collectSTIPredicates()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4205 VPValue *PreviousDef = State.Plan->getVPValue(Previous); in fixFirstOrderRecurrence() local
4217 Value *PreviousLastPart = State.get(PreviousDef, UF - 1); in fixFirstOrderRecurrence()
4247 Value *PreviousPart = State.get(PreviousDef, Part); in fixFirstOrderRecurrence()
4287 ExtractForPhiUsedOutsideLoop = State.get(PreviousDef, UF - 2); in fixFirstOrderRecurrence()