Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h183 InstMap.push_back(SI); in addAccess()
192 InstMap.push_back(LI); in addAccess()
243 return InstMap; in getMemoryInstructions()
251 for (unsigned I = 0; I < InstMap.size(); ++I) in generateInstructionOrderMap()
252 OrderMap[InstMap[I]] = I; in generateInstructionOrderMap()
275 SmallVector<Instruction *, 16> InstMap; variable
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp459 std::map<unsigned, std::vector<std::string>> InstMap; in emitLogicalOperandSizeMappings() local
479 InstMap[I->second].push_back( in emitLogicalOperandSizeMappings()
489 if (!InstMap.empty()) { in emitLogicalOperandSizeMappings()
514 for (auto &P : InstMap) { in emitLogicalOperandSizeMappings()
546 std::map<unsigned, std::vector<std::string>> InstMap; in emitLogicalOperandTypeMappings() local
572 InstMap[I->second].push_back( in emitLogicalOperandTypeMappings()
582 if (!InstMap.empty()) { in emitLogicalOperandTypeMappings()
612 for (auto &P : InstMap) { in emitLogicalOperandTypeMappings()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1511 LLVM_DEBUG(dbgs() << "LAA: Distance for " << *InstMap[AIdx] << " to " in isDependent()
1512 << *InstMap[BIdx] << ": " << *Dist << "\n"); in isDependent()
1750 [&](unsigned Idx) { return this->InstMap[Idx]; }); in getInstructionsForAccess()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3476 MCSection *InstMap = nullptr; in emitXRayTable() local
3488 InstMap = OutContext.getELFSection("xray_instr_map", ELF::SHT_PROGBITS, in emitXRayTable()
3497 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable()
3513 OutStreamer->SwitchSection(InstMap); in emitXRayTable()