Home
last modified time | relevance | path

Searched defs:SpillType (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.h527 enum class SpillType { kNoSpillType, kSpillOperand, kSpillRange }; enum
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp887 static const char *getSpillFunctionFor(unsigned MaxReg, SpillKind SpillType, in getSpillFunctionFor()