Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp207 void pushReg(unsigned Reg) { in pushReg() function
247 pushReg(AsReg); // New register on top of stack in duplicateToTop()
541 pushReg(Bundle.FixStack[i-1]); in setupBlockStack()
986 pushReg(DReg); in adjustLiveRegs()
1079 pushReg(N - I - 1); in handleCall()
1188 pushReg(DestReg); in handleZeroArgFP()
1275 pushReg(getFPReg(MI.getOperand(0))); in handleOneArgFPRW()
1571 pushReg(Reg); in handleSpecialFP()
1739 pushReg(NumSTDefs - i - 1); in handleSpecialFP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp500 pushReg(Reg, RegOpers.Uses); in collectOperand()
505 pushReg(Reg, RegOpers.Uses); in collectOperand()
509 pushReg(Reg, RegOpers.DeadDefs); in collectOperand()
511 pushReg(Reg, RegOpers.Defs); in collectOperand()
515 void pushReg(Register Reg, SmallVectorImpl<VRegMaskOrUnit> &RegUnits) const { in pushReg() function in __anondcf0e0b20611::RegisterOperandsCollector