OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStackSlot
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
VirtRegMap.h
159
if (
getStackSlot
(virtReg) == NO_STACK_SLOT)
168
int
getStackSlot
(unsigned virtReg) const {
/external/llvm/lib/CodeGen/
LiveDebugVariables.cpp
881
} else if (VRM.
getStackSlot
(VirtReg) != VirtRegMap::NO_STACK_SLOT) {
883
Loc = MachineOperand::CreateFI(VRM.
getStackSlot
(VirtReg));
[
all
...]
InlineSpiller.cpp
[
all
...]
Completed in 218 milliseconds