Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp39 const unsigned MinRCSize = 4; variable
336 if (DstRC && !MRI->constrainRegClass(VReg, DstRC, MinRCSize)) { in AddRegisterOperand()
448 RC = MRI->constrainRegClass(VReg, RC, MinRCSize); in ConstrainForSubReg()