OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumBytesForCalleeToPop
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp
800
unsigned
NumBytesForCalleeToPop
;
803
NumBytesForCalleeToPop
= NumBytes; // Callee pops everything
807
NumBytesForCalleeToPop
= 4;
809
NumBytesForCalleeToPop
= 0; // Callee pops nothing.
815
NumBytesForCalleeToPop
= NumBytes;
822
DAG.getIntPtrConstant(
NumBytesForCalleeToPop
, DL, true), InFlag, DL);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp
3518
unsigned
NumBytesForCalleeToPop
=
3525
.addImm(NumBytes).addImm(
NumBytesForCalleeToPop
);
X86ISelLowering.cpp
4465
unsigned
NumBytesForCalleeToPop
;
4468
NumBytesForCalleeToPop
= NumBytes; // Callee pops everything
4476
NumBytesForCalleeToPop
= 4;
4478
NumBytesForCalleeToPop
= 0; // Callee pops nothing.
4484
DAG.getIntPtrConstant(
NumBytesForCalleeToPop
, dl,
[
all
...]
Completed in 58 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026