Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp210 void pushReg(unsigned Reg) { in pushReg() function
250 pushReg(AsReg); // New register on top of stack in duplicateToTop()
522 pushReg(Bundle.FixStack[i-1]); in setupBlockStack()
932 pushReg(DReg); in adjustLiveRegs()
1000 pushReg(N - I - 1); in handleCall()
1101 pushReg(DestReg); in handleZeroArgFP()
1182 pushReg(getFPReg(MI.getOperand(0))); in handleOneArgFPRW()
1474 pushReg(Reg); in handleSpecialFP()
1642 pushReg(NumSTDefs - i - 1); in handleSpecialFP()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterPressure.cpp490 pushReg(Reg, RegOpers.Uses); in collectOperand()
495 pushReg(Reg, RegOpers.Uses); in collectOperand()
499 pushReg(Reg, RegOpers.DeadDefs); in collectOperand()
501 pushReg(Reg, RegOpers.Defs); in collectOperand()
505 void pushReg(unsigned Reg, in pushReg() function in __anon6fc3ffd70611::RegisterOperandsCollector