HomeSort by: relevance | last modified time | path
    Searched defs:InstMap (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
InstrInfoEmitter.cpp 459 std::map<unsigned, std::vector<std::string>> InstMap;
479 InstMap[I->second].push_back(
489 if (!InstMap.empty()) {
514 for (auto &P : InstMap) {
546 std::map<unsigned, std::vector<std::string>> InstMap;
572 InstMap[I->second].push_back(
582 if (!InstMap.empty()) {
612 for (auto &P : InstMap) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 140 /// Index of the source of the dependence in the InstMap vector.
142 /// Index of the destination of the dependence in the InstMap vector.
183 InstMap.push_back(SI);
192 InstMap.push_back(LI);
243 return InstMap;
251 for (unsigned I = 0; I < InstMap.size(); ++I)
252 OrderMap[InstMap[I]] = I;
275 SmallVector<Instruction *, 16> InstMap;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 3451 MCSection *InstMap = nullptr;
3463 InstMap = OutContext.getELFSection("xray_instr_map", ELF::SHT_PROGBITS,
3472 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0,
3488 OutStreamer->SwitchSection(InstMap);

Completed in 261 milliseconds