OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assignVirt2StackSlot
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
VirtRegMap.h
175
int
assignVirt2StackSlot
(unsigned virtReg);
178
void
assignVirt2StackSlot
(unsigned virtReg, int frameIndex);
/external/llvm/lib/CodeGen/
Spiller.cpp
89
unsigned ss = vrm->
assignVirt2StackSlot
(li->reg);
VirtRegMap.cpp
101
int VirtRegMap::
assignVirt2StackSlot
(unsigned virtReg) {
109
void VirtRegMap::
assignVirt2StackSlot
(unsigned virtReg, int SS) {
InlineSpiller.cpp
[
all
...]
Completed in 2908 milliseconds