Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp851 RegAlloc("regalloc", cl::Hidden, cl::init(&useDefaultRegisterAllocator), variable
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_ra.cpp212 class RegAlloc class
215 RegAlloc(Program *program) : prog(program), func(NULL), sequence(0) { } in RegAlloc() function in nv50_ir::RegAlloc
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp610 LinearScan RegAlloc(Func); in postRegallocSplitting() local