Searched refs:InstMap (Results 1 – 4 of 4) sorted by relevance
230 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
500 std::map<unsigned, std::vector<std::string>> InstMap; in emitLogicalOperandSizeMappings() local520 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() local613 InstMap[I->second].push_back( in emitLogicalOperandTypeMappings()623 if (!InstMap.empty()) { in emitLogicalOperandTypeMappings()653 for (auto &P : InstMap) { in emitLogicalOperandTypeMappings()
1610 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()
3938 MCSection *InstMap = nullptr; in emitXRayTable() local3950 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()