OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adjustsstack
(Results
1 - 25
of
42
) sorted by null
1
2
/external/llvm/test/CodeGen/MIR/Generic/
frame-info.mir
38
# CHECK-NEXT:
adjustsStack
: false
65
# CHECK-NEXT:
adjustsStack
: true
80
adjustsStack
: true
/external/llvm/test/CodeGen/MIR/X86/
variable-sized-stack-object-size-error.mir
22
adjustsStack
: true
cfi-offset.mir
25
adjustsStack
: true
early-clobber-register-flag.mir
29
adjustsStack
: true
expected-comma-after-cfi-register.mir
23
adjustsStack
: true
expected-register-after-cfi-operand.mir
23
adjustsStack
: true
liveout-register-mask.mir
25
adjustsStack
: true
variable-sized-stack-objects.mir
25
adjustsStack
: true
callee-saved-info.mir
50
adjustsStack
: true
expected-named-register-in-callee-saved-register.mir
48
adjustsStack
: true
expected-stack-object.mir
39
adjustsStack
: true
frame-info-stack-references.mir
40
adjustsStack
: true
/external/llvm/test/CodeGen/MIR/Mips/
expected-global-value-or-symbol-after-call-entry.mir
19
adjustsStack
: true
memory-operands.mir
36
adjustsStack
: true
68
adjustsStack
: true
/external/llvm/test/CodeGen/X86/
patchpoint-verifiable.mir
25
adjustsStack
: true
/external/llvm/test/CodeGen/MIR/ARM/
cfi-same-value.mir
21
adjustsStack
: true
/external/llvm/test/CodeGen/PowerPC/
no-rlwimi-trivial-commute.mir
66
adjustsStack
: false
addisdtprelha-nonr3.mir
41
adjustsStack
: false
/external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
176
// Calculate the MaxCallFrameSize and
AdjustsStack
variables for the
206
// must be called before this function in order to set the
AdjustsStack
239
/// calculateCallsInformation - Calculate the MaxCallFrameSize and
AdjustsStack
248
bool
AdjustsStack
= MFI->
adjustsStack
();
268
AdjustsStack
= true;
274
AdjustsStack
= true;
277
MFI->setAdjustsStack(
AdjustsStack
);
742
if (MFI->
adjustsStack
() && TFI.hasReservedCallFrame(Fn))
751
if (MFI->
adjustsStack
() || MFI->hasVarSizedObjects() |
[
all
...]
/external/llvm/lib/Target/WebAssembly/
WebAssemblyPEI.cpp
191
// Calculate the MaxCallFrameSize and
AdjustsStack
variables for the
221
// must be called before this function in order to set the
AdjustsStack
255
/// calculateCallsInformation - Calculate the MaxCallFrameSize and
AdjustsStack
264
bool
AdjustsStack
= MFI->
adjustsStack
();
284
AdjustsStack
= true;
290
AdjustsStack
= true;
293
MFI->setAdjustsStack(
AdjustsStack
);
758
if (MFI->
adjustsStack
() && TFI.hasReservedCallFrame(Fn))
767
if (MFI->
adjustsStack
() || MFI->hasVarSizedObjects() |
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h
197
bool
AdjustsStack
;
273
AdjustsStack
= false;
477
bool
adjustsStack
() const { return
AdjustsStack
; }
478
void setAdjustsStack(bool V) {
AdjustsStack
= V; }
MIRYamlMapping.h
347
bool
AdjustsStack
= false;
368
YamlIO.mapOptional("
adjustsStack
", MFI.
AdjustsStack
);
/external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp
203
if (MFI->
adjustsStack
() && TFI.hasReservedCallFrame(Fn))
212
if (MFI->
adjustsStack
() || MFI->hasVarSizedObjects() ||
/external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp
50
if (StackSize == 0 && !MFI->
adjustsStack
()) return;
MipsFrameLowering.cpp
139
if (MFI->
adjustsStack
() && hasReservedCallFrame(MF))
Completed in 209 milliseconds
1
2