Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp531 pushRegLanes(Reg, SubRegIdx, RegOpers.Uses); in collectOperandLanes()
540 pushRegLanes(Reg, SubRegIdx, RegOpers.DeadDefs); in collectOperandLanes()
542 pushRegLanes(Reg, SubRegIdx, RegOpers.Defs); in collectOperandLanes()
546 void pushRegLanes(Register Reg, unsigned SubRegIdx, in pushRegLanes() function in __anondcf0e0b20611::RegisterOperandsCollector