Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp85 unsigned DFAPacketizer::getUsedResources(unsigned InstIdx) { in getUsedResources() argument
92 if (InstIdx == 0) in getUsedResources()
96 return RS[InstIdx] ^ RS[InstIdx - 1]; in getUsedResources()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp224 unsigned InstIdx = 0; in hashInstruction() local
226 InstIdx = IndexInstruction->size(); in hashInstruction()
227 IndexInstruction->try_emplace(InstIdx, const_cast<Instruction *>(&Inst)); in hashInstruction()
234 IndexOperandHashMap->try_emplace({InstIdx, OpndIdx}, OpndHash); in hashInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDFAPacketizer.h124 unsigned getUsedResources(unsigned InstIdx);
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp698 unsigned InstIdx = 0; in emitFeatureVerifier() local
712 OS << ", // " << Inst->TheDef->getName() << " = " << InstIdx << '\n'; in emitFeatureVerifier()
713 InstIdx++; in emitFeatureVerifier()
716 << " assert(Opcode < " << InstIdx << ");\n" in emitFeatureVerifier()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp21130 for (auto [Dist, InstIdx] : PrevSet) { in rebase()
21131 if (InstIdx >= MinSafeIdx) in rebase()
21132 insertOrLookup(InstIdx, Dist - DistFromCurBase); in rebase()
21176 auto &[Dist, InstIdx] = Data; in vectorizeStores()
21178 Operands.push_back(Stores[InstIdx]); in vectorizeStores()
21183 auto E = make_scope_exit([&, &Dist = Dist, &InstIdx = InstIdx]() { in vectorizeStores()
21185 Operands.push_back(Stores[InstIdx]); in vectorizeStores()