Home
last modified time | relevance | path

Searched defs:RegSet (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.h69 enum class RegSet { gpr, fpu, avx, mpx }; enum
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp253 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp344 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h273 using RegSet = SparseSet<IndexMaskPair>; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp445 bool RegDefsUses::isRegInSet(const BitVector &RegSet, unsigned Reg) const { in isRegInSet() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCRegisterInfo.h37 const uint8_t *const RegSet; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp259 SmallSet<unsigned, 4> RegSet; in AntiDepEdges() local
H A DRegAllocPBQP.cpp149 using RegSet = std::set<Register>; typedef in __anon9a6f38670111::RegAllocPBQP
H A DMachineVerifier.cpp114 using RegSet = DenseSet<Register>; typedef
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp862 const std::set<Register> &RegSet) { in getNextOrderedReg()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp552 void HexagonExpandCondsets::updateLiveness(const std::set<Register> &RegSet, in updateLiveness()