Searched refs:InstMap (Results 1 – 4 of 4) sorted by relevance
183 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
459 std::map<unsigned, std::vector<std::string>> InstMap; in emitLogicalOperandSizeMappings() local479 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() local572 InstMap[I->second].push_back( in emitLogicalOperandTypeMappings()582 if (!InstMap.empty()) { in emitLogicalOperandTypeMappings()612 for (auto &P : InstMap) { in emitLogicalOperandTypeMappings()
1492 LLVM_DEBUG(dbgs() << "LAA: Distance for " << *InstMap[AIdx] << " to " in isDependent()1493 << *InstMap[BIdx] << ": " << *Dist << "\n"); in isDependent()1730 [&](unsigned Idx) { return this->InstMap[Idx]; }); in getInstructionsForAccess()
3451 MCSection *InstMap = nullptr; in emitXRayTable() local3463 InstMap = OutContext.getELFSection("xray_instr_map", ELF::SHT_PROGBITS, in emitXRayTable()3472 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable()3488 OutStreamer->SwitchSection(InstMap); in emitXRayTable()