Searched defs:RegSet (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
H A D | NativeRegisterContextLinux_x86_64.h | 69 enum class RegSet { gpr, fpu, avx, mpx }; enum
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiDelaySlotFiller.cpp | 253 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | DelaySlotFiller.cpp | 344 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | RegisterPressure.h | 273 using RegSet = SparseSet<IndexMaskPair>; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 445 bool RegDefsUses::isRegInSet(const BitVector &RegSet, unsigned Reg) const { in isRegInSet() argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 37 const uint8_t *const RegSet; variable
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.cpp | 259 SmallSet<unsigned, 4> RegSet; in AntiDepEdges() local
|
H A D | RegAllocPBQP.cpp | 149 using RegSet = std::set<Register>; typedef in __anon9a6f38670111::RegAllocPBQP
|
H A D | MachineVerifier.cpp | 114 using RegSet = DenseSet<Register>; typedef
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | Thumb1FrameLowering.cpp | 862 const std::set<Register> &RegSet) { in getNextOrderedReg()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 552 void HexagonExpandCondsets::updateLiveness(const std::set<Register> &RegSet, in updateLiveness()
|