Home
last modified time | relevance | path

Searched defs:RegWeight (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp88 const llvm::SmallVector<RegWeight, LinearScan::REGS_SIZE> &Weights) { in findMinWeightIndex()
DIceOperand.h575 explicit RegWeight(BaseType Weight) : Weight(Weight) {} in RegWeight() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h218 unsigned RegWeight; member