OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDestroy
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/WebAssembly/
WebAssemblyFrameLowering.cpp
116
bool
IsDestroy
= Opc == TII->getCallFrameDestroyOpcode();
119
adjustStackPointer(Amount,
IsDestroy
, MF, MBB,
/external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp
165
bool
IsDestroy
= Opc == TII->getCallFrameDestroyOpcode();
166
uint64_t CalleePopAmount =
IsDestroy
? I->getOperand(1).getImm() : 0;
174
if (!
IsDestroy
)
[
all
...]
Completed in 56 milliseconds