OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFrameOffsetLegal
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h
90
bool
isFrameOffsetLegal
(const MachineInstr *MI, int64_t Offset) const;
PPCRegisterInfo.cpp
795
return !
isFrameOffsetLegal
(MI, Offset);
839
bool PPCRegisterInfo::
isFrameOffsetLegal
(const MachineInstr *MI,
/external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h
144
bool
isFrameOffsetLegal
(const MachineInstr *MI, int64_t Offset) const;
ARMBaseRegisterInfo.cpp
544
if (
isFrameOffsetLegal
(MI, FPOffset))
552
if (!MFI->hasVarSizedObjects() &&
isFrameOffsetLegal
(MI, Offset))
617
bool ARMBaseRegisterInfo::
isFrameOffsetLegal
(const MachineInstr *MI,
/external/llvm/include/llvm/Target/
TargetRegisterInfo.h
756
///
isFrameOffsetLegal
- Determine whether a given offset immediate is
758
virtual bool
isFrameOffsetLegal
(const MachineInstr *MI,
760
llvm_unreachable("
isFrameOffsetLegal
does not exist on this target");
[
all
...]
/external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp
208
return TRI->
isFrameOffsetLegal
(MI, Offset);
Completed in 48 milliseconds