Searched defs:VirtRegMap (Results 1 – 15 of 15) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | LiveDebugVariables.h | 30 class VirtRegMap; global() variable |
H A D | Spiller.h | 17 class VirtRegMap; global() variable |
H A D | LiveRegMatrix.h | 38 class VirtRegMap; variable |
H A D | CalcSpillWeights.h | 21 class VirtRegMap; global() variable |
H A D | VirtRegMap.h | 74 VirtRegMap() VirtRegMap() function |
H A D | LiveRangeEdit.h | 39 class VirtRegMap; variable |
H A D | LiveIntervals.h | 51 class VirtRegMap; global() variable |
H A D | TargetRegisterInfo.h | 41 class VirtRegMap; variable |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | RegAllocBase.h | 54 class VirtRegMap; variable |
H A D | AllocationOrder.h | 27 class VirtRegMap; variable |
H A D | RegAllocPriorityAdvisor.h | 19 class VirtRegMap; variable |
H A D | RegAllocEvictionAdvisor.h | 29 class VirtRegMap; variable |
H A D | SplitKit.h | 45 class VirtRegMap; variable |
H A D | RegAllocGreedy.h | 57 class VirtRegMap; global() variable |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86TileConfig.cpp | 75 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) INITIALIZE_PASS_DEPENDENCY() argument |