Home
last modified time | relevance | path

Searched defs:RegUnits (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRegUnits.h145 void addUnits(const BitVector &RegUnits) { in addUnits()
149 void removeUnits(const BitVector &RegUnits) { in removeUnits()
DRegisterScavenging.h194 void setUsed(const BitVector &RegUnits) { in setUsed()
197 void setUnused(const BitVector &RegUnits) { in setUnused()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp702 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsDownwards()
784 SparseSet<LiveRegUnit> &RegUnits) { in updateDepth()
823 SparseSet<LiveRegUnit> &RegUnits) { in updateDepth()
830 SparseSet<LiveRegUnit> &RegUnits) { in updateDepths()
856 SparseSet<LiveRegUnit> RegUnits; in computeInstrDepths() local
894 SparseSet<LiveRegUnit> &RegUnits, in updatePhysDepsUpwards()
1021 SparseSet<LiveRegUnit> RegUnits; in computeInstrHeights() local
DMachineCombiner.cpp443 SparseSet<LiveRegUnit> &RegUnits, in insertDeleteInstructions()
516 SparseSet<LiveRegUnit> RegUnits; in combineInstructions() local
DInterferenceCache.h92 SmallVector<RegUnitInfo, 4> RegUnits; variable
DRegisterPressure.cpp371 static LaneBitmask getRegLanes(ArrayRef<RegisterMaskPair> RegUnits, in getRegLanes()
381 static void addRegLanes(SmallVectorImpl<RegisterMaskPair> &RegUnits, in addRegLanes()
395 static void setRegZero(SmallVectorImpl<RegisterMaskPair> &RegUnits, in setRegZero()
407 static void removeRegLanes(SmallVectorImpl<RegisterMaskPair> &RegUnits, in removeRegLanes()
DMachineSink.cpp1265 SmallSet<unsigned, 4> RegUnits; in getRegUnits() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h109 uint32_t RegUnits; member