OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requiresFrameIndexScavenging
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSERegisterInfo.h
27
bool
requiresFrameIndexScavenging
(const MachineFunction &MF) const override;
Mips16RegisterInfo.h
26
bool
requiresFrameIndexScavenging
(const MachineFunction &MF) const override;
Mips16RegisterInfo.cpp
46
bool Mips16RegisterInfo::
requiresFrameIndexScavenging
MipsSERegisterInfo.cpp
49
requiresFrameIndexScavenging
(const MachineFunction &MF) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.h
52
bool
requiresFrameIndexScavenging
(const MachineFunction &MF) const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVRegisterInfo.h
53
bool
requiresFrameIndexScavenging
(const MachineFunction &MF) const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.h
145
bool
requiresFrameIndexScavenging
(const MachineFunction &MF) const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64RegisterInfo.h
105
bool
requiresFrameIndexScavenging
(const MachineFunction &MF) const override;
AArch64RegisterInfo.cpp
454
bool AArch64RegisterInfo::
requiresFrameIndexScavenging
(
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h
196
bool
requiresFrameIndexScavenging
(const MachineFunction &MF) const override;
ARMBaseRegisterInfo.cpp
502
requiresFrameIndexScavenging
(const MachineFunction &MF) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h
102
bool
requiresFrameIndexScavenging
(const MachineFunction &MF) const override;
PPCRegisterInfo.cpp
370
bool PPCRegisterInfo::
requiresFrameIndexScavenging
(const MachineFunction &MF) const {
376
LLVM_DEBUG(dbgs() << "
requiresFrameIndexScavenging
for " << MF.getName()
PPCFrameLowering.cpp
602
return !RegInfo->
requiresFrameIndexScavenging
(MF);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIRegisterInfo.h
87
bool
requiresFrameIndexScavenging
(const MachineFunction &MF) const override;
SIRegisterInfo.cpp
612
bool SIRegisterInfo::
requiresFrameIndexScavenging
(
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h
893
virtual bool
requiresFrameIndexScavenging
(const MachineFunction &MF) const {
898
/// frame elimination despite using
requiresFrameIndexScavenging
.
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
114
// TRI->
requiresFrameIndexScavenging
() for the current function.
223
FrameIndexVirtualScavenging = TRI->
requiresFrameIndexScavenging
(MF);
Completed in 30 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026