Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp365 pushRegUnits(Reg, RegOpers.Uses); in collectOperand()
369 pushRegUnits(Reg, RegOpers.DeadDefs); in collectOperand()
371 pushRegUnits(Reg, RegOpers.Defs); in collectOperand()
375 void pushRegUnits(unsigned Reg, SmallVectorImpl<unsigned> &RegUnits) const { in pushRegUnits() function in __anon281631940111::RegisterOperandsCollector