Searched refs:NumBytesToPop (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLoweringCall.cpp | 2144 unsigned NumBytesToPop = NumBytes; in LowerCall() local 2462 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, 0, InGlue, dl); in LowerCall() 2620 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, NumBytesForCalleeToPop, in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 609 unsigned NumBytesToPop = NumBytes; in LowerCall() local 818 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, 0, InGlue, DL); in LowerCall() 873 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, NumBytesForCalleeToPop, in LowerCall()
|