Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp253 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp343 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h275 using RegSet = SparseSet<IndexMaskPair>; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h41 const uint8_t *const RegSet; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp444 isRegInSet(const BitVector & RegSet,unsigned Reg) const isRegInSet() argument
/freebsd-src/contrib/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>; typedef in __anonbe0060a20111::RegAllocPBQP
H A DMachinePipeliner.cpp1419 __anondc0e29e31002(RegSetTy &RegSet, Register Reg) computeMaxSetPressure() argument
1420 __anondc0e29e31102(RegSetTy &RegSet, Register Reg) computeMaxSetPressure() argument
H A DMachineVerifier.cpp121 using RegSet = DenseSet<Register>; global() typedef
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp862 getNextOrderedReg(It OrderedStartIt,It OrderedEndIt,const std::set<Register> & RegSet) getNextOrderedReg() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp553 void HexagonExpandCondsets::updateLiveness(const std::set<Register> &RegSet, in updateLiveness() argument