Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FloatingPoint.cpp209 void pushReg(unsigned Reg) { in pushReg() function
249 pushReg(AsReg); // New register on top of stack in duplicateToTop()
528 pushReg(Bundle.FixStack[i-1]); in setupBlockStack()
946 pushReg(DReg); in adjustLiveRegs()
1039 pushReg(N - I - 1); in handleCall()
1146 pushReg(DestReg); in handleZeroArgFP()
1233 pushReg(getFPReg(MI.getOperand(0))); in handleOneArgFPRW()
1529 pushReg(Reg); in handleSpecialFP()
1696 pushReg(NumSTDefs - i - 1); in handleSpecialFP()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegisterPressure.cpp505 pushReg(Reg, RegOpers.Uses); in collectOperand()
510 pushReg(Reg, RegOpers.Uses); in collectOperand()
514 pushReg(Reg, RegOpers.DeadDefs); in collectOperand()
516 pushReg(Reg, RegOpers.Defs); in collectOperand()
520 void pushReg(Register Reg, in pushReg() function in __anon51a368ca0611::RegisterOperandsCollector