Home
last modified time | relevance | path

Searched defs:InstMap (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp244 const auto &InstMap = getInstructionMap(); in ComputeInstrsByEnum() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp560 const auto &InstMap = Emb->getInstVecMap(); in run() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h309 SmallVector<Instruction *, 16> InstMap; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp486 std::map<unsigned, std::vector<std::string>> InstMap; in emitLogicalOperandSizeMappings() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4590 MCSection *InstMap = nullptr; in emitXRayTable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp206 using InstMap = DenseMap<Instruction *, Instruction *>; typedef in __anoncba317990111::AlignVectors