Home
last modified time | relevance | path

Searched refs:InstMap (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h230 return InstMap; in getMemoryInstructions()
238 for (unsigned I = 0; I < InstMap.size(); ++I) in generateInstructionOrderMap()
239 OrderMap[InstMap[I]] = I; in generateInstructionOrderMap()
273 SmallVector<Instruction *, 16> InstMap; variable
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp500 std::map<unsigned, std::vector<std::string>> InstMap; in emitLogicalOperandSizeMappings() local
520 InstMap[I->second].push_back( in emitLogicalOperandSizeMappings()
530 if (!InstMap.empty()) { in emitLogicalOperandSizeMappings()
555 for (auto &P : InstMap) { in emitLogicalOperandSizeMappings()
587 std::map<unsigned, std::vector<std::string>> InstMap; in emitLogicalOperandTypeMappings() local
613 InstMap[I->second].push_back( in emitLogicalOperandTypeMappings()
623 if (!InstMap.empty()) { in emitLogicalOperandTypeMappings()
653 for (auto &P : InstMap) { in emitLogicalOperandTypeMappings()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1610 InstMap.push_back(SI); in addAccess()
1619 InstMap.push_back(LI); in addAccess()
1838 Type *ATy = getLoadStoreType(InstMap[AIdx]); in isDependent()
1839 Type *BTy = getLoadStoreType(InstMap[BIdx]); in isDependent()
1874 LLVM_DEBUG(dbgs() << "LAA: Distance for " << *InstMap[AIdx] << " to " in isDependent()
1875 << *InstMap[BIdx] << ": " << *Dist << "\n"); in isDependent()
2110 [&](unsigned Idx) { return this->InstMap[Idx]; }); in getInstructionsForAccess()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3938 MCSection *InstMap = nullptr; in emitXRayTable() local
3950 InstMap = OutContext.getELFSection("xray_instr_map", ELF::SHT_PROGBITS, in emitXRayTable()
3959 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable()
3975 OutStreamer->switchSection(InstMap); in emitXRayTable()