Home
last modified time | relevance | path

Searched defs:MAP (Results 1 – 8 of 8) sorted by relevance

/llvm-project/bolt/lib/Passes/
H A DAsmDump.cpp39 void dumpCFI(const BinaryFunction &BF, const MCInst &Instr, AsmPrinter &MAP) { in dumpCFI() argument
73 void dumpJumpTableSymbols(raw_ostream &OS, const JumpTable *JT, AsmPrinter &MAP, in dumpJumpTableSymbols() argument
150 std::unique_ptr<AsmPrinter> MAP( dumpFunction() local
/llvm-project/flang/include/flang/Lower/
H A DIntervalSet.h25 using MAP = std::map<std::size_t, std::size_t>; member
/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp815 #define MAP( emitInstructionSpecifier() macro
829 #define MAP( emitDecodePath() macro
H A DX86RecognizableInstr.h153 #define MAP( global() macro
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DQuality.cpp61 #define MAP(DeclType, Category) \ in categorize() macro
[all...]
/llvm-project/polly/unittests/Isl/
H A DIslTest.cpp38 #define MAP(Str) isl::map(Ctx.get(), Str) macro
/llvm-project/llvm/lib/Support/
H A Dregcomp.c1118 # define MAP(n) (((n) <= 1) ? (n) : ((n) == REGINFINITY) ? INF : N) in repeat() macro
/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp416 auto MAP = Worklist.pop_back_val(); in checkClobberSanity() local