Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1492 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3451 MCSection *InstMap = nullptr; in emitXRayTable() local
3463 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()