Searched defs:RegMasks (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | RDFRegisters.h | 197 IndexedSet<const uint32_t *> RegMasks; member |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | LiveVariables.cpp | 497 SmallVector<unsigned, 1> RegMasks; runOnInstr() local |
H A D | RegAllocFast.cpp | 274 SmallVector<const uint32_t *> RegMasks; member in __anon7753079e0111::RegAllocFastImpl |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | VectorUtils.cpp | 474 auto &RegMasks = Res[I]; processShuffleMasks() local |
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ | ||
H A D | VarLocBasedImpl.cpp | 1587 SmallVector<const uint32_t *, 4> RegMasks; transferRegisterDef() local |
H A D | InstrRefBasedImpl.cpp | 1842 SmallVector<const uint32_t *, 4> RegMasks; transferRegisterDef() local |
/llvm-project/llvm/lib/CodeGen/MIRParser/ | ||
H A D | MIParser.cpp | 154 ArrayRef<const uint32_t *> RegMasks = TRI->getRegMasks(); initNames2RegMasks() local |