OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFrameOffsetLegal
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64RegisterInfo.h
108
bool
isFrameOffsetLegal
(const MachineInstr *MI, Register BaseReg,
AArch64RegisterInfo.cpp
516
if (TFI->hasFP(MF) &&
isFrameOffsetLegal
(MI, AArch64::FP, FPOffset))
524
if (
isFrameOffsetLegal
(MI, AArch64::SP, Offset))
528
if (!
isFrameOffsetLegal
(MI, AArch64::SP, 0))
535
bool AArch64RegisterInfo::
isFrameOffsetLegal
(const MachineInstr *MI,
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h
175
bool
isFrameOffsetLegal
(const MachineInstr *MI, Register BaseReg,
ARMBaseRegisterInfo.cpp
626
if (
isFrameOffsetLegal
(MI, getFrameRegister(MF), FPOffset))
634
if (!MFI.hasVarSizedObjects() &&
isFrameOffsetLegal
(MI, ARM::SP, Offset))
700
bool ARMBaseRegisterInfo::
isFrameOffsetLegal
(const MachineInstr *MI,
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h
141
bool
isFrameOffsetLegal
(const MachineInstr *MI, Register BaseReg,
PPCRegisterInfo.cpp
1442
return !
isFrameOffsetLegal
(MI, getBaseRegister(MF), Offset);
1496
bool PPCRegisterInfo::
isFrameOffsetLegal
(const MachineInstr *MI,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp
278
return TRI->
isFrameOffsetLegal
(&MI, BaseReg, Offset);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIRegisterInfo.h
105
bool
isFrameOffsetLegal
(const MachineInstr *MI, Register BaseReg,
SIRegisterInfo.cpp
769
bool SIRegisterInfo::
isFrameOffsetLegal
(const MachineInstr *MI,
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h
971
virtual bool
isFrameOffsetLegal
(const MachineInstr *MI, Register BaseReg,
973
llvm_unreachable("
isFrameOffsetLegal
does not exist on this target");
Completed in 25 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026