OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:determineFrameLayout
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h
22
void
determineFrameLayout
(MachineFunction &MF) const;
HexagonRegisterInfo.h
63
///
determineFrameLayout
- Determine the size of the frame and maximum call
65
void
determineFrameLayout
(MachineFunction &MF) const;
HexagonFrameLowering.cpp
44
///
determineFrameLayout
- Determine the size of the frame and maximum call
46
void HexagonFrameLowering::
determineFrameLayout
(MachineFunction &MF) const {
84
determineFrameLayout
(MF);
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h
35
unsigned
determineFrameLayout
(MachineFunction &MF,
PPCFrameLowering.cpp
201
///
determineFrameLayout
- Determine the size of the frame and maximum call
203
unsigned PPCFrameLowering::
determineFrameLayout
(MachineFunction &MF,
332
unsigned FrameSize =
determineFrameLayout
(MF);
[
all
...]
/external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp
298
static void
determineFrameLayout
(MachineFunction &MF) {
354
determineFrameLayout
(MF);
Completed in 3228 milliseconds