OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsFrameBaseReg
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h
84
bool
needsFrameBaseReg
(MachineInstr *MI, int64_t Offset) const;
PPCRegisterInfo.cpp
743
needsFrameBaseReg
(MachineInstr *MI, int64_t Offset) const {
/external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h
138
bool
needsFrameBaseReg
(MachineInstr *MI, int64_t Offset) const;
ARMBaseRegisterInfo.cpp
475
///
needsFrameBaseReg
- Returns true if the instruction's frame index
480
needsFrameBaseReg
(MachineInstr *MI, int64_t Offset) const {
/external/llvm/include/llvm/Target/
TargetRegisterInfo.h
732
///
needsFrameBaseReg
- Returns true if the instruction's frame index
736
virtual bool
needsFrameBaseReg
(MachineInstr *MI, int64_t Offset) const {
[
all
...]
/external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp
256
if (!TRI->
needsFrameBaseReg
(MI, LocalOffset))
Completed in 2469 milliseconds