HomeSort by: relevance | last modified time | path
    Searched refs:getVNInfoAllocator (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveStacks.h 89 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; }
LiveIntervals.h 284 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeEdit.cpp 47 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator();
366 VNInfo *VNI = NewLI.getNextValue(Idx, LIS.getVNInfoAllocator());
RenameIndependentSubregs.cpp 271 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator();
303 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator();
LiveIntervals.cpp 198 LICalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
280 LICalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
351 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator());
637 LICalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
880 getVNInfoAllocator());
1752 LICalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
PHIElimination.cpp 390 LIS->getVNInfoAllocator());
406 LIS->getVNInfoAllocator());
SplitKit.cpp 386 &LIS.getVNInfoAllocator());
389 &LIS.getVNInfoAllocator());
440 S.createDeadDef(Def, LIS.getVNInfoAllocator());
462 S.createDeadDef(Def, LIS.getVNInfoAllocator());
476 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator());
532 BumpPtrAllocator &Allocator = LIS.getVNInfoAllocator();
1301 &LIS.getVNInfoAllocator());
1395 &LIS.getVNInfoAllocator());
RegisterCoalescer.cpp 966 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator();
1180 IntB.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator());
1182 SR.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator());
1443 VNInfo::Allocator& Alloc = LIS->getVNInfoAllocator();
1470 VNInfo::Allocator &Alloc = LIS->getVNInfoAllocator();
1522 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator());
1537 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator());
1775 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator();
2219 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator());
3434 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator();
    [all...]
InlineSpiller.cpp 1141 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator());
1216 BumpPtrAllocator &Allocator = LIS.getVNInfoAllocator();
LiveInterval.cpp 1390 BumpPtrAllocator &Allocator = LIS.getVNInfoAllocator();
TwoAddressInstructionPass.cpp 1434 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator());
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCVSXFMAMutate.cpp 308 LIS->getVNInfoAllocator());
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 1027 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator());
1302 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator());
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 1169 NewVN = L1.getNextValue(I->valno->def, LIS->getVNInfoAllocator());

Completed in 94 milliseconds