Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1512 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
1519 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
1561 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1566 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
1567 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
1572 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1605 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
1614 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
1673 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
1674 createVectorIntOrFpInductionPHI(ID, Step, EntryVal); in widenIntOrFpInduction()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp731 char &EntryVal = FullyAvailableBlocks[Entry]; in IsValueFullyAvailableInBlock() local
732 if (EntryVal == 0) continue; // Already unavailable. in IsValueFullyAvailableInBlock()
735 EntryVal = 0; in IsValueFullyAvailableInBlock()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2338 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB()
2339 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()