Searched defs:RegSet (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiDelaySlotFiller.cpp | 253 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | DelaySlotFiller.cpp | 343 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterPressure.h | 275 using RegSet = SparseSet<IndexMaskPair>; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 41 const uint8_t *const RegSet; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 444 isRegInSet(const BitVector & RegSet,unsigned Reg) const isRegInSet() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.cpp | 258 SmallSet<unsigned, 4> RegSet; in AntiDepEdges() local
|
H A D | RegAllocPBQP.cpp | 149 using RegSet = std::set<Register>; typedef in __anonbe0060a20111::RegAllocPBQP
|
H A D | MachinePipeliner.cpp | 1419 __anondc0e29e31002(RegSetTy &RegSet, Register Reg) computeMaxSetPressure() argument 1420 __anondc0e29e31102(RegSetTy &RegSet, Register Reg) computeMaxSetPressure() argument
|
H A D | MachineVerifier.cpp | 121 using RegSet = DenseSet<Register>; global() typedef
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb1FrameLowering.cpp | 862 getNextOrderedReg(It OrderedStartIt,It OrderedEndIt,const std::set<Register> & RegSet) getNextOrderedReg() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 553 void HexagonExpandCondsets::updateLiveness(const std::set<Register> &RegSet, in updateLiveness() argument
|