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.cpp143 InstIds[MI] = CurInstr; in processDefs()
225 InstIds.clear(); in releaseMemory()
264 assert(InstIds.count(MI) && "Unexpected machine instuction."); in getReachingDef()
265 int InstId = InstIds.lookup(MI); in getReachingDef()
311 auto F = InstIds.find(&MI); in getInstFromId()
312 if (F != InstIds.end() && F->second == InstId) in getInstFromId()
321 assert(InstIds.count(MI) && "Unexpected machine instuction."); in getClearance()
322 return InstIds.lookup(MI) - getReachingDef(MI, PhysReg); in getClearance()
441 if (LocalDef && InstIds.lookup(LocalDef) < InstIds.lookup(MI)) in getUniqueReachingMIDef()
485 return InstIds.lookup(&Last) > InstIds.lookup(MI); in isRegUsedAfter()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h94 DenseMap<MachineInstr *, int> InstIds;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1747 static const std::array<const char *, 12> InstIds = { in printSDelayALU() local
1762 const char *Name = Value < InstIds.size() ? InstIds[Value] : BadInstId; in printSDelayALU()
1777 const char *Name = Value < InstIds.size() ? InstIds[Value] : BadInstId; in printSDelayALU()