Searched refs:NumBytesToPop (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 588 unsigned NumBytesToPop = NumBytes; in LowerCall() local 799 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, 0, InFlag, DL); in LowerCall() 853 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, NumBytesForCalleeToPop, in LowerCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 4513 unsigned NumBytesToPop = NumBytes; in LowerCall() local 4833 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, 0, InFlag, dl); in LowerCall() 4972 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, NumBytesForCalleeToPop, in LowerCall()
|