OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstSlot
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervals.cpp
1464
SlotIndex
InstSlot
= LIS.getSlotIndexes()->getInstructionIndex(MI);
1465
if (
InstSlot
> LastUse &&
InstSlot
< OldIdx)
1466
LastUse =
InstSlot
.getRegSlot();
RegisterPressure.cpp
1233
SlotIndex
InstSlot
= LIS->getInstructionIndex(*MI).getRegSlot();
1234
if (
InstSlot
>= PriorUseIdx &&
InstSlot
< NextUseIdx) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp
299
SlotIndex
InstSlot
= LIS->getInstructionIndex(*MI).getRegSlot();
300
if (
InstSlot
>= First &&
InstSlot
<= Last)
Completed in 19 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026