OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocalSlot
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSlotTracker.h
74
int
getLocalSlot
(const Value *V);
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
793
int
getLocalSlot
(const Value *V);
913
int ModuleSlotTracker::
getLocalSlot
(const Value *V) {
915
return Machine->
getLocalSlot
(V);
1168
///
getLocalSlot
- Get the slot number for a value that is local to a function.
1169
int SlotTracker::
getLocalSlot
(const Value *V) {
2495
Slot = Machine->
getLocalSlot
(V);
2502
Slot = Machine->
getLocalSlot
(V);
2512
Slot = Machine->
getLocalSlot
(V);
3853
int Slot = Machine.
getLocalSlot
(Arg);
3869
int Slot = Machine.
getLocalSlot
(BB)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOperand.cpp
461
Slot = MST.
getLocalSlot
(&BB);
465
Slot = CustomMST.
getLocalSlot
(&BB);
MachineBasicBlock.cpp
494
slot = moduleSlotTracker->
getLocalSlot
(bb);
498
slot = tmpTracker.
getLocalSlot
(bb);
MIRPrinter.cpp
915
int Slot = MST.getCurrentFunction() ? MST.
getLocalSlot
(&V) : -1;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp
349
int Slot = MST.
getLocalSlot
(V);
3171
int Slot = MST.
getLocalSlot
(&BB);
Completed in 46 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026