Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Passes/
H A DRegAnalysis.cpp143 void RegAnalysis::getInstUsedRegsList(const MCInst &Inst, BitVector &RegSet, in getInstUsedRegsList()
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp253 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet()
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.h72 enum class RegSet { gpr, fpu, avx, mpx }; enum
/llvm-project/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp343 IsRegInSet(SmallSet<unsigned,32> & RegSet,unsigned Reg) IsRegInSet() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h275 using RegSet = SparseSet<IndexMaskPair>; variable
/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h41 const uint8_t *const RegSet; variable
/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp258 SmallSet<unsigned, 4> RegSet; in AntiDepEdges() local
H A DRegAllocPBQP.cpp149 using RegSet = std::set<Register>; global() typedef in __anon0dbd25830111::RegAllocPBQP
H A DMachinePipeliner.cpp1469 __anon947477441002(RegSetTy &RegSet, Register Reg) computeMaxSetPressure() argument
1470 __anon947477441102(RegSetTy &RegSet, Register Reg) computeMaxSetPressure() argument
H A DMachineVerifier.cpp124 using RegSet = DenseSet<Register>; global() typedef
/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp445 isRegInSet(const BitVector & RegSet,unsigned Reg) const isRegInSet() argument
/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp857 getNextOrderedReg(It OrderedStartIt,It OrderedEndIt,const std::set<Register> & RegSet) getNextOrderedReg() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp553 for (Register R : RegSet) { in updateLiveness() argument