Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp69 bool isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg);
255 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet() argument
258 if (RegSet.count(*AI)) in isRegInSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h274 using RegSet = SparseSet<IndexMaskPair>; variable
275 RegSet Regs;
297 RegSet::const_iterator I = Regs.find(SparseIndex); in contains()
320 RegSet::iterator I = Regs.find(SparseIndex); in erase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp75 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet,
343 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet() argument
348 if (RegSet.count(*AI)) in IsRegInSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp108 using RegSet = DenseSet<unsigned>; typedef
117 RegSet regsLive;
141 RegSet regsKilled;
145 RegSet regsLiveOut;
149 RegSet vregsPassed;
153 RegSet vregsRequired;
171 bool addPassed(const RegSet &RS) { in addPassed()
173 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I) in addPassed()
190 bool addRequired(const RegSet &RS) { in addRequired()
192 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I) in addRequired()
[all …]
DRegAllocPBQP.cpp150 using RegSet = std::set<unsigned>; typedef in __anon0102e8e70111::RegAllocPBQP
154 RegSet VRegsToAlloc, EmptyIntervalVRegs;
748 for (RegSet::const_iterator in finalizeAlloc()
DAggressiveAntiDepBreaker.cpp266 SmallSet<unsigned, 4> RegSet; in AntiDepEdges() local
270 if (RegSet.insert(P->getReg()).second) in AntiDepEdges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp133 bool isRegInSet(const BitVector &RegSet, unsigned Reg) const;
448 bool RegDefsUses::isRegInSet(const BitVector &RegSet, unsigned Reg) const { in isRegInSet() argument
451 if (RegSet.test(*AI)) in isRegInSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h37 const uint8_t *const RegSet; variable
73 return (RegSet[Byte] & (1 << InByte)) != 0; in contains()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp209 void updateLiveness(std::set<unsigned> &RegSet, bool Recalc,
551 void HexagonExpandCondsets::updateLiveness(std::set<unsigned> &RegSet, in updateLiveness() argument
554 for (unsigned R : RegSet) { in updateLiveness()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp197 std::vector<SmallBitVector> &RegSet) { in filterTypeToRegisterSet() argument
211 RegSet[TypeIndex][RegIndex] = TypeToRegisterSet[TypeIndex][RegIndex]; in filterTypeToRegisterSet()
DIceTargetLowering.h282 enum RegSet { enum