Home
last modified time | relevance | path

Searched refs:InstIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp229 for (auto [InstIndex, OpndIndex] : ParamLocsVec[ParamIdx]) { in createMergedFunction()
230 auto *Inst = FI.IndexInstruction->lookup(InstIndex); in createMergedFunction()
334 auto [InstIndex, OpndIndex] = Loc; in checkConstLocationCompatible()
335 assert(InstIndex < IndexInstruction.size()); in checkConstLocationCompatible()
336 const auto *Inst = IndexInstruction.lookup(InstIndex); in checkConstLocationCompatible()
421 auto [InstIndex, OpndIndex] = Index; in merge()
422 assert(InstIndex < FHI.IndexInstruction->size()); in merge()
423 auto *Inst = FHI.IndexInstruction->lookup(InstIndex); in merge()
471 auto &[InstIndex, OpndIndex] = ParamLocs[0]; in merge()
472 auto *Inst = FMI.IndexInstruction->lookup(InstIndex); in merge()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStructuralHash.cpp40 auto [InstIndex, OpndIndex] = IndexPair; in run()
42 << " at (" << InstIndex << "," << OpndIndex << ")\n"; in run()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp217 const ResourceReleaseAtCycles &RU, unsigned InstIndex) { in toJSON() argument
221 json::Object({{"InstructionIndex", InstIndex}, in toJSON()
225 for (const auto &[InstIndex, Usages] : enumerate(ResourceUsage)) in toJSON()
227 AddToJSON(RU, InstIndex); in toJSON()
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMapRecord.cpp179 auto InstIndex = in deserialize() local
185 assert(InstIndex < InstCount && "InstIndex out of range"); in deserialize()
187 IndexOperandHashMap->try_emplace({InstIndex, OpndIndex}, OpndHash); in deserialize()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp277 SlotIndex InstIndex = LIS->getInstructionIndex(*Insert); in getVRegDef() local
278 if (const VNInfo *ValNo = LIS->getInterval(Reg).getVNInfoBefore(InstIndex)) in getVRegDef()