OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixedSlot
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
296
const TargetFrameLowering::SpillSlot *
FixedSlot
= FixedSpillSlots;
297
while (
FixedSlot
!= FixedSpillSlots + NumFixedSpillSlots &&
298
FixedSlot
->Reg != Reg)
299
++
FixedSlot
;
301
if (
FixedSlot
== FixedSpillSlots + NumFixedSpillSlots) {
316
MFI->CreateFixedSpillStackObject(RC->getSize(),
FixedSlot
->Offset);
[
all
...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py
246
class
FixedSlot
(SlotDescriptor):
259
class EmptySlot(
FixedSlot
):
263
FixedSlot
.__init__(self, slot_name, "0", py3=py3, py2=py2, ifdef=ifdef)
794
EmptySlot("tp_alloc"), #
FixedSlot
("tp_alloc", "PyType_GenericAlloc"),
[
all
...]
Completed in 2038 milliseconds