Home
last modified time | relevance | path

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

123

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/OvmfPkg/Library/PlatformBdsLib/
H A DQemuBootOrder.c175 UINT32 EntryVal; // value being constructed for current entry in ParseUnitAddressHexList() local
181 EntryVal = 0; in ParseUnitAddressHexList()
195 if (EntryVal > 0xFFFFFFF) { in ParseUnitAddressHexList()
198 EntryVal = (EntryVal << 4) | Val; in ParseUnitAddressHexList()
204 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
207 EntryVal = 0; in ParseUnitAddressHexList()
219 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/OvmfPkg/Library/QemuBootOrderLib/
H A DQemuBootOrderLib.c179 UINT64 EntryVal; // value being constructed for current entry in ParseUnitAddressHexList() local
185 EntryVal = 0; in ParseUnitAddressHexList()
199 if (EntryVal > 0xFFFFFFFFFFFFFFFull) { in ParseUnitAddressHexList()
202 EntryVal = LShiftU64 (EntryVal, 4) | Val; in ParseUnitAddressHexList()
208 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
211 EntryVal = 0; in ParseUnitAddressHexList()
223 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/OvmfPkg/Library/QemuBootOrderLib/
H A DQemuBootOrderLib.c179 UINT64 EntryVal; // value being constructed for current entry in ParseUnitAddressHexList() local
185 EntryVal = 0; in ParseUnitAddressHexList()
199 if (EntryVal > 0xFFFFFFFFFFFFFFFull) { in ParseUnitAddressHexList()
202 EntryVal = LShiftU64 (EntryVal, 4) | Val; in ParseUnitAddressHexList()
208 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
211 EntryVal = 0; in ParseUnitAddressHexList()
223 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/OvmfPkg/Library/QemuBootOrderLib/
H A DQemuBootOrderLib.c179 UINT64 EntryVal; // value being constructed for current entry in ParseUnitAddressHexList() local
185 EntryVal = 0; in ParseUnitAddressHexList()
199 if (EntryVal > 0xFFFFFFFFFFFFFFFull) { in ParseUnitAddressHexList()
202 EntryVal = LShiftU64 (EntryVal, 4) | Val; in ParseUnitAddressHexList()
208 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
211 EntryVal = 0; in ParseUnitAddressHexList()
223 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/OvmfPkg/Library/QemuBootOrderLib/
H A DQemuBootOrderLib.c179 UINT64 EntryVal; // value being constructed for current entry in ParseUnitAddressHexList() local
185 EntryVal = 0; in ParseUnitAddressHexList()
199 if (EntryVal > 0xFFFFFFFFFFFFFFFull) { in ParseUnitAddressHexList()
202 EntryVal = LShiftU64 (EntryVal, 4) | Val; in ParseUnitAddressHexList()
208 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
211 EntryVal = 0; in ParseUnitAddressHexList()
223 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/OvmfPkg/Library/QemuBootOrderLib/
H A DQemuBootOrderLib.c179 UINT64 EntryVal; // value being constructed for current entry in ParseUnitAddressHexList() local
185 EntryVal = 0; in ParseUnitAddressHexList()
199 if (EntryVal > 0xFFFFFFFFFFFFFFFull) { in ParseUnitAddressHexList()
202 EntryVal = LShiftU64 (EntryVal, 4) | Val; in ParseUnitAddressHexList()
208 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
211 EntryVal = 0; in ParseUnitAddressHexList()
223 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/OvmfPkg/Library/QemuBootOrderLib/
H A DQemuBootOrderLib.c179 UINT64 EntryVal; // value being constructed for current entry in ParseUnitAddressHexList() local
185 EntryVal = 0; in ParseUnitAddressHexList()
199 if (EntryVal > 0xFFFFFFFFFFFFFFFull) { in ParseUnitAddressHexList()
202 EntryVal = LShiftU64 (EntryVal, 4) | Val; in ParseUnitAddressHexList()
208 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
211 EntryVal = 0; in ParseUnitAddressHexList()
223 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/OvmfPkg/Library/QemuBootOrderLib/
H A DQemuBootOrderLib.c179 UINT64 EntryVal; // value being constructed for current entry in ParseUnitAddressHexList() local
185 EntryVal = 0; in ParseUnitAddressHexList()
199 if (EntryVal > 0xFFFFFFFFFFFFFFFull) { in ParseUnitAddressHexList()
202 EntryVal = LShiftU64 (EntryVal, 4) | Val; in ParseUnitAddressHexList()
208 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
211 EntryVal = 0; in ParseUnitAddressHexList()
223 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/OvmfPkg/Library/QemuBootOrderLib/
H A DQemuBootOrderLib.c179 UINT64 EntryVal; // value being constructed for current entry in ParseUnitAddressHexList() local
185 EntryVal = 0; in ParseUnitAddressHexList()
199 if (EntryVal > 0xFFFFFFFFFFFFFFFull) { in ParseUnitAddressHexList()
202 EntryVal = LShiftU64 (EntryVal, 4) | Val; in ParseUnitAddressHexList()
208 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
211 EntryVal = 0; in ParseUnitAddressHexList()
223 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
/dports/sysutils/edk2/edk2-edk2-stable202102/OvmfPkg/Library/QemuBootOrderLib/
H A DQemuBootOrderLib.c179 UINT64 EntryVal; // value being constructed for current entry in ParseUnitAddressHexList() local
185 EntryVal = 0; in ParseUnitAddressHexList()
199 if (EntryVal > 0xFFFFFFFFFFFFFFFull) { in ParseUnitAddressHexList()
202 EntryVal = LShiftU64 (EntryVal, 4) | Val; in ParseUnitAddressHexList()
208 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
211 EntryVal = 0; in ParseUnitAddressHexList()
223 Result[Entry] = EntryVal; in ParseUnitAddressHexList()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1569 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
1576 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
1618 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1623 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
1624 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
1629 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1662 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
1671 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
1730 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
1731 createVectorIntOrFpInductionPHI(ID, Step, EntryVal); in widenIntOrFpInduction()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1512 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) &&
1519 if (isa<TruncInst>(EntryVal)) {
1561 VecInd->setDebugLoc(EntryVal->getDebugLoc());
1566 if (isa<TruncInst>(EntryVal))
1567 addMetadata(LastInduction, EntryVal);
1572 LastInduction->setDebugLoc(EntryVal->getDebugLoc());
1605 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) &&
1614 if (isa<TruncInst>(EntryVal))
1673 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) {
1674 createVectorIntOrFpInductionPHI(ID, Step, EntryVal);
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1775 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
1782 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
1824 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1829 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
1830 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
1835 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1868 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
1877 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
1936 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
1937 createVectorIntOrFpInductionPHI(ID, Step, EntryVal); in widenIntOrFpInduction()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1700 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
1707 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
1750 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1755 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
1756 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
1794 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
1803 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
1897 auto NeedsScalarIV = needsScalarInduction(EntryVal); in widenIntOrFpInduction()
1906 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
1913 buildScalarSteps(ScalarIV, Step, EntryVal, ID); in widenIntOrFpInduction()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1700 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
1707 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
1750 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1755 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
1756 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
1794 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
1803 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
1897 auto NeedsScalarIV = needsScalarInduction(EntryVal); in widenIntOrFpInduction()
1906 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
1913 buildScalarSteps(ScalarIV, Step, EntryVal, ID); in widenIntOrFpInduction()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1687 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
1694 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
1736 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1741 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
1742 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
1747 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1780 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
1789 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
1848 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
1849 createVectorIntOrFpInductionPHI(ID, Step, EntryVal); in widenIntOrFpInduction()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1687 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
1694 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
1736 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1741 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
1742 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
1747 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1780 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
1789 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
1848 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
1849 createVectorIntOrFpInductionPHI(ID, Step, EntryVal); in widenIntOrFpInduction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1687 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
1694 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
1736 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1741 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
1742 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
1747 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1780 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
1789 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
1848 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
1849 createVectorIntOrFpInductionPHI(ID, Step, EntryVal); in widenIntOrFpInduction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1821 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
1828 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
1872 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1877 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
1878 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
1916 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
1925 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
2021 auto NeedsScalarIV = needsScalarInduction(EntryVal); in widenIntOrFpInduction()
2030 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
2037 buildScalarSteps(ScalarIV, Step, EntryVal, ID); in widenIntOrFpInduction()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2026 Instruction *EntryVal) { in createVectorIntOrFpInductionPHI() argument
2027 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
2033 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
2077 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2082 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
2083 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
2121 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
2130 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
2236 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
2243 buildScalarSteps(ScalarIV, Step, EntryVal, ID); in widenIntOrFpInduction()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2026 Instruction *EntryVal) { in createVectorIntOrFpInductionPHI() argument
2027 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
2033 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
2077 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2082 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
2083 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
2121 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
2130 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
2236 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()
2243 buildScalarSteps(ScalarIV, Step, EntryVal, ID); in widenIntOrFpInduction()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2277 Instruction *EntryVal, VPValue *Def, VPValue *CastDef, in createVectorIntOrFpInductionPHI() argument
2279 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
2285 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
2333 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2338 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
2339 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
2345 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2379 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
2388 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
2492 auto NeedsScalarIV = needsScalarInduction(EntryVal); in widenIntOrFpInduction()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2277 Instruction *EntryVal, VPValue *Def, VPValue *CastDef, in createVectorIntOrFpInductionPHI() argument
2279 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
2285 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
2333 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2338 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
2339 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
2345 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2379 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
2388 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
2492 auto NeedsScalarIV = needsScalarInduction(EntryVal); in widenIntOrFpInduction()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2277 Instruction *EntryVal, VPValue *Def, VPValue *CastDef, in createVectorIntOrFpInductionPHI() argument
2279 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
2285 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
2333 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2338 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
2339 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
2345 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2379 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
2388 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
2492 auto NeedsScalarIV = needsScalarInduction(EntryVal); in widenIntOrFpInduction()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2273 Instruction *EntryVal, VPValue *Def, VPValue *CastDef, in createVectorIntOrFpInductionPHI() argument
2275 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()
2281 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()
2329 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2334 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()
2335 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
2341 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2375 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()
2384 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()
2488 auto NeedsScalarIV = needsScalarInduction(EntryVal); in widenIntOrFpInduction()
[all …]

123