Home
last modified time | relevance | path

Searched refs:getRawAllocationOrder (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h200 ArrayRef<unsigned> getRawAllocationOrder(const MachineFunction &MF) const { in getRawAllocationOrder() function
512 getRawAllocationOrder(const TargetRegisterClass *RC, in getRawAllocationOrder() function
515 return RC->getRawAllocationOrder(MF); in getRawAllocationOrder()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAllocationOrder.cpp45 TRI.getRawAllocationOrder(RC, HintPair.first, Hint, in AllocationOrder()
DRegisterClassInfo.cpp84 ArrayRef<unsigned> RawOrder = RC->getRawAllocationOrder(*MF); in compute()
DRegAllocPBQP.cpp227 ArrayRef<unsigned> rawOrder = trc->getRawAllocationOrder(*mf); in build()
587 physReg = liRC->getRawAllocationOrder(*mf).front(); in finalizeAlloc()
DRenderMachineFunction.cpp437 unsigned capacity = trc->getRawAllocationOrder(*mf).size(); in initCapacity()
484 if (trc->getRawAllocationOrder(*mf).empty()) in resetPressureAndLiveStates()
DRegAllocLinearScan.cpp1435 Order = tri_->getRawAllocationOrder(RC, Hint.first, physReg, *mf_); in getFreePhysReg()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetRegisterInfo.cpp76 ArrayRef<unsigned> Order = RC->getRawAllocationOrder(MF); in getAllocatableSetForRC()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseRegisterInfo.cpp420 ARMBaseRegisterInfo::getRawAllocationOrder(const TargetRegisterClass *RC, in getRawAllocationOrder() function in ARMBaseRegisterInfo
499 return RC->getRawAllocationOrder(MF); in getRawAllocationOrder()
505 return RC->getRawAllocationOrder(MF); in getRawAllocationOrder()
527 return RC->getRawAllocationOrder(MF); in getRawAllocationOrder()
546 return RC->getRawAllocationOrder(MF); in getRawAllocationOrder()
DARMBaseRegisterInfo.h128 ArrayRef<unsigned> getRawAllocationOrder(const TargetRegisterClass *RC,
/external/llvm/lib/CodeGen/
DRegisterClassInfo.cpp97 ArrayRef<MCPhysReg> RawOrder = RC->getRawAllocationOrder(*MF); in compute()
DTargetRegisterInfo.cpp150 ArrayRef<MCPhysReg> Order = RC->getRawAllocationOrder(MF); in getAllocatableSetForRC()
DRegAllocPBQP.cpp585 ArrayRef<MCPhysReg> RawPRegOrder = TRC->getRawAllocationOrder(MF); in initializeGraph()
717 PReg = RC.getRawAllocationOrder(MF).front(); in finalizeAlloc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp109 ArrayRef<MCPhysReg> RawOrder = RC->getRawAllocationOrder(*MF); in compute()
DRegAllocPBQP.cpp613 ArrayRef<MCPhysReg> RawPRegOrder = TRC->getRawAllocationOrder(MF); in initializeGraph()
758 const ArrayRef<MCPhysReg> RawPRegOrder = RC.getRawAllocationOrder(MF); in finalizeAlloc()
DTargetRegisterInfo.cpp212 ArrayRef<MCPhysReg> Order = RC->getRawAllocationOrder(MF); in getAllocatableSetForRC()
DRegisterScavenging.cpp585 ArrayRef<MCPhysReg> AllocationOrder = RC.getRawAllocationOrder(MF); in scavengeRegisterBackwards()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h224 ArrayRef<MCPhysReg> getRawAllocationOrder(const MachineFunction &MF) const { in getRawAllocationOrder() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h188 ArrayRef<MCPhysReg> getRawAllocationOrder(const MachineFunction &MF) const { in getRawAllocationOrder() function
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1845 for (unsigned Reg : RC->getRawAllocationOrder(MF)) { in findPhysReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1964 for (unsigned Reg : RC->getRawAllocationOrder(MF)) { in findPhysReg()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenRegisterInfo.inc2453 ArrayRef<unsigned> getRawAllocationOrder(const MachineFunction&) const;
2529 ArrayRef<unsigned> getRawAllocationOrder(const MachineFunction&) const;
3394 ArrayRef<unsigned> GR8Class::getRawAllocationOrder(const MachineFunction &MF) const {
3426 ArrayRef<unsigned> GR8_NOREXClass::getRawAllocationOrder(const MachineFunction &MF) const {