HomeSort by relevance Sort by last modified time
    Searched refs:FixedSpillSlots (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 321 const TargetFrameLowering::SpillSlot *FixedSpillSlots =
339 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
340 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots &&
344 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyPEI.cpp 337 const TargetFrameLowering::SpillSlot *FixedSpillSlots =
355 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
356 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots &&
360 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {
    [all...]

Completed in 512 milliseconds