Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp166 InstIds[MI] = CurInstr; in processDefs()
295 InstIds.clear(); in releaseMemory()
336 assert(InstIds.count(MI) && "Unexpected machine instuction."); in getReachingDef()
337 int InstId = InstIds.lookup(MI); in getReachingDef()
400 auto F = InstIds.find(&MI); in getInstFromId()
401 if (F != InstIds.end() && F->second == InstId) in getInstFromId()
409 assert(InstIds.count(MI) && "Unexpected machine instuction."); in getClearance()
410 return InstIds.lookup(MI) - getReachingDef(MI, Reg); in getClearance()
525 if (LocalDef && InstIds.lookup(LocalDef) < InstIds.lookup(MI)) in getUniqueReachingMIDef()
568 return InstIds.lookup(&Last) > InstIds.lookup(MI); in isRegUsedAfter()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h141 DenseMap<MachineInstr *, int> InstIds;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1654 static const std::array<const char *, 12> InstIds = { in printSDelayALU() local
1669 const char *Name = Value < InstIds.size() ? InstIds[Value] : BadInstId; in printSDelayALU()
1684 const char *Name = Value < InstIds.size() ? InstIds[Value] : BadInstId; in printSDelayALU()