OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isScavengingFrameIndex
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegisterScavenging.h
133
bool
isScavengingFrameIndex
(int FI) const {
/external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
616
if (RS && RS->
isScavengingFrameIndex
((int)i))
638
if (RS && RS->
isScavengingFrameIndex
((int)i))
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp
709
if (RS && FrameReg == ARM::SP && RS->
isScavengingFrameIndex
(FrameIndex)){
Thumb1RegisterInfo.cpp
597
if (RS && FrameReg == ARM::SP && RS->
isScavengingFrameIndex
(FrameIndex)){
Completed in 265 milliseconds