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

  /external/llvm/lib/CodeGen/
AllocationOrder.h 29 SmallVector<MCPhysReg, 16> Hints;
30 ArrayRef<MCPhysReg> Order;
43 ArrayRef<MCPhysReg> getOrder() const { return Order; }
RegisterClassInfo.cpp 47 const MCPhysReg *CSR = TRI->getCalleeSavedRegs(MF);
82 RCI.Order.reset(new MCPhysReg[NumRegs]);
85 SmallVector<MCPhysReg, 16> CSRAlias;
92 ArrayRef<MCPhysReg> RawOrder = RC->getRawAllocationOrder(*MF);
TargetRegisterInfo.cpp 255 ArrayRef<MCPhysReg> Order,
256 SmallVectorImpl<MCPhysReg> &Hints,
RegAllocFast.cpp 538 ArrayRef<MCPhysReg> AO = RegClassInfo.getOrder(RC);
541 for (ArrayRef<MCPhysReg>::iterator I = AO.begin(), E = AO.end(); I != E; ++I){
553 for (ArrayRef<MCPhysReg>::iterator I = AO.begin(), E = AO.end(); I != E; ++I){
    [all...]
CriticalAntiDepBreaker.cpp 366 ArrayRef<MCPhysReg> Order = RegClassInfo.getOrder(RC);
AggressiveAntiDepBreaker.cpp 602 ArrayRef<MCPhysReg> Order = RegClassInfo.getOrder(SuperRC);
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegisterClassInfo.h 34 OwningArrayPtr<MCPhysReg> Order;
40 operator ArrayRef<MCPhysReg>() const {
92 ArrayRef<MCPhysReg> getOrder(const TargetRegisterClass *RC) const {
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 27 typedef uint16_t MCPhysReg;
32 typedef const MCPhysReg* iterator;
33 typedef const MCPhysReg* const_iterator;
160 const MCPhysReg *DiffLists; // Pointer to the difflists array
185 const MCPhysReg *List;
194 void init(MCPhysReg InitVal, const MCPhysReg *DiffList) {
204 MCPhysReg D = *List++;
240 const MCPhysReg *DL,
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 38 typedef const MCPhysReg* iterator;
39 typedef const MCPhysReg* const_iterator;
49 ArrayRef<MCPhysReg> (*OrderFunc)(const MachineFunction&);
194 ArrayRef<MCPhysReg> getRawAllocationOrder(const MachineFunction &MF) const {
396 virtual const MCPhysReg* getCalleeSavedRegs(const MachineFunction *MF = 0)
624 ArrayRef<MCPhysReg> Order,
625 SmallVectorImpl<MCPhysReg> &Hints,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 115 ArrayRef<MCPhysReg> Order,
116 SmallVectorImpl<MCPhysReg> &Hints,
ARMBaseRegisterInfo.cpp 177 ArrayRef<MCPhysReg> Order,
178 SmallVectorImpl<MCPhysReg> &Hints,
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 322 for (const MCPhysReg *R = TRI.getCalleeSavedRegs(); *R; ++R)

Completed in 432 milliseconds